[Plugin: Simple Likebuttons (Facebook, Google , Twitter)] Disable pages or posts
-
Hi,
you already wrote, that you can disabale the likebuttons on pages or posts? How can I do that? Can you please give me an example?
Many Thanx!
This is your code:
//Only show at a single post / page the extended (if configurated) view if(is_single() or is_page()) { return $strContent . getLikeButtonsHtmlCode(); } else { return $strContent . getLikeButtonsHtmlCode('small'); } }
[Moderator Note: Please post code or markup snippets between backticks or use the code button.]
https://www.ads-software.com/extend/plugins/simple-likebuttons/
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘[Plugin: Simple Likebuttons (Facebook, Google , Twitter)] Disable pages or posts’ is closed to new replies.