• Resolved do77

    (@do77)


    Hi, I implemented the Twicon plugin to my blog and inserted
    <?php echo get_avatar( $id_or_email, $size = '96', $default = '<path_to_url>' ); ?>
    at next to my comments. Now it shows the default gravatar icon but when I post a comment with either my twitter e-mail or my gravatar e-mail it will not show my user-specific icon.

    Any ideas?

    Thank you,
    dom77

Viewing 2 replies - 1 through 2 (of 2 total)
  • I have the same problem. Was trying to get twitter icon to show but nothing happened after I installed the plugin.

    Dom77 – You mentioned inserting code <?php echo get_avatar( $id_or_email, $size = ’96’, $default = ‘<path_to_url>’ ); ?>

    Where did you insert it, in a .php or Functions file? I went to the creators site and can’t find instructions in english.

    CSternal

    Thread Starter do77

    (@do77)

    I inserted it into the comments.php file. You probably already have a line in your code that grabs the avatar so you can replace this line with the code mentioned above.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Twitter Icon (Twicon) does not work’ is closed to new replies.