Topic-icon facebook send button

Active Subscriptions:

None
12 years 9 months ago #36458 by andbal2
Replied by andbal2 on topic facebook send button
The topic has been locked.
Support Specialist
12 years 9 months ago #36462 by alzander
Replied by alzander on topic facebook send button
I don't see the words TEST showing up anywhere on the page or in the HTML. Did you remove that code? If it's still there, it means that whatever file you edited isn't being used on that page, which would explain why the og:image tag isn't being properly set as well.

Thanks,
Alex
The topic has been locked.
Active Subscriptions:

None
12 years 9 months ago #36493 by andbal2
Replied by andbal2 on topic facebook send button
hi, no i didn't remove, it's in the code as you said me. i'm sure also it's the right php page because if a write any words to test i see it in web page, here you have all code:
<<Removed>>
The topic has been locked.
Support Specialist
12 years 9 months ago #36495 by alzander
Replied by alzander on topic facebook send button
I see the TEST word in your code, but I don't see that anywhere in the output on 123.socialapp-store.com/home/product/view/3/8

Do you see it on that page? If not, that means that the lines you put that code in are not being executed (likely because the if statements above it aren't true). Since it's not showing, that means our {SCOpenGraph image=xxx} tag isn't being output either and would explain why the image isn't showing.

I see multiple other img tags in the code you posted above, like:
<img id = "main_image" ...
My guess is that you're not putting the {SCOpenGraph image=...} tag in the right section.

Thanks,
Alex
The topic has been locked.
Active Subscriptions:

None
12 years 9 months ago #36499 by andbal2
Replied by andbal2 on topic facebook send button
hi, now i added test code in right place, you can read it 123.socialapp-store.com/home/product/view/3/8 and if can help you this is the path image image_product_path?>/image_name;?>

so which code i need add to see right image in facebook send button? tx
The topic has been locked.
Support Specialist
12 years 9 months ago #36507 by alzander
Replied by alzander on topic facebook send button
There's no og:image tag being inserted. The TESTTEST also doesn't have the image path in the center, like it should, if you entered the code like:
TEST<?php print $product->_label_image?>TEST
If you did enter it that way, then it means that the _label_image variable is blank, and that there is no image available.

Thanks,
Alex
The topic has been locked.
Active Subscriptions:

None
12 years 9 months ago #36509 by andbal2
Replied by andbal2 on topic facebook send button
yes now i entered TEST<?php print $product->_label_image?>TEST and in web page i see just TESTTEST, what means? i need see product image in box of send button like in other products, please look here 123.socialapp-store.com/home/product/view/3/6 and click send button
The topic has been locked.
Support Specialist
12 years 9 months ago #36524 by alzander
Replied by alzander on topic facebook send button
It means that the PHP code of <?php print $product->_label_image?> is not returning an image URL at all; it's empty. That means you need to find the correct PHP code to get the image URL and use it in the {SCOpenGraph image=xyz} tag.

I hope that helps explain,
Alex
The topic has been locked.
Active Subscriptions:

None
12 years 8 months ago #37519 by andbal2
Replied by andbal2 on topic facebook send button
Hi, i did the update of joomla, joomshopping and jfbconnect but i have still same problem, if i click send button ("invia" in italian) under the title i don't have right title, image and description about product or category. you can see this templatesocialapp25.socialapp-store.com/category/view/4

could you help me please? tx
The topic has been locked.
Support Specialist
12 years 8 months ago #37542 by alzander
Replied by alzander on topic facebook send button
Your app is in Sandbox Mode, so I can't see the actual page. Also, if that page requires login for it to be seen, then Facebook won't be able to see the Open Graph tags you've set either. You'd need it to be readable by Facebook for them to detect the tags.

The best way to test is to run your page through the Facebook URL Debug Tool and check what Facebook sees about your page. Specifically, check the Canonical URL that Facebook is detecting and make sure it's not a redirection to your login page.

I hope that helps,
Alex
The topic has been locked.