I have gone through many questions already asked about this problem but i didn’t really get any clear solution.. I am building a web-site using asp.net and i have several links on a page. I need facebook like button, linkedin share button and twitter tweet button below each link. How can i achieve multiple buttons efficiently without much page load problem..
Also is there a way to know that the user has clicked the button and successfully liked a link…
I have gone through many questions already asked about this problem but i didn’t
Share
My two cents
Facebook button
In the HTML tag
Right after the body tag
Where your link is
Linked in
Twitter
Essentially you just set the link url to the variable linkURL so that it will print it out to the webpage.
I may be wrong, if I am please let me know and I will help you.