admin257 Posted February 8, 2019 Report Share Posted February 8, 2019 Do you recommend any particular social media plugin to use with Rank Math, one that displays the Facebook, Twitter, etc logos on posts so they can be shared online. I do have Social Warfare plugin but it might be overkill and confict with your plugin. Link to comment Share on other sites More sharing options...
Support Pratik.d Posted February 8, 2019 Support Report Share Posted February 8, 2019 Hello, Thank you for contacting MyThemeShop today. Rank Math plugins adds all the needed tags to share posts on Facebook & Twitter. Still, if you are going to use another plugin, then please add below code in your theme's functions.php file to remove the open graph and Twitter tags so it would not conflict with another plugin: add_action( 'rank_math/head', function() { remove_all_actions( 'rank_math/opengraph/facebook' ); remove_all_actions( 'rank_math/opengraph/twitter' ); }); Hope that helps. If there is anything else, please let us know. Thank you. 🏁Rank #1 on Google With our WordPress SEO Plugin. ⚡Score a 💯on PageSpeed and Dominate Search Rankings. ✏ Editing theme files? Please create a child theme to make your changes update-proof. Link to comment Share on other sites More sharing options...
Recommended Posts