Overview
Version 1.1, Compatible up to WordPress 2.7 (Plugin Directory)
WP SUP is a plugin for WordPress that implements FriendFeed’s Simple Update Protocol. Your blog posts will appear on FriendFeed near-instantly after they are published.
The plugin adds the SUP-ID HTTP header to your blog’s feeds. It will appear like so:
X-SUP-ID: http://friendfeed.com/api/public-sup.json#SUP-ID
It adds the SUP-ID link tag to your blog’s feeds as well. It will appear like so:
<link rel="http://api.friendfeed.com/2008/03#sup" xmlns="http://www.w3.org/2005/Atom" type="application/json" href="http://friendfeed.com/api/public-sup.json#SUP-ID"/>
It also pings FriendFeed’s public SUP feed when you publish a post.
Download
Download it here: (zip)
Installation
1. Upload wp-sup.php to the /wp-content/plugins/ directory.
2. Activate the plugin through the ‘Plugins’ menu in WordPress.
3. You’re done!
Contribute
Would you like to contribute to WP SUP? Join the Google Code Project.
Known Issues
- FeedBurner strips the header and link tag from feeds
Version History
Version 1.1
- Adds the SUP-ID link tag to the blog’s feeds
Version 1.0
- Adds the SUP-ID HTTP header to the blog’s feeds
- Pings FriendFeed’s public SUP feed when a post is published