facebook page like button!

kaufenpreis

New member
Joined
Apr 7, 2014
Messages
19
Points
0
I have facebook page of my website and want to add like button on my wordpress site. in case someone sees it and likes it.

please guys, help me how to do that, or suggest any plugin.
 

vinpay

New member
Joined
Jul 17, 2012
Messages
43
Points
0
Go to this url and login with your account to start getting the button code for your website
https://developers.facebook.com/docs/plugins/like-button/

Include the JavaScript SDK on your page once, ideally right after the opening <body> tag.

Code:
<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>
Place the code for your plugin wherever you want the plugin to appear on your page.
Code:
<div class="fb-like" data-href="https://www.yourdomain.com" data-layout="standard" data-action="like" data-show-faces="true" data-share="false"></div>
In code above, change https://www.yourdomain.com to your domain.
If you want users to like different detail page, change data-href="https://www.yourdomain.com" to data-href="<?php the_permallink();?>" in single.php of your wordpress.

All done.
 

bob

New member
Joined
Apr 22, 2014
Messages
203
Points
0
Go to facebook developer site and find facebook like box there is you will find the code create according to you and paste the code in your website.
 
Older threads
Replies
6
Views
7,149
Replies
8
Views
5,559
Replies
2
Views
3,117
Replies
6
Views
3,947
Replies
3
Views
5,038
Newer threads
Replies
2
Views
2,853
Replies
12
Views
7,201
Replies
8
Views
5,363
Replies
6
Views
6,368
Replies
17
Views
8,322
Latest threads
Replies
0
Views
178
Replies
1
Views
643
Replies
1
Views
260
Replies
2
Views
579
Replies
4
Views
1,103
Recommended threads
Replies
2
Views
1,796
Replies
3
Views
4,534
Replies
0
Views
2,908
Replies
4
Views
2,717
Similar threads
Replies
11
Views
9,497
Replies
4
Views
4,823
Replies
7
Views
6,056
Replies
14
Views
9,736
Replies
6
Views
6,796

Referral contests

Referral link for :

Sponsors

Popular tags

You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an alternative browser.

Top