MySpace Feed Creator

MySpace Feed Creator generates RSS or Atom full-text feeds for MySpace blogs. Just enter the URL for a MySpace blog, and the feed will be created. You can use it to offer full-text feeds of your MySpace blog, or republish your blog on your other sites.

MySpace blog address
Optional Settings

Note: the MySpace.com blog URL should look like this:

http://blog.myspace.com/[USER_NAME_HERE]

Or this:

http://blog.myspace.com/index.cfm?fuseaction=blog.ListAll&friendID=[NUMBER_HERE]

How This Works

For any programmers interested in replicating this, the following PCRE is used here to strip the relevant data out of a MySpace blog:

#<p class="blogSubject">(.*?)</p>.*?<p class="blogContent">(.*?)</p>[^<]*<p class="blogContentInfo">.*?<a href="http\://blog\.myspace\.com/index\.cfm\?fuseaction=blog\.view&friendID=([^&]*)&blogID=([^&]*)[^"]*"><b>(.*?)</b></a>#is

For additional assistance, I do quality freelance work.