Click here to Skip to main content
15,889,867 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I want to integrate twitter in my asp.net application.. i m stuck with where to start ... please help me... its argent.
Posted
Comments
Mukund Thakker 6-Dec-13 8:51am    
what functionality of twitter you want to integrate?
rhl4569 9-Dec-13 2:30am    
display the home page of twitter, making twitt..

1 solution

Add following javascript,
!function (d, s, id) { var js, fjs = d.getElementsByTagName(s)[0]; if (!d.getElementById(id)) { js = d.createElement(s); js.id = id; js.src = "https://platform.twitter.com/widgets.js"; fjs.parentNode.insertBefore(js, fjs); } }(document, "script", "twitter-wjs");

Add following tag to twitt.
<a href="https://twitter.com/share" class="twitter-share-button" data-url="" data-via="http://www.your-url.com" data-lang="en">Tweet</a>
 
Share this answer
 
Comments
rhl4569 10-Dec-13 1:19am    
Thank you sir..
rhl4569 10-Dec-13 5:24am    
how do i display my profile in my application???
rhl4569 14-Dec-13 0:18am    
Thank you sir for your help,
How to get user name and basic user information from twitter using javascript???

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