=== Favatars === Tags: Favatar, Avatar, Comments Contributors: chuyskywalker Favatars is a plugin that enables each comment/pingback/trackback to be accompanied by the website favicon (if available). A little less cryptically, this means that when a user on your blog leaves a comment/pingback/trackback, if they supply a URL, the plugin will see if their website has a favicon - if they do have a favicon, then you will have the option of making it show up on your blog right next to their name. == Installation == Installing favatars is very simple. 1. Download favatars.php 2. Upload favatars.php into your wp-content/plugins directory. 3. Activate the plugin through the WordPress admin interface. 4. Somewhere inside your "comment loop" add the code: The "comment loop" is found in wp-comments.php in v1.2 and wp-content/themes/themename/comments.php in v1.5) That's about it. Very straight forward installation and useage. Aditional Scripts == Favatise.php == One of the caveats with this script is that it occurs only at the time the comment is posted, this means that comments from the past will not have favatars associated with them. Favatise.php is a script that will process every comment, pingback, and trackback on your blog and try to capture a favatar from it. = Useage = Simply upload favatise.php right next to your index.php file and then access it via your web browser. (Ya know, like http://www.mysite.com/favatise.php) Be patient, this process will take a while and will probably stress your server out a good deal. Be careful with it. == Known Issues == = Trackbacks = Trackbacks will not work unless you fix a bug in wp-trackback.php. Here's how to fix it: Open up wp-trackback.php Switch line 88 and line 99: trackback_response(0); do_action('trackback_post', $comment_ID); becomes: do_action('trackback_post', $comment_ID); trackback_response(0); Additionally, you may want to comment out line 65 $author = addslashes($author); since it's just adding too many slashes and messing things up. = Plugin Conflict = Benny Chandra points out that this plugin may have errors when used in conjunction with Subscribe To Comments 1.4.2, however it works with Subscribe To Comments 1.4.4, so get the upgrade and that fixes the issue. == Screenshots == 1. Two implementations of the plugin in a comments loop. 2. An example showing the Trackback/Pingback icons.