When i try to share the blog content in one of my website into facebook Wrong content and image comes out.But the correct content is popup on sharer.php page. But the content shared on the facebook is wrong. It shares some other content and image from the blog page. I added
<meta property="og:title" content="<?php echo $usethistitle; ?>" />
<meta property="og:type" content="website" />
<meta property="og:url" content="http://taralizhealthystepsforward.com/blog.php?blogid=<?php echo $blogid; ?>" />
<meta property="og:image" content="http://taralizhealthystepsforward.com/pdt_images/<?php echo $imges; ?>" />
<meta property="og:site_name" content="Taraliz" />
<meta property="og:app_id" content="563087643750661" />
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<link rel="image_src" href="http://taralizhealthystepsforward.com/pdt_images/<?php echo $imges; ?>" />
<script>window.location='https://www.facebook.com/sharer/sharer.php?s=100&p[url]=http://taralizhealthystepsforward.com/blog.php?blogid=<?php echo $blogid; ?>&p[images][0]=http://taralizhealthystepsforward.com/pdt_images/<?php echo $imges; ?>&p[title]=<?php echo $usethistitle; ?>&p[summary]=<?php echo $usethisdesc; ?>';</script>