Jump to content

Problem with FACEBOOK share


garrisonian14

Recommended Posts

Hi Guys

I have given facebook share button in CMS to share particular product detail page on facebook, button is fine there.  But when i click on share it gives default title of that page, and some text from its content,

i have even specified in meta to use dynamic title for each page.

This is what i have put in <head> of the page i want to share

But still facebook share popup contains default title and some content of the page.

 

<meta property="og:title" content="Wecome - <?php echo stripslashes($contest_details['designtype']);?> Contest" />

<meta property="og:description" content=" <?php echo stripslashes($contest_details['details']);?>" />

<meta property="og:image" content="<?php echo SITE_URL;?>images/caracter.png" />

Kindly help on this

 

Thanks

Link to comment
https://forums.phpfreaks.com/topic/250502-problem-with-facebook-share/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.