Plugins 026 – RSSCloud WordPress Plugin

Today we’re covering the RSSCloud WordPress Plugin.

The RSSCloud WordPress Plugin is written by Joseph Scott, a heavy WordPress developer who focuses his efforts with the blogging API in WordPress. I’ve been following his blog for years now, his knowledge in these areas of blogging are of the highest caliber.

RSSCloud (rsscloud.org) is a specification and protocol written by Dave Winer to provide instant notifications of new blog content to subscribers. It allows for a service or web application to add itself to a list on your blog that you later notify when you publish new content. It is similar to the Update Services / Ping feature in WordPress except that the blog author does not need to manage the list of services he/she needs to notify. The following sketch explains the process quite well.

Sketch of RSSCloud

One myth is that this replaces feeds. In reality, RSSCloud only enforces the standardization of using RSS 2.0 specification for feeds as it is the only feed specification that allows for the RSSCloud protocol (namespace) to be added. The use of RSSCloud also eliminates unnecessary network traffic, as the subscription service would no longer need to pull your feed on a regular basis, Only pulling your feed when there is new content.

The RSSCloud WordPress Plugin enables WordPress to become RSSCloud aware, adding the cloud tag to your blogs RSS 2.0 feed, accepting requests from feed subscription services, and sending notifications to such feed subscription services when you publish new blog posts.

You can learn more about the RSSCloud specification at rsscloud.org and download the new RSSCloud WordPress plugin at WordPress.org/extend/plugins/rsscloud/

Please feel free to leave comments or feedback for the show either by using our contact form or calling  (614) 859-9007.

Pinging Web Logs and Updating Services in WordPress

Today I gave a friend my list of web logs I like to ping. If you’re not familiar with pinging as far as blogging is concerned, it is a method for your blog to let other web blog directories know that you’ve published a new post. If you don’t ping sites to let them know you have new content, then your post will not get picked up until a web crawling app crawls your site. I personally like things to be instant, which is why I love weblog pings.

In WordPress, these ping sites are saved in a field titled Updating Services. Each Service (or weblog, as I like to call it) URL is entered on a new line. Here’s my list of weblogs I currently ping when I publish a new post.

http://blogsearch.google.com/ping/RPC2
http://rpc.pingomatic.com/
http://rssrpc.weblogs.com/RPC2
http://rpc.technorati.com/rpc/ping
http://ping.blo.gs/
http://ping.syndic8.com/xmlrpc.php
http://odeo.com/api/xmlrpc/1.0/ping

Pingomatic.com one is the default value. Technorati.com, weblogs.com and blogsearch.google.com I believe are the most important sites to ping. I still include some others as you see above to get the most bang for my ping.

You can learn more about this topic on the Update Services page on wordpress.org.

What sites do you ping and why?