The Twitter feed is basically a list of certain Twitter posts (or so called tweets) that match certain conditions.
The Twitter feed is basically a list of certain Twitter posts (or so called tweets) that match certain conditions. Examples for such twitter feeds are:
- User feed - a list of tweets of a particular user.
- Hashtag feed - a list of tweets that contain a certain hashtag.
- Search feed - a list of tweets that match a certain search query in Twitter.
- List feed - a list of tweets from a specific list of users.
- Collection feed - a list of tweets from a collection - collections are timelines which are curated by Twitter users.
A twitter feed might also consist of a mix of the above examples, or any other custom conditions.
Generally, Twitter Feeds can be created by:
- Using Embedded Timelines - https://dev.twitter.com/docs/embedded-timelines
- Using Twitter API - http://dev.twitter.com/