How to display latest twitter post in website ?


Twitter1

Hi
Before ajax 4.0 it very difficult to display latest twitter post on website. But in ajax 4.0, now one separate control has been added and it is very simple to use in the project. Just drag and drop the control and give the ScreenName.

 <asp:ScriptManager ID="ScriptManager1" runat="server">
    </asp:ScriptManager>

    <asp:Twitter ID="Twitter1" ScreenName="Chandradev819" runat="server">
    </asp:Twitter>

.

Advertisement

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out /  Change )

Twitter picture

You are commenting using your Twitter account. Log Out /  Change )

Facebook photo

You are commenting using your Facebook account. Log Out /  Change )

Connecting to %s

This site uses Akismet to reduce spam. Learn how your comment data is processed.