Buzz Feed WordPress Plugin

Buzz Feed is a plugin for WordPress that I’m developing.

Description

This plugin will show a users Google Buzz posts on a WordPress blog.

The posts will be displayed in descending time order. Each item has:

The number of posts shown is configurable, as is the length of the links and the date and time format.

This plugin should be currently be considered an alpha release.

An example of the plugin in action can be side on the sidebar of this blog.

Feel free to contact me at tlainevool [at] gmail.com with any questions, comments or issues.

Installation

  1. Upload the buzz-feed directory and all files within it to the `/wp-content/plugins/` directory
  2. Activate the plugin through the ‘Plugins’ menu in WordPress
  3. Go to the Setting menu and click on the “Buzz Feed Options” link.
  4. Enter your GMail/Buzz username in the space provided.
  5. Place <?php if( class_exists(BuzzFeed)) BuzzFeed::showBuzzes(); ?> in your templates where you want your posts to appear.

Here is the buzz-feed.zip file with all the required files.