-
AuthorPosts
-
May 21, 2014 at 6:06 pm #268125
Hello,
When attempting to share a page/post from my website, no feature image (or any image) is included – only the title can be seen. I also tried posting to facebook directly, but still no images show up in the post. Would you kindly help me fix this? Thank you.
Here’s a page I tried to share:
http://realestatetoursoregon.com/29485-sw-milano-lane-unbranded/May 21, 2014 at 9:41 pm #268207Hey!
The featured image needs to be included with the right Open Graph tags, try this plugin:
https://yoast.com/wordpress/plugins/seo/Best regards,
Josue- This reply was modified 10 years, 6 months ago by Josue.
May 23, 2014 at 6:10 pm #269190This reply has been marked as private.May 23, 2014 at 8:07 pm #269228Hey!
The problem is the size of the featured image you are using (It should be 200×200), use this tool to debug it:
https://developers.facebook.com/tools/debug/Regards,
JosueMay 23, 2014 at 8:16 pm #269237This reply has been marked as private.May 23, 2014 at 8:34 pm #269241Hi!
Try adding this at the end of the theme functions.php:
function sc_opengraph_image_size($size="medium") { return "medium"; } add_filter('wpseo_opengraph_image_size','sc_opengraph_image_size',10,1);
Regards,
JosueMay 24, 2014 at 7:47 pm #269531This reply has been marked as private.May 24, 2014 at 9:54 pm #269547No, i meant the theme (Enfold) functions.php, it should be located:
/wp-content/themes/enfold/functions.php
Cheers!
JosueMay 24, 2014 at 10:22 pm #269551This reply has been marked as private.May 24, 2014 at 10:25 pm #269553Do you have WP SEO installed and activated?
Best regards,
JosueMay 24, 2014 at 10:27 pm #269554This reply has been marked as private.May 24, 2014 at 10:30 pm #269556Yes, Yoast SEO Plugin.
Just to note, i’m testing all these recommendations on my install and it’s working fine so far.
May 24, 2014 at 10:33 pm #269558This reply has been marked as private.May 24, 2014 at 10:34 pm #269560Maybe is not working because the “medium” size of the thumbnail doesn’t exists, try installing and running this plugin too:
http://wordpress.org/plugins/regenerate-thumbnails/May 24, 2014 at 10:37 pm #269561This reply has been marked as private.May 24, 2014 at 10:39 pm #269562Hi,
Can you create an administrator account and post it here as a private reply?
Regards,
JosueMay 24, 2014 at 10:40 pm #269564This reply has been marked as private.May 24, 2014 at 10:42 pm #269567Go to Users > Add new, create the user and post the details here.
Regards,
JosueMay 24, 2014 at 10:42 pm #269568This reply has been marked as private.May 24, 2014 at 10:43 pm #269569You can use any of your preference, but if don’t have one at hand, use avia.josue at gmail.com
Cheers!
JosueMay 24, 2014 at 10:52 pm #269571This reply has been marked as private.May 24, 2014 at 11:07 pm #269574This reply has been marked as private.May 24, 2014 at 11:08 pm #269575I did, i’m currently regenerating the thumbnails (12%), will post when it’s done.
Regards,
JosueMay 24, 2014 at 11:17 pm #269578This reply has been marked as private.May 25, 2014 at 12:17 am #269598This reply has been marked as private.May 25, 2014 at 12:26 am #269600Hi!
Seems to be all right now (tried with this post):
The problem was that the og:image was being set manually, the code i provided was meant to be use in conjunction with the featured image function, so this should be left empty:
Cheers!
JosueMay 25, 2014 at 12:45 am #269601This reply has been marked as private.May 25, 2014 at 12:50 am #269602No, you can fill the description boxes.
Best regards,
JosueMay 25, 2014 at 12:57 am #269603This reply has been marked as private.May 25, 2014 at 12:59 am #269604You are welcome, glad we could help :)
Regards,
Josue -
AuthorPosts
- The topic ‘Feature image not showing up with Facebook post’ is closed to new replies.