Instead of the big green “Share this button” how do I get these smaller icons?
http://i62.tinypic.com/1zox79j.jpg
Instead of the big green “Share this button” how do I get these smaller icons?
http://i62.tinypic.com/1zox79j.jpg
you pick the icons, which ones, size and shape, that you want on the options panel… forum – components – share this
Enabled the facebook twitter icons but nothing shows up. Only thing I can enable is the green sharethis button. Facebook and Twitter doesn’t show up?
http://i58.tinypic.com/2hdtveu.jpg
You only have the one entry in the ‘Share This Buttons’ section? That’s not right. But not sure why that would be. Will need to do some research and probably talk to Mr Papa later in the day who knows this area better than I do.
If you know how to use the browser console could you see if displaying that admin panel generates any scripting errors?
Correct. Only that 1 green button available.
http://i60.tinypic.com/nd1zcp.jpg

look like we (err, me) broke the install last release of Share This when trying to make only the share this (ie the green button) on by default… sorry, will get out an update this morning…
just pushed out a new update for this issue… you will need to uninstall your sp share this pluign and then reactivate it… sorry for the issue…
I must be doing something wrong cause I still only have the Green share it button.
http://i60.tinypic.com/2qsqo1l.jpg
http://i57.tinypic.com/2qasps4.jpg
did you uninstall it first as requested? three folks have confirmed it worked for them…
Mr Papa said
isnt showing where? in the admin?
in the forum. i enabled the twitter button in the settings
unable to duplicate… can you post a screenshot of your sp share this settings? so I can try with same settings…
also, please provide a link to an example topic with the buttons on it…
Nevermind. it’s working.
Is there any way to put the icons only on the forum topics and not the forum header?
I like it on the bottom left of the forum post. But not on the top right of the forum header.
Please see: https://simple-press.com/documentation/codex/plugins/our-plugins/available-plugins/plugin-share-this/
note that there are multiple template functions for displaying various elements… the one you refer to is on the forum view page (the spForumView.php template file of your sp theme):
sp_ShareThisForumTag(‘tagClass=ShareThisForum spRight’);
so you can just remove it…
as always, we recommend you make a child theme or your own theme before editing rather than editing ours so as to keep from losing changes on updates…