garrisonian14 Posted November 5, 2011 Share Posted November 5, 2011 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 Quote Link to comment https://forums.phpfreaks.com/topic/250502-problem-with-facebook-share/ Share on other sites More sharing options...
joel24 Posted November 6, 2011 Share Posted November 6, 2011 have you set the <title> tag and the <meta description=''> ? I've always modified these values for use on facebook. Quote Link to comment https://forums.phpfreaks.com/topic/250502-problem-with-facebook-share/#findComment-1285469 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.