Click here to Skip to main content
15,920,576 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more: , +
am added username in anchor tag dynamically..but widget id is not a property of anchor tag..how to bind widget id in anchor tag dynamically..


ASP.NET
<asp:HyperLink ID="HlTwitter" runat="server" NavigateUrl='<%#Eval("Username") %>' CssClass="twitter-timeline" data-widget-id="64643131786644">Tweets by @rajeeshmenoth</asp:HyperLink>
Posted
Updated 10-Jul-14 17:54pm
v2

1 solution

Please go through this link : https://dev.twitter.com/docs/embedded-timelines[^]


You find all details of it :)
 
Share this answer
 
Comments
[no name] 10-Jul-14 1:35am    
I have twitter widget id.when i add in backend the data will dynamically add in anchor tag widget id="" postion..how it possible??

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900