==== FriendFeed Comments ==== Contributors: dalziel Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_xclick&business=paypal%40slaven.net.au&item_name=FriendFeed+Comments+Wordpress+Plugin&no_note=1&tax=0&bn=PP-DonationsBF&submit.x=51&submit.y=9 Tags: friendfeed, lifestreaming, comments Requires at least: 2.2 Tested up to: 2.5 Stable tag: 1.0 Puts the comments from FriendFeed on your posts. == Description == This plugin will take the comments & 'likes' on your posts from FriendFeed and place them on the post that they're related to. The comments come with the person's name, a link to their FriendFeed profile & their FriendFeed image. == Installation == 1. Download the zip file & extract the contents to /wp-content/plugins 2. Activate the plugin through the 'Plugins' menu in WordPress 3. Update your FriendFeed nickname on the Settings page 4. Place the tag `wp_ffcomments()` on your template where you want the comments to appear (probably above or below the normal comments section) 5. Styling. Out of the box, the plugin doesn't define any style rules, but the HTML it generates is easily styled. Here's an example to get you started: `#friendfeedcommentslink { font-size: 11px; }` `#togglefriendfeedcommentslink { color: #333; font-size: 10px; font-weight: bold; }` `#friendfeedicon { float: left; border: none; padding: 0 4px 0 0; }` `#friendfeedcomments ul, #friendfeedcomments ul li { padding: 0px; list-style-type: none; }` `#friendfeedlikeslist ul, #friendfeedlikeslist ul li { display: inline; }` `#friendfeeddiscussions { margin: 10px 0 0 0; clear: both; }` `#friendfeedcomments { margin: 10px 0 10px 0; }` `#friendfeedcomments ul li.friendfeedcomment { margin: 5px 0 5px 0; border-top: #CCC 1px dotted; padding: 5px 0 0 0; }`