Zen Cart Logo
Forums / All Other Contributions/Addons / Facebook Like Button main Page

Facebook Like Button main Page

Views: 1,105

Results 1 to 4 of 4
2 Jun 2012, 2:30 AM
#1
oitem avatar

oitem

New Zenner

Join Date:
Apr 2012
Posts:
82
Plugin Contributions:
0

Facebook Like Button main Page

my website is http://oitem.com/ i install Google Plus One (+1), Facebook Send and Twitter Fo every page of my product has a facebook like etc, it required APP id , my question is what is the use of of that, it doent appear any count like to my facebook application http://apps.facebook.com/oitemer/?ref=ts,, what i want is all like will be counted to my facebook page, i want to put some like button to my main page website and every like will be automatically counted to my app facebook page

http://www.facebook.com/pages/Oitem/227961120653752?ref=ts

5 Jun 2012, 9:05 AM
#2
kdays avatar

kdays

Zen Follower

Join Date:
May 2008
Posts:
239
Plugin Contributions:
0

Re: Facebook Like Button main Page

When adding the code for the Facebook Like button, the URL you want to show the count for (and to be liked) is part of the XFBML code.

For example:

<div class="fb-like" data-href="http://www.zen-cart.com/" data-send="true" data-width="450" data-show-faces="true"></div>

Check out the Facebook developers page for more info: http://developers.facebook.com/docs/reference/plugins/like/

7 Jun 2012, 11:14 AM
#3
kamion avatar

kamion

New Zenner

Join Date:
Mar 2011
Posts:
93
Plugin Contributions:
0

Re: Facebook Like Button main Page

Like kdays said, you'll need to add the "href" parameter to your code, for example:

<fb:like send="false" layout="button_count" width="90" show_faces="false" href="http://www.facebook.com/pages/Oitem/227961120653752"></fb:like>

27 Apr 2013, 7:39 AM
#4
arcicorci avatar

arcicorci

New Zenner

Join Date:
May 2008
Posts:
13
Plugin Contributions:
0

Re: Facebook Like Button main Page

I got the same problem. Where do you have to add this code?