Twitist Forums
facebook like button is impossible to put on my website, SOMEBODY PLEASE HELP? - Printable Version

+- Twitist Forums (http://twitist.com)
+-- Forum: Facebook forums (/forum-14.html)
+--- Forum: Facebook apps (/forum-22.html)
+--- Thread: facebook like button is impossible to put on my website, SOMEBODY PLEASE HELP? (/thread-148651.html)



facebook like button is impossible to put on my website, SOMEBODY PLEASE HELP? - Sdf - 04-28-2014 11:27 AM

I am a IT savy guy but for the last 3 hours I have not been able to figure out how to put the facebook like button on my website. I follow the directs in facebook developers page and generated the HTML5 code, and put it on my website. I dont undestand everything about the generator eith. Its asking for URL's but its not specific at all to what URL's from where.

I watched youtube tutorials, read forums, and written tutorials. I cant do this thing. I am so upset.

I need a real simple easy way to do this. PLEASE HELP ME SOMEONE


- AC Milan 91 - 04-28-2014 11:35 AM

You put the URL of your website where I wrote google.com
If you want the like button to be specific for each page in your site, then add multiple like buttons, each with their own URL.
example: the help page's link would be google.com/help


<div id="fb-root"></div>
<script>(function(d){
var js, id = 'facebook-jssdk'; if (d.getElementById(id)) {return;}
js = d.createElement('script'); js.id = id; js.async = true;
js.src = "//connect.facebook.net/en_US/all.js#appId=239388446108038&xfbml=1";
d.getElementsByTagName('head')[0].appendChild(js);
}(document));</script>
<div class="fb-like" data-href="google.com" data-send="true" data-width="450" data-show-faces="true"></div>