When I share the same blog post with facebook, the image is resized and looks appropriate for facebook;
how can I make the featured image of the blog to be resized on linkedin?
]]>I’ve checked the source of the post and there is a meta tag that contains the image path:
<meta property=”og:image:secure_url” content=”https://tradeseasonals.com/wp-content/uploads/p/2023/2023-04-11/gain-loss-barchart-10y-seasonal-report-microsoft-msft-2023-04-11-to-2023-08-12.png” />
what am I doing wrong and how can I fix it so that featrued image is added to the share for all?
How can I exclude some of the blog posts from social share?
I tried to use shortcodes but they are stripped out by WordPress for REST API-generated blog posts.
]]>How can I add an image to what is being shared?
The image that I want to add to the share is not the featured image.
First of all I am a huge fan of your plugin. Just would like your insight on an issue some of the users of our plugin Sassy Social Share are facing. On some sites when Sassy and Yoast are active at the same time, social share icons of Sassy do not appear at the home page and the page listing all the posts of the site. One of this kind of issue can be found at the link https://www.ads-software.com/support/topic/standard-share-buttons-not-showing-up/
Strange thing is this issue cannot be reproduced even by copying the exact configuration of Yoast and other plugins at another site.
I would appreciate your input on this.
Thanks and Regards
Rajat
Team Heateor
you can simple change line 380 of class-sassy-social-share-admin.php
$path = dirname( __FILE__ ) . '/css/' . $css_file . '.css';
i had this error because you are using plugin_dir_url but it works using dirname instead.
]]>