Saturday, September 19, 2015
How to Create RSS Feeds for Twitter?
Twitter does not offer RSS Feeds but there is a simple solution that you can use to generate RSS feeds for your various Twitter streams including Twitter search results, user timelines, favorites, lists and even the new Twitter collections.
RSS feeds are essential if you need to use your Twitter data elsewhere. For instance, you cannot create recipes in IFTTT that get triggered when there’s a new @mentions or a new tweet is added to search results. You cannot import your Twitter timeline automatically into your blog. You cannot follow Twitter feeds in an RSS reader like Feedly or even Google Docs.
How to Create RSS Feeds in Twitter?
There are two way to create RSS feeds for Twitter. You can either write a Twitter App or take a more simple alternative described here.
The trick is simple. Twitter offers JavaScript based widgets to help you embed user timelines and Twitter search results into your website. What we’ll do is transform these HTML Twitter widgets into regular XML Feeds with the help of a Google Script. Here’s a step-by-step guide:
- On the Twitter website, go to Settings -> Widgets (link) and create a new widget. You can create widgets for user timelines, favorites, Twitter lists, collections and search results.
- Once the new widget is published, make a note of the widget ID which you can find in the URL of the widget. It is a long string of numbers.
- Click here to make a copy of the Google Script and choose Run -> Twitter_RSS to authorize the script. You’ve to do this only once.
- Inside the Script Editor, go to Publish -> Deploy as Web App and click the “Save New Version” button. Set Anyone, including Anonymous under Who has access to the app and hit Deploy.
Google Script will now create a unique URL for your RSS web app that will look something like https://script.google.com/macros/s/ABCD/exec.
Just append the Twitter Widget ID (created in Step 2) to this URL and your RSS feed for Twitter is ready. For instance, if the Twitter widget ID is 123456, your RSS Feed URL would be:
https://script.google.com/macros/s/ABCD/exec?123456
The Twitter RSS feed will have all details about the tweet including the date when that tweet was posted, the full name, user name and profile picture of the Twitter user and the actual text of the tweet. You can see some real examples of Twitter RSS feeds here and here.
Should you wish to create another RSS Feed for Twitter, just add another widget inside Twitter and use that new widget’s ID with the same Google Script URL.
Original Source: Labnol
Image Courtesy: Sociable
Thank you for patronizing Design Devta. I am sure your visit to us must be quite satisfying and in line with your expectations from us. Just in case, it's not as you expected from us or if you are facing any problem, kindly forward your feedback's directly to us by leave a Comment below or using our Contact form. And, get assured response from my side. Your feedback's and suggestions are extremely valuable to us. This Post is written by Harman Singh Hira. There is no any source so Copying or using this post for your own site is not allowed. If anyone do so get ready for facing DMCA. Please, if you like this post then share on your social networking sites. Assuring you of our best service always.
Labels:
Coding,
How to,
Tip and Tricks
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment