bilobait
Forum Replies Created
-
Hi Drunkard100,
can you post a url to your blog with the error? We can not reproduce the issue.
Thanks for your message.
Sincerly, Maik Balleyer
Hi barbas,
at the moment there is no way to set the appearence on selected pages or posts.
In the file simple_likebuttons.php in line 52 you can add a switch to controll the appearence. You need some experience in php programming to edit the file.
Maybe in later versions we will add more functionallity.
Sincerly, Maik Balleyer
Hi Mike,
the function for adding the button-code to the wordpress-contentcode is in the file simple_likebuttons.php in line 49: function add_simple_likebuttons($strContent) { … }.
There you can handle the position of the buttons. This function gets the database content and adds the buttoncode at the end.
This functionality is explained here: https://codex.www.ads-software.com/Plugin_API/Filter_Reference/the_content
You only need to rearrange the buttoncode (getLikeButtonsHtmlCode() or getLikeButtonsHtmlCode(‘small’)) to your position.
I hope we could help you. Please answer if you need more help.
Sincerly, Maik Balleyer
Please go to the settings panel in the admin area. Choose “Simple Likebuttons” and check if the buttons are choosen.
Hi jwcnmr,
can you please post a snippet of the sourcecode of your posts-page or detailpage?
Thanks.