facebook Auto share
-
there is a problem with the Meta data Tag in your theme so it cant auto share to facebook and it’s make the share box with no picture and “page not found” title.
this happend just when i try to share to facebook (twitter is fine).
when i change the structure links its show the pic & title just fine.
but its frustrating to do it after every schedule post.Can you advise what should i change and where?
-
Hi!
You mean the meta tag in the file header.php?<meta http-equiv="Content-Type" content="<?php bloginfo('html_type'); ?>; charset=<?php bloginfo('charset'); ?>" />How you change the structure links?
yes. i fix it.
Ok. Can you tell me how you fix it, so I can make changes to the theme.
I use SEO plugin by yoast it fix all
Ok, thanks!
The SEO will conflict with the JETPACK plugin. I fixed it by installing the Manual Control for Jetpack so, it won’t run its share options by default, then paste this code into your header file
<meta property=”og:title” content=”title” />
<meta property=”og:type” content=”Website” />
<meta property=”og:url” content=” http://www.com” />
<meta property=”og:image” content=”image link” />
<meta property=”og:description” content=”website description” />Thank you Radwa2014!
The topic ‘facebook Auto share’ is closed to new replies.
