Plugin Author
cunjo
(@cunjo)
Hi, are you refering to inline buttons or the share floating bars?
Plugin Author
cunjo
(@cunjo)
The only way you can disable buttons from pages right now is by adding this code in your theme’s functions.php file.
function remove_cunjoshare($content) {
if(is_page()) {
remove_filter( 'the_content', 'cunjo_displayline');
}
return $content;
}
add_filter( 'the_content', 'remove_cunjoshare', 1);
Instructions:
1. Go to your wp-admin > Appearence > Editor;
2. From the list on the left find and click on functions.php (title usually is Theme Functions);
3. Paste the code from above in the editor, under the existent code;
We will add this feature in the next major release. So you can choose were and were not to show buttons from the settings panel.
Let me know if this fixes your issue.
You guys rock! Thanks… love, love, love the plugin 🙂 This totally worked!!!
Plugin Author
cunjo
(@cunjo)
hihi, thanks for all the love. The next major release (version 2.0) with free social analytics will be even better.
Best regards and may you get millions of social signals 🙂