Facebook Like button for popularise Your Web contents - How to create and integrate FB Like Button to websites?
Popularise Your web contents with FB Like button
INSTRUCTIONS FOR CREATING FACEBOOK LIKE BUTTON AND IT'S INTEGRATION TO WEBSITE
FB Like button is the quickest way for people to share content with their friends.
It allows FB users to share pages and content from your site back to their Facebook profile with one click, so all their friends can read them.
On clicking the button, it will ask to login. if you are logged in it will ask to confim and finally asks to add comment.
Include the below given JavaScript code on your page just after the opening body tag.
Place the below given code wherever you want the Like button to appear on your page.
"YOUR_FACEBOOK_APP_ID" should be replaced by your app Id.
Steps for creating App
you can alter the display by changes the values for the attribute in above tag.
You can also display a Share button next to the Like button to let people add a personal message and customize who they share with.
For more details visit:
Related Posts
INSTRUCTIONS FOR CREATING FACEBOOK LIKE BUTTON AND IT'S INTEGRATION TO WEBSITE
FB Like button is the quickest way for people to share content with their friends.
It allows FB users to share pages and content from your site back to their Facebook profile with one click, so all their friends can read them.
On clicking the button, it will ask to login. if you are logged in it will ask to confim and finally asks to add comment.
Include the below given JavaScript code on your page just after the opening body tag.
<div id="fb-root"></div>
<script>(function(d, s, id) {
var js, fjs = d.getElementsByTagName(s)[0];
if (d.getElementById(id)) return;
js = d.createElement(s); js.id = id;
js.src = "//connect.facebook.net/en_US/all.js#xfbml=1&appId=YOUR_FACEBOOK_APP_ID";
fjs.parentNode.insertBefore(js, fjs);
}(document, 'script', 'facebook-jssdk'));</script>
<script>(function(d, s, id) {
var js, fjs = d.getElementsByTagName(s)[0];
if (d.getElementById(id)) return;
js = d.createElement(s); js.id = id;
js.src = "//connect.facebook.net/en_US/all.js#xfbml=1&appId=YOUR_FACEBOOK_APP_ID";
fjs.parentNode.insertBefore(js, fjs);
}(document, 'script', 'facebook-jssdk'));</script>
Place the below given code wherever you want the Like button to appear on your page.
<div class="fb-like" data-href="http://www.crozoom.com" data-layout="box_count" data-action="like" data-show-faces="true" data-share="false"></div>
This is how the like button display : "YOUR_FACEBOOK_APP_ID" should be replaced by your app Id.
Steps for creating App
- For generating an App Id do the following steps:
- Logon to Facebook
- On the left menu, Click on DEVELOPER >> Create App
- Enter website url, Email Id and required details and then submit
- You app is now created
- On setting page of the New App, make the App public
- Now the app is live, Copy the App Id and use this App Id in the FB like button code
you can alter the display by changes the values for the attribute in above tag.
You can also display a Share button next to the Like button to let people add a personal message and customize who they share with.
<div class="fb-like" data-href="http://www.crozoom.com" data-layout="box_count" data-action="like" data-show-faces="true" data-share="true"></div>
FB like button with Share buttonFor more details visit:
- INSTRUCTIONS FOR CREATING FB LIKE BUTTON
- URL: https://developers.facebook.com/docs/plugins/like-button
- to know about other Social plugins CLICK HERE
- URL: https://developers.facebook.com/docs/plugins/
Related Posts
- Google PlusOne (g +1) Button Code - How to add Google PlusOne (g +1) Button on web pages?
- Facebook Like button to popularise Your Web contents - How to create and integrate FB Like Button to websites?
- Facebook Share button for Sharing Web contents - How to create and add FB share Button to websites?
- Twitter Share ( Tweet ) button for better content sharing - Instructions for adding Tweet button to your website
- How to add BlogIt button or Widget on your blogger website
- Integrated code for Twitter Share, Facebook Like & Share, google Plusone Buttons
- More on Social Networking Tools