How to add an RSS feed to Tumblr using Javascript 2014. I'm no expert when it comes to using Tumblr. However, I have had a Tumblr account sitting there doormant for quite some time. I work with other platforms, mainly Wordpress and Blogger. Recently I wanted to make a new Tumlbr blog in order to use it to promote an RSS feed from a footwear website I have. I was shocked to read that Tumblr have removed the RSS function from there website. So I thought, there must be a way to display a feed. After reading countless websites about how to add a feed it quickly came apparent that mostly all were out of date and not relevant anymore. The other few where quite confusing in terms of setting up this and that, getting 2 secret keys API etc etc. You get the idea. There is an easier way to add a quick RSS feed to Tumblr, and that's by converting the feed into Javascript.
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.
Subscribe to:
Post Comments (Atom)
Popular Posts
-
How to remove the navigation menu bar from some blogger templates. See the picture below of an expample blogger template that has the menu b...
-
Firefox was running slow so I decided to reset Firefox in order to speed things up. If you already have Adblock installed a reset of Firefox...
-
Doing a quick Google search on to how clear / delete the Android keyboard history throws up many results relating to Samsung mobile phones, ...
-
If your using a website or blog platform that uses HTML and your not familiar with the language code it can be very frustrating to accomplis...
-
If you have been getting a little confused by seeing a load of odd text appearing at the end of your Google emails, you'll be glad to kn...
-
A little annoying, but in my experience with this problem, an easy fix. I've read about a few people experiencing this problem disabling...
-
From reading about Adsense on the official websites, Google encourage Adsense publishers to use the best performing ads to generate more cli...
-
Many tests show that Adsense advertisements perform best when mixed in with a websites main content. And most people who do this always add ...
-
I just had this problem when starting my computer up for the first time this morning. I'm using Firefox, but after a quick copy and past...
-
Ads still showing up on Adblock? Company's that use online advertising are working overtime trying to find ways around Adblock. A lot o...
3 comments:
Thanks it works
FYI 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.
I appreciate you letting me know. Thank you.
Post a Comment