This Forum has been archived there is no more new posts or threads ... use this link to report any abusive content
==> Report abusive content in this page <==
Post Reply 
 
Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
facebook like button is impossible to put on my website, SOMEBODY PLEASE HELP?
04-28-2014, 11:27 AM
Post: #1
facebook like button is impossible to put on my website, SOMEBODY PLEASE HELP?
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

Ads

Find all posts by this user
Quote this message in a reply
04-28-2014, 11:35 AM
Post: #2
 
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>

Ads

Find all posts by this user
Quote this message in a reply
Post Reply 


Forum Jump:


User(s) browsing this thread: 1 Guest(s)