Jump to content

Facebook Like Button


mrbean

Recommended Posts

They give like 3 options for what type of button you want. That's nothing special, just one of the default ones. I don't know if you can actually customize it yourself, never really got into it much, but go look where they give you the code for the button.

I am not sure if you have already tried this or not, but this is what I use to show how many likes for my button.

 

Put somewhere after the <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";
 fjs.parentNode.insertBefore(js, fjs);
}(document, 'script', 'facebook-jssdk'));</script>

 

Put this where the button should appear:

<div class="fb-like" data-href="FULLURLHERE" data-send="false" data-width="450" data-show-faces="false"></div>

 

Replace "FULLURLHERE" with your facebook page url.

There is also a facebook like button generator: https://developers.connect.facebook.com/docs/reference/plugins/like/

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.