Facebook Platform enables you to make your website more social. You can use our Social Plugins, such as the Like Button to drive user engagement with a single line of HTML. Login Button and Registration Plugin let you simplify or eliminate your own user registration and sign-in. Lastly, the Graph API lets you access the full social graph of a given user, allowing you to create a truly deep personal experience.
Social Plugins are the easiest way to get started with Facebook Platform. The plugins are embeddable social features that can be integrated in your site with a line of HTML. Because they are hosted by Facebook, the plugins are personalized for all users who are currently logged into Facebook, even if they are visiting your site for the first time.
Following are the different Facebook Social Plugins.
Send Button
Facebook Comments
Share Button
Like Box
Facebok Social Plugin from where you can get the code and just past into your website.
Each link Socail plugin will give you two codes and are following
- JavaScript SDK (include once only)
(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/sdk.js#xfbml=1&appId=508427595967225&version=v2.0"; fjs.parentNode.insertBefore(js, fjs); }(document, 'script', 'facebook-jssdk'));
Following are the links from where you can get the HTML tag
- Facebook Like Button,
- Send Button,
- Comments
- Login Button
- Registration,
- Share Button
- Embedded Post
- Like Box