himanshu05
Forum Replies Created
-
Hi Jeremy,
Problem solved 🙂 I have unmarked some things through screen option available at the top of the post section, and everything looks good 🙂
BTW, I have tried to reinstall the Jetpack, but that does not work. Screen options works for me 🙂
Thanks for the help 🙂 Keep creating such amazing stuff for us.
Regards
Himanshu- This reply was modified 8 years, 12 months ago by himanshu05.
Finally, my problem is resolved. I got my social count back. Thanks for giving the code. @oliwkama, just add the following code in the function.php file of your theme using your hosting panel. The sharing counts will automatically back for all of your posts.
/* Enforce HTTP Open Graph URLs in Yoast SEO
* Credit: stodorovic https://github.com/stodorovic
* Last Tested: Feb 06 2017 using Yoast SEO 4.2.1 on WordPress 4.7.2
*/add_filter( ‘wpseo_opengraph_url’, ‘my_opengraph_url’ );
function my_opengraph_url( $url ) {
return str_replace( ‘https://’, ‘http://’, $url );
}- This reply was modified 9 years, 2 months ago by himanshu05.
Thanks for the reply, but how we can add filter in Yoast SEO plugin?