Topic-icon Where i can find custom share explanations?

Support Specialist
6 years 10 months ago #62017 by alzander
Again, the Facebook Debugger URL for that page is developers.facebook.com/tools/debug/shar...a-casal-em-hotel-5-e
The topic has been locked.
Active Subscriptions:

None
6 years 10 months ago #62019 by Virtuox

alzander wrote: Please tell us the specific {SCOpenGraph ...} tags you've put on the page. The errors that we're seeing in the Facebook Debug Tool keep changing whenever we test as it seems like you're changing things.
Thanks,
Alex


ok

I use in this moment these tag recomendation Melissa
All I have in this page about JFB is it:
{SCOpenGraph og:image:url=<?php echo $image; ?>}
{SCOpenGraph og:image:width=250}
The topic has been locked.
Support Specialist
6 years 10 months ago #62020 by mel
When I suggested to add og:image:url tag, I did not mean to delete the existing og:image one. Please try:
{SCOpenGraph og:image=<?php echo $image; ?>} 
{SCOpenGraph og:image:url=<?php echo $image; ?>} 
{SCOpenGraph og:image:width=250}
The topic has been locked.
Active Subscriptions:

None
6 years 10 months ago #62021 by Virtuox

mel wrote: When I suggested to add og:image:url tag, I did not mean to delete the existing og:image one. Please try:

{SCOpenGraph og:image=<?php echo $image; ?>} 
{SCOpenGraph og:image:url=<?php echo $image; ?>} 
{SCOpenGraph og:image:width=250}


OK, Sorry. I got it wrong, now i have this way and not change the width yet, it got this facebook warning:
The parser's result for this metadata did not match the input metadata. Likely, this was caused by the data being ordered in an unexpected way, multiple values being given for a property only expecting a single value, or property values for a given property being mismatched. Here are the input properties that were not seen in the parsed result: 'og:image:width'
The topic has been locked.
Support Specialist
6 years 10 months ago #62026 by alzander
Hooray! When I use the "Scrape Now" button in the Debugger, no error messages are displayed. It may have just taken a little bit for Facebook to properly see the updated tags you applied.

I hope all is working for you now, but if not, or you need anything else, please let us know.

Thanks,
Alex
The topic has been locked.