Better Way
To Integrate Facebook Like Button In You Asp.net Website In this article i will show you how you can
integrate the facebook like button in your asp.net or mvc3 application.
So for this go to your login to your facebook account not in footer select developer.
Now click on developer link. In opened window select the web option.
Now in the open window select the Likebutton
Now a from will open in this enter the details and click on get code button to get the api code.
In code window select the i frame
Now copy the code and past it to your application.
So for this go to your login to your facebook account not in footer select developer.
Now click on developer link. In opened window select the web option.
Now in the open window select the Likebutton
Now a from will open in this enter the details and click on get code button to get the api code.
In code window select the i frame
Now copy the code and past it to your application.
<iframe
src="//www.facebook.com/plugins/like.php?href=http%3A%2F%2Fwww.dotnetpools.com%2F&send=false&layout=standard&width=450&show_faces=true&font&colorscheme=light&action=like&height=80"
scrolling="no" frameborder="0" style="border:none;
overflow:hidden; width:450px; height:80px;"
allowTransparency="true"></iframe>
Your like button will looks as shown below.
No comments:
Post a Comment