-
AuthorPosts
-
February 10, 2014 at 8:24 am #221568
Hi,
I did noticed that since I’m moving from Sentence theme to Enfold that if anyone wants to share a post on the blog, facebook isn’t able grab a picture of the blog posts I wrote since I changed the theme and doens’t display the meta describtion aswell??Any cloes why? I’m using shareholic, but changed nothing with the move from Sentence to Enfold.
Thanks,
TinaFebruary 10, 2014 at 8:24 am #221569This reply has been marked as private.February 10, 2014 at 4:05 pm #221708Hey!
Can you post a screenshot of the issue? Facebook pop up works on my end. Is the problem how it is being displayed on Facebook?
Regards,
YigitFebruary 12, 2014 at 5:32 pm #222899Hi, i have the same problem when sharing posts on Facebook, Linkedin, Google plus & Viadeo with Hootsuite. My picture’s post does not appears!
February 12, 2014 at 5:32 pm #222901I will be glad to read the solution !
February 12, 2014 at 6:00 pm #222922Hi!
What image any social network grabs isn’t up to us. I would suggest using a plugin lets you select the specific image you want to have for each post. I think Yoast’s WordPress SEO lets you do that now as I’m sure others do.
Best regards,
DevinMarch 1, 2014 at 10:08 am #231005The thing is the plugin worked all fine until I changed the theme from sentence ( a kriesi theme aswell) to enfold.
The plugin (shareholic) is not showing up any picture or the meta text I used on Yoast or the first bit of the post
March 1, 2014 at 10:31 am #231008Hi,
Here’s how that Post looks on Facebook when shared:
Regards,
JosueMarch 1, 2014 at 8:48 pm #231126That’s one of the postings that was written and published using the old theme. Thats how it looks if I share something newer (published since changing to enfold) on facebook
March 1, 2014 at 9:22 pm #231131March 3, 2014 at 5:12 pm #231642Hi!
Please use the Yoast SEO plugin, go to SEO > Social, tick the “Add Open Graph meta data” checkbox, login as facebook admin and then set the description + image. Afterwards save the settings. Make sure that there are no other SEO plugins installed. The images you’re uploading are not working.
Cheers!
IsmaelMarch 12, 2015 at 10:41 pm #410765Hi Ismael
I’m not sure if that is solving what the issue is. For example, the site I am working on is not my own, I am the developer. When I choose add Facebook admin it connects with my own personal facebook profile. Presumably my client would need a facebook page, and it seems that this Yoast function is more to do with the connection between client site and client facebook. But it seems this isn’t what the problem is about?
Shouldn’t the Enfold social share tool have the ability to have the image associate with the post being shared? regardless of the client owning a facebook page?
cheers
Darryl
March 12, 2015 at 10:50 pm #410769Hi Ismael
to be clear, the client does not own a facebook page for this website/campaign.
cheers
Darryl
March 12, 2015 at 11:22 pm #410773Hi Darryl!
No, that’s not necessary. You just need to set the appropriate Open Graph tags in the source code of the single post view so Facebook can build the share box based on that. As this is more of a functionality thing it is best to use a plugin for that:
https://wordpress.org/plugins/wordpress-seo/
https://wordpress.org/plugins/opengraph/
https://wordpress.org/plugins/wp-open-graph/Cheers!
JosueMarch 13, 2015 at 5:49 am #410842Thanks so much Josue. I didn’t understand what it meant, but I have realised that the plugin adds an area at the base of each post, and is modifiable there on a per-post basis.
I used the WordPress SEO plugin in the end.
Thanks heaps Josue , much appreciated.
cheers
DarrylMarch 13, 2015 at 7:49 am #410865You are welcome Darryl, always glad to help :)
Regards,
JosueFebruary 24, 2016 at 9:11 pm #588638Hi,
I’ve added the social share element to portfolio items and everything looks right but the image doesn’t show when I attempt to share on Facebook. I’ve added Yoast and it seems to be functioning as all the open graph tags look to be in place.
Will you please help troubleshoot why this is not working as expected? Thanks in advance!
code added to make share element show on portfolio items:
add_filter('avf_template_builder_content', 'avf_template_builder_content_social_mod', 10, 1); function avf_template_builder_content_social_mod($content = "") { if(is_singular('portfolio')) { ob_start(); avia_social_share_links(array(), false); $social = ob_get_clean(); $content = $content . $social; } return $content; }
Yoast code from the link above:
<!-- This site is optimized with the Yoast SEO plugin v3.0.7 - https://yoast.com/wordpress/plugins/seo/ --> <meta name="robots" content="noindex,follow"/> <link rel="canonical" href="http://ataumbi.psstudiosdev.com/collection-item/beetle-and-diamond-bangle/" /> <meta property="og:locale" content="en_US" /> <meta property="og:type" content="article" /> <meta property="og:title" content="Beetle and Diamond Bangle - Ataumbi Metals" /> <meta property="og:url" content="http://ataumbi.psstudiosdev.com/collection-item/beetle-and-diamond-bangle/" /> <meta property="og:site_name" content="Ataumbi Metals" /> <meta property="article:tag" content="Bangles" /> <meta property="og:image" content="http://ataumbi.psstudiosdev.com/wp-content/uploads/2016/02/Beetle-and-Diamond-Bangle.jpg" /> <meta name="twitter:card" content="summary"/> <meta name="twitter:title" content="Beetle and Diamond Bangle - Ataumbi Metals"/> <meta name="twitter:image" content="http://ataumbi.psstudiosdev.com/wp-content/uploads/2016/02/Beetle-and-Diamond-Bangle.jpg"/> <!-- / Yoast SEO plugin. -->
- This reply was modified 8 years, 9 months ago by psstudiosinc.
February 24, 2016 at 10:04 pm #588658Hi!
What do you get when you input the URL here?
https://developers.facebook.com/tools/debug/Best regards,
JosueFebruary 24, 2016 at 10:42 pm #588674Shows an error:
Error parsing input URL, no data was cached, or no data was scraped.Then loads image and looks correct. Now looks good when I share from the URL, now that Facebook has cached it apparently.
Will I need to do this for each post? Or will it just happen automatically? Sorry for the noob questions and thanks for your quick response!
February 24, 2016 at 10:58 pm #588681You may need to do that for old Posts, but new ones shouldn’t have this problem.
Regards,
JosueFebruary 24, 2016 at 11:10 pm #588684Interesting, these are all brand new posts. Any thoughts on why this might be happening to all these new posts? Or how to blanket remedy?
Again, thanks so much for your insight.
February 25, 2016 at 9:54 am #588838 -
AuthorPosts
- The topic ‘Facebook share doesn't work’ is closed to new replies.