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>
.