This library contains a web form control and an MVC HtmlHelper extension to add a twitter feed to your projects, it contains built in cacheing and both synchronous and asynchronous options.
To implement this you will have to add the following app settings;
You will need to generate the key and token values from your twitter account.
Web forms control ref:
<Crafted.Twitter:Timeline id="twitFeed" runat="server" CssClass="twitter-container" TweetCount="1" ShowReplies="true" ShowReTweets="false" ScreenName="" ListName=""
IsAsync="true"></twit:Timeline>
None of these parameters are required, if the screenname is not specified it will fetch tweets associated with the authentication details.
MVC include:
@Html.RenderTwitterFeed(3, false, false, true, "", "", "")
The parameters are as follows;
int tweetCount
bool showReplies
bool includeRetweets
bool isAsync = false
string screenName = null
string listName = null
string CssClass = "tweet-container"
If the screenname property is left as null then it will fetch tweets associated with the authentication details, if a list name is supplied then the tweets will be selected from the list and the showReplies flag will be ignored.
The markup that the twitter feed outputs as is wrapped in a