Adding A Facebook Fanpage To Your Website

You can now get likes for your Facebook in your own website through the Like box. It is a social plugin that allows users to like the page with just one click, read recent posts from the page, and see how many users like the page. Here’s a quick tutorial on how to add a Facebook fanpage to your website.

Steps:

  1. Access the Admin panel of your Facebook page.
  2. Click the Edit page tab found at the upper right portion of your page.
  3. From the dropdown menu, select Edit Settings.
  4. Select Resources from the left sidebar of your page.
  5. Under Connect with People, click Use Social plugins. You may also use this direct link-> https://developers.facebook.com/docs/reference/plugins/like-box/
  6. Select the Like box from the left sidebar of your page. You can also click this link to be directed https://developers.facebook.com/docs/reference/plugins/like-box/
  7. Type in your page’s url. Indicate the height and the width of the like box in pixels. Select whether you want show stream, faces, border and header. Pick the color scheme.
  8. Get the code.
  9. Copy and paste this code to a text widget and you’re all set!

Thing you need to know:

  1. The minimum support width is 292 pixels, while the default width of the Like box is 300 pixels. On the other hand, the height of the Like box depends on the number of faces to display and whether the stream is shown. Without faces and stream, the default height is 63 pixels. Meanwhile, if there are 10 faces shown and the stream is displayed, the default height is 556 pixels.
  2. You can either choose light or dark for the color scheme.
  3. Show faces indicates whether or not to show profile pictures in the Like box.
  4. Stream indicates whether to show a stream of photos from the Page’s wall.
  5. Header indicates whether to show the Facebook header at the top of the Like box.
  6. Show border indicates whether or not to show a border around the Like box. To design the iframe with your custom CSS, set to false.
  7. To know if a user tips the Like button, subscribe to the ‘edge.create’ event through this link FB.Event.subscribe. This is applicable if you are using the XFBML version.

Similar Posts

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.