Sorry gopinathgoswami. Ignore my post above about Google Chrome. I had the "Facebook Disconnect" plugin enabled, and that was blocking it.![]()
Sorry gopinathgoswami. Ignore my post above about Google Chrome. I had the "Facebook Disconnect" plugin enabled, and that was blocking it.![]()
Good day, thank you for this mod. I think it is awesome.
I receive the following error when I click on the product like button.
The app ID "116681851735368" specified within the "fb:app_id" meta tag was invalid.
In html_header.php I have the following line.
<meta property="fb:admins" content="116681851735368"/>
My facebook page is http://www.facebook.com/pages/PC-4-Good/116681851735368
My site is http://www.pc4good.co.za
Do you have any ideas as to what might be the problem?
Regards
Andre
There are two IDs. "{YOUR_FACEBOOK_USER_ID}" is different from "{YOUR_APPLICATION_ID}". I recommend using both these IDs in OG meta tags as follows:
To find out your fb:admins, simply direct your browser to http://graph.facebook.com/yourusernameHTML Code:<meta property="fb:admins" content="{YOUR_FACEBOOK_USER_ID}"/> <meta property="fb:app_id" content="{YOUR_APPLICATION_ID}"/>
To find out your fb:app_id, simply direct your browser to https://developers.facebook.com/apps when you are logged in. Then click on the button "Edit App"
Please use the correct IDs as above... this error message will go away..
Regards
Gopinath Goswami
OnlineSurgicals.com
Hi,
The readme file says that the image sent to FB is going to be the main_image but in my case it shows any of the buttons images instead.
Test: dmodafashion .com (on any of the products, not sidebox).
I also noticed that I had to twist the code for it to show the info correct:
from:
toCode:<fb:like send="false" width="250" show_faces="false"></fb:like>
...adding "data" to the width and show-faces for it to work properly.Code:<fb:like send="false" data-width="250" data-show_faces="false"></fb:like>
IDEAS Girl
IDEAS Creative Group = Your image... our business!
It appears that you have not included your site domain name during the Facebook APP setup properly . Please go to https://developers.facebook.com/apps while you are logged in and look for the button "Edit App". Then you look for "App domain" and Site URL. Please check if you have entered your proper domain information.
Regards
Gopinath Goswami
OnlineSurgicals.com
Thanks buddy, my facebook problem is gone.
Best mod provided and supported that I have seen on Zen Cart.
Well done.
![]()
Thanks Gopinath, that made the trick!
Do you have any suggestions for validation? I get quite a few error validations coming from the html_header.php file.
IDEAS Girl
IDEAS Creative Group = Your image... our business!
I am getting this error:
There were problems uploading "http://www.OpalEssenceShop.com/" on behalf of your Open Graph page. Here is the full error message our photo server reported: "Error Processing File: Unable to process this photo. Please check your photo's format and try again. We support these photo formats: JPG, GIF, PNG, and TIFF."
I'm getting this error on my error log persistently:
The lines referring to are:PHP Warning: extract() [<a href='function.extract'>function.extract</a>]: First argument should be an array in /home/***/public_html/includes/templates/***/common/html_header.php on line 55
PHP Warning: extract() [<a href='function.extract'>function.extract</a>]: First argument should be an array in /home/***/public_html/includes/templates/***/common/html_header.php on line 56
Any help will be appreciated.PHP Code://no need to edit below this line:
extract($product_info_metatags->fields);
extract($category_metatags->fields);
$prod_url = "http://" . $_SERVER['HTTP_HOST'] . $_SERVER['REQUEST_URI'];
IDEAS Girl
IDEAS Creative Group = Your image... our business!
I've just deleted the two extract() calls. They don't seem to do anything useful as far as I can tell.