Monday 29 October 2012

FACEBOOK: SOCIAL PLUGINS- SUBSCRIBE BUTTON

The Subscribe button lets a user subscribe to your public updates on Facebook.
FACEBOOK SUBSCRIBE
This is what you nee to do to get the subscribe button on your website:

1. GOTO: 
https://developers.facebook.com/docs/reference/plugins/subscribe/
2.You'll see this:
3.Enter your profile URL in the space provided.
4.Click on 'GET CODE'
5.The javascript uses your APP ID by default. So, copy it and place it at the start of your webpage's <body> tag.
6.Copy and paste this code where you want the subscribe button to be placed. Fill in 'your profile' with your profile address.
<div class="fb-subscribe" data-href="https://www.facebook.com/your profile" data-show-faces="true" data-width="450"></div>7.Save..and you are done! :)

No comments:

Post a Comment