Friday, 20 July 2018

SOCIAL MEDIA How to create Twitter RSS feeds for tweeted videos

Twitter video search rss
333VIEWS
Twitter is one of the best video discovery tools available; whether you want to find new music, viral trends, or if you just want to watch the latest reports about a breaking news story.  So, what if you want to find the RSS feed for tweets that link to video content?
In this tutorial we’ll show you how to create Twitter web and RSS searches that link to videos.
To get tweets that only contain links to videos we began by looking at the most popular video sharing links being used on the site at the moment.  We’re using YouTube and Vimeo but if you can think of any more let us know and we will update the article.
Twitter video search
If you want to search for the latest videos being tweeted that mention Ireland the URL below will do it for you.  This link is composed of two elements, the first is the search term (?q=ireland) and the second is a list of video sharing websites (youtube.com, vimeo.com, youtu.be).
The Twitter RSS feed for this search is
Tweets that mention a user with links to videos
If you want to search for tweets that mention a specific user and also link to video content then you can simply modify the above link to include their username (?q=@ladygaga).
The RSS for this search is
Tweets from a specific user that contain videos
To find the latest tweets from a user that contain links to videos change the search term (?q=@britishpathe) and add from: before their username (your search term should now look like this ?q=from:@britishpathe).
The RSS for this search will look like
Combining media
Let’s say you want to see the latest tweeted content containing links to both video and image content, you can get this by combining yesterday’s article with this one.
So, to find the latest tweets that contain videos and images about the Olympics your URL would look like this;
The RSS for this search would look like this
So far we’ve covered images and video content in Twitter search; tomorrow we’ll look at audio, music and podcasts.
Share

No comments:

Post a Comment

The best ways to connect to the server using Angular CLI

Everybody who has used  Angular CLI  knows that it is a powerful tool which can take a front-end development job to a completely dif...