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
Csternal
Member
Posted 3 years ago #
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
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.