
Twitter has dropped support for RSS Feeds but there does exist a solutio, slightly complicated though, that you may use to generate feeds for your various Twitter streams including Twitter search results, user timelines and even Twitter lists.
Without RSS feeds, it is difficult to use your Twitter data elsewhere. For instance, you can no longer create recipes in IFTTT that get triggered when you post a new tweet. You cannot import your Twitter timeline automatically into your blog. You cannot track Twitter search results for certain keywords in your RSS reader.
If you are also missing RSS Feeds in Twitter, here’s a new workaround that is much easier to implement (you can get a Twitter RSS feed in two minutes) and more reliable as well.
How to Create RSS Feeds in Twitter
The trick is simple. Twitter offers widgets to help you embed user timelines into your website. The new workaround simply transforms these Twitter widgets into regular RSS Feeds with the help of a simple Google Script. Here’re the instructions:2. Once the new widget is published, make a note of the widget ID which you can find in the the URL of the widget.
3. Make a copy of the Google Script and choose Run -> Twitter_RSS to initialize and authorize the script. You’ve to do this only once. To make the Copy Click the link below.
-Click Here-
4. 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
Should you wish to create another RSS Feed for Twitter, just add another widget and use that new widget’s ID with your Google Script URL. [Video Tutorial↓]
You can subscribe to the Twitter RSS feed inside Feedly or use it as for an IFTTT recipe. However, FeedBurner is unable to parse RSS feeds generated through Google Scripts.
[11/15/2013] The new version of the Twitter RSS Feed generator now supports custom timelines in Twitter as well.
4. 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
Should you wish to create another RSS Feed for Twitter, just add another widget and use that new widget’s ID with your Google Script URL. [Video Tutorial↓]
You can subscribe to the Twitter RSS feed inside Feedly or use it as for an IFTTT recipe. However, FeedBurner is unable to parse RSS feeds generated through Google Scripts.
[11/15/2013] The new version of the Twitter RSS Feed generator now supports custom timelines in Twitter as well.
0 comments: