WPIntell

Source evidence

It messes up facebook sharing. Small thumb was shared.

BestWebSoft's Like & Share – Posts, Pages and Widget Social Extension plugin for WordPress · review · 2014-12-10T11:24:00+00:00

complaintsentiment
mediumseverity
0.75relevance
1replies
Evidence linked to opportunitycommercial context

Proof Health

Open evidence

Commercial opportunities need traceable source links before they are treated as build-worthy.

6 / 22 rows with source links

27.3% of this page's analysis has direct source links.

0 build-decision rows missing links

0 rows here require auditable proof before promotion.

16 rows with no attached evidence

0 rows have source counts but still need direct links.

Conversation

review · 1 stars
Ghelle unresolved
I am working to fix this problem for 3 days. Finally I found what messed my Facebook post image size when sharing. It adds 150×150 og:image meta and other meta to site and I can’t find how to switch it off. *** UPDATE *** After several months, tried it again. Still og:image is added. Have to disable it. Hi Ghelle, In order to delete og:image, so that the image will not be added, please edit facebook-button-plugin.php file, which is located in wp-content/plugins/facebook-button-plugin. In facebook-button-plugin.php file, please substitute (comment) the lines 715-718: if ( has_post_thumbnail( get_the_ID() ) ) { $image = wp_get_attachment_image_src( get_post_thumbnail_id(), 'thumbnail'); $image = $image[0]; } to // if ( has_post_thumbnail( get_the_ID() ) ) { // $image = wp_get_attachment_image_src( get_post_thumbnail_id(), 'thumbnail'); // $image = $image[0]; // } However, please note that these changes will be removed next time you update the plugin. Regards, BestWebSoft Support Team.

Comments

1 shown
bestwebsoft 2014-12-19T13:27:00+00:00

Hi Ghelle, In order to delete og:image, so that the image will not be added, please edit facebook-button-plugin.php file, which is located in wp-content/plugins/facebook-button-plugin. In facebook-button-plugin.php file, please substitute (comment) the lines 715-718: if ( has_post_thumbnail( get_the_ID() ) ) { $image = wp_get_attachment_image_src( get_post_thumbnail_id(), 'thumbnail'); $image = $image[0]; } to // if ( has_post_thumbnail( get_the_ID() ) ) { // $image = wp_get_attachment_image_src( get_post_thumbnail_id(), 'thumbnail'); // $image = $image[0]; // } However, please note that these changes will be removed next time you update the plugin. Regards, BestWebSoft Support Team.