Here is how I generate an RSS feed that will work on Tumblr:
Get your RSS feed address that you want to use on Tumblr.
Example: This blogs RSS feed: http://ill-help-u.blogspot.com/feeds/posts/default
Go to: http://feed2js.org/ and enter your RSS feed address into the box that asks for it. Use the options on the page to build what you want your feed to display.
Example: Number of items to display, show a description etc. Then click preview to check that the feed looks OK. Once your happy with how the feed displays click generate.
You should now have a few lines of code in the generated box that will look like this:
<script language="JavaScript" src="http://feed2js.org//feed2js.php?src=http%3A%2F%2Fill-help-u.blogspot.com%2Ffeeds%2Fposts%2Fdefault&chan=y&num=5&utf=y" charset="UTF-8" type="text/javascript"></script>
<noscript>
<a href="http://feed2js.org//feed2js.php?src=http%3A%2F%2Fill-help-u.blogspot.com%2Ffeeds%2Fposts%2Fdefault&chan=y&num=5&utf=y&html=y">View RSS feed</a>
</noscript>
Copy all the code from the generated box and go over to Tumblr.
Note: Your feed is added automatically to the code.
On Tumblr click the website you want to display the feed on and go to the "Posts" page like your going to create a post. Out of the Tumblr post options, add Text, Photo, Quote, Link etc. Click the Text option.
Now first, click the html option from the featured tools at the top. It looks like this <html> and is located on the right hand side. Make sure that <html> is highlighted. Then paste the Javascript code that you copied earlier into the text box where you would usually write your text. Save the post and then open the post to check it out. You should now have an RSS feed displaying on Tumblr.
Pretty sure this will work using the make a "Page" feature of Tumblr as well as other Tumblr options that allow HTML and / or Javascript, such as the side bar.
Please Note: A lot of feeds are different and some will display images as well as text and others don't by default. For example, Wordpress won't show images in an RSS feed by default and as a result needs a plugin to do so. There are several available. Here's one in case you need it: http://justintadlock.com/archives/2008/01/27/custom-fields-for-feeds-wordpress-plugin
Hope this helps you out.
Thanks it works
ReplyDeleteFYI the website http://itde.vccs.edu/rss2js/ will be shutdown and decommissioned the first week of July 2014. Please refer to this site: http://feed2js.org/ to provide implement the same functionality.
ReplyDeleteI appreciate you letting me know. Thank you.
ReplyDelete