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

Facebook Like Button

Views: 52,534

Results 101 to 120 of 347
24 Nov 2010, 3:54 AM
#101
blessisaacola avatar

blessisaacola

Totally Zenned

Join Date:
Feb 2004
Location:
Georgia, USA
Posts:
1,875
Plugin Contributions:
1

Facebook Like Button

seanruk:

Hi

I found the problem...

I had to change
<meta property="fb:admins" content="174717399208075"/>

to
<meta property="fb:admins" content="entered email address"/>

This still gives an error when using the developer tool but the add-on works.

Cheers

That's interesting! With your implementation it's going to be absolutely impossible to update the pages that are created by Facebook (for your liked pages). I doubt that FB is even able to create the pages. You can't administer a page that doesn't have an admin or application.

24 Nov 2010, 3:39 PM
#102
delia avatar

delia

Totally Zenned

Join Date:
May 2006
Location:
Gardiner, Maine
Posts:
2,383
Plugin Contributions:
7

Re: Facebook Like Button

Just wanting to let y'all know - that bug we found has been corrected. If you commented out that line (was it the meta tag for type?), you should be able to remove the comments. (so says the bug forum)

24 Nov 2010, 9:44 PM
#103
jabbawest avatar

jabbawest

Zen Follower

Join Date:
Oct 2009
Location:
Texas
Posts:
197
Plugin Contributions:
0

Re: Facebook Like Button

delia:

aozhaverm, jabbawest

As far as changing the display, it might well not be possible. Facebook puts its own css on these things. Try putting the code into a division with a css class with a color of white and see what happens.
Finally got around to doing this and found it to be quite simple.
All I did was add the following to the fb:like code in tpl_product_info_display.php

<div id="likeButton"><fb:like colorscheme="dark"></fb:like></div>

Oh, and so far the aforementioned FB bug does seem to be fixed.

24 Nov 2010, 10:50 PM
#104
jabbawest avatar

jabbawest

Zen Follower

Join Date:
Oct 2009
Location:
Texas
Posts:
197
Plugin Contributions:
0

Re: Facebook Like Button

You can also change the standard style to box_count or button_count

<div id="likeButton"><fb:like layout="button_count" colorscheme="dark"></fb:like></div>
30 Nov 2010, 5:45 PM
#105
acshun avatar

acshun

New Zenner

Join Date:
Nov 2010
Posts:
1
Plugin Contributions:
0

Re: Facebook Like Button

1.3.8a
I installed it and have checked everything several times, but when I like a product it posts a link, but not an image or the comments. Any ideas where I might have messed up?

2 Dec 2010, 10:42 PM
#106
alepia avatar

alepia

Zen Follower

Join Date:
Dec 2008
Posts:
158
Plugin Contributions:
0

Re: Facebook Like Button

I installed it but it is not working!! It gives an error which is :

The application ID specified within the "fb:app_id" meta tag is not allowed on this domain. You must setup the Connect Base Domains for your application to be a prefix of http://bellissima-scarves.co.uk/index.php?main_page=product_info&cPath=49&products_id=175.

What shall I do??

4 Dec 2010, 1:50 PM
#107
delia avatar

delia

Totally Zenned

Join Date:
May 2006
Location:
Gardiner, Maine
Posts:
2,383
Plugin Contributions:
7

Re: Facebook Like Button

One more time:

acshun
the only way an image gets posted is if the person comments on it - just liking doesn't do it.

alepia
Make sure you have your application id placed in the two files. Make sure you are using the correction id.

4 Dec 2010, 5:35 PM
#108
alepia avatar

alepia

Zen Follower

Join Date:
Dec 2008
Posts:
158
Plugin Contributions:
0

Re: Facebook Like Button

What is the correction id??

5 Dec 2010, 4:25 AM
#109
neckdeep avatar

neckdeep

New Zenner

Join Date:
Jan 2010
Posts:
46
Plugin Contributions:
0

Re: Facebook Like Button

Think it's working correctly....only way to know will be when someone clicks on it.

My question has to do with the width of the inserted column. Any way to shrink that down, it's throwing off my right columns.

Here's an example...

Cool addition, thank you.
Dave

7 Dec 2010, 4:50 PM
#110
edadk avatar

edadk

Zen Follower

Join Date:
Nov 2008
Posts:
191
Plugin Contributions:
0

Re: Facebook Like Button

Hi,

Looks like a great mod and very easy to install.

Just wondering if the fb_xd_fragment issue is still a problem or if that has been fixed by Facebook?

Many thanks,

Ed

8 Dec 2010, 12:58 AM
#111
neckdeep avatar

neckdeep

New Zenner

Join Date:
Jan 2010
Posts:
46
Plugin Contributions:
0

Re: Facebook Like Button

I'll catch this one, then maybe the next guy showing up on this thread will tell me how to size the box a bit smaller. :)

From what I've read, it looks like the issue is still there, and the Facebook people have it on a TODO list that's pretty long.

The fix is reasonably simple, just go to your webmaster tools at google, yahoo, bing, etc and exclude that fragment from being indexed. Couple clicks and you should be good.

10 Dec 2010, 9:41 AM
#112
terrydean avatar

terrydean

New Zenner

Join Date:
Dec 2010
Location:
san francisco, i think?
Posts:
19
Plugin Contributions:
0

Re: Facebook Like Button

so once installed and checked out with chrome's Inspect Element feature it would appear this uses iframes after all?

10 Dec 2010, 12:42 PM
#113
delia avatar

delia

Totally Zenned

Join Date:
May 2006
Location:
Gardiner, Maine
Posts:
2,383
Plugin Contributions:
7

Re: Facebook Like Button

terrydean:

so once installed and checked out with chrome's Inspect Element feature it would appear this uses iframes after all?

That's possible. It's their api.

10 Dec 2010, 9:17 PM
#114
terrydean avatar

terrydean

New Zenner

Join Date:
Dec 2010
Location:
san francisco, i think?
Posts:
19
Plugin Contributions:
0

Re: Facebook Like Button

well as long as it doesn't caust the iframe error :smile:

11 Dec 2010, 2:28 AM
#115
pinkchalkstudio avatar

pinkchalkstudio

New Zenner

Join Date:
Apr 2008
Posts:
78
Plugin Contributions:
0

Re: Facebook Like Button

Thanks for the amazing mod! EXACTLY what I was looking for. I implemented with no problems. A few ccustomizations:

  • I didn't like the extended text of 'be the first one to like this...', I removed it by adding in an attribute called layout="button_count", it looks like this: <fb:like layout="button_count">

  • I placed the button below my image on the product page by inserting your text into tpl_modules_main_product_image.php instead of tpl_product_info_display.php . Seems to be working.

small typo in the readme.txt - tpl_product_info.php should be tpl_product_info_display.php ? (maybe this is some type of customization in my template? but it threw me off until I figured it out)

Thank you again!!!

12 Dec 2010, 2:02 PM
#116
aneftaoratos avatar

aneftaoratos

New Zenner

Join Date:
Feb 2010
Posts:
5
Plugin Contributions:
0

Re: Facebook Like Button

Thank you for this excellent addon!

SyberTemplates saved me because a had the same error:

The application ID specified within the "fb:app_id" meta tag is not allowed on this domain. You must setup the Connect Base Domains for your application to be a prefix of .

One more thing I did and worked for me:
Needed to add a '/' at the end of this: Site URL HTTP://WWW.YOURDOMAIN.COM/

I hope this can help someone else!

13 Dec 2010, 9:30 AM
#117
neckdeep avatar

neckdeep

New Zenner

Join Date:
Jan 2010
Posts:
46
Plugin Contributions:
0

Re: Facebook Like Button

pinkchalkstudio:

Thanks for the amazing mod! EXACTLY what I was looking for. I implemented with no problems. A few ccustomizations:

  • I didn't like the extended text of 'be the first one to like this...', I removed it by adding in an attribute called layout="button_count", it looks like this: <fb:like layout="button_count">

  • I placed the button below my image on the product page by inserting your text into tpl_modules_main_product_image.php instead of tpl_product_info_display.php . Seems to be working.

small typo in the readme.txt - tpl_product_info.php should be tpl_product_info_display.php ? (maybe this is some type of customization in my template? but it threw me off until I figured it out)

Thank you again!!!

Did that shorten the overall length of the button? Looking to cut a few dozen pixels off the length so my sideboxes go back where they're sposed to be.

18 Dec 2010, 1:19 PM
#118
aneftaoratos avatar

aneftaoratos

New Zenner

Join Date:
Feb 2010
Posts:
5
Plugin Contributions:
0

Re: Facebook Like Button

I have spent many hours to solve this problem, but no luck!

I cannot post to my Facebook Wall the links from my site: http:www.candiashop.gr.

1.If I try to post a link to facebook wall of my site: http:www.candiashop.gr
a) the title is not displayed and says: META_TAG_FBTITLE.
b) there is not thumbnail
c) I get this message from facebook: "Could not post to Wall The message could not be posted to this Wall."

2.If I try to post a product link to facebook wall:
a) the title is displayed
b) there is a thumbnail
c)I get this message from facebook: "Could not post to Wall The message could not be posted to this Wall."

I used the URL Linter but that didn't helped much..
I have also installed a facebook fan box and my site is only in greek language.

This facebook behaviour is my fault?

Thanks in advance!

4 Jan 2011, 1:04 PM
#119
aneftaoratos avatar

aneftaoratos

New Zenner

Join Date:
Feb 2010
Posts:
5
Plugin Contributions:
0

Re: Facebook Like Button

Happy new year to everyone!

I followed this tutorial and everything works fine, except one thing: I cannot post any link to my facebook wall from my site.
I have spent many days looking for a solution...:(

Could anyone help me solve this problem?

Thanks in advance!

4 Jan 2011, 1:11 PM
#120
delia avatar

delia

Totally Zenned

Join Date:
May 2006
Location:
Gardiner, Maine
Posts:
2,383
Plugin Contributions:
7

Re: Facebook Like Button

If you are going to do by Kerrin's instructions instead of using this mod, I suggest you ask Kerrin for help. He's a really nice fellow and did respond to my email.