Support Forum
Hi
Love the "Share this" plug in. BUT I want the small icons. I've made the choice, updated and it's not "taking," Tried it several times, looked around for other help.
Could it be a caching issue, but I tried on another browser? I'm using WP Cache.
Take a look http://www.sharinghousing.com/forum-2
Thanks,!
how are those buttons getting added? That is an abnormal place for the buttons... and wondering if you have the wp share this plugin running and if its doing that?
if you are using the WP plugin, you need to make sure that they do not auto add their buttons to the page content... they wont work since they dont grab the canonical url...
instead, you should be using the SP Share This plugi... and we provide our own template tags for you to add to your sp theme to display the buttons where you want... I assume since you said you are changing the button size, you are doing this in the sp plugin... but its not changing because those are not our buttons...
as mentioned, you need to add template tags to display the buttons where you want...
see: http://codex.simple-press.com/.....hare-this/
for the tags and some suggested locations for them...
Now, if you dont have the wp plugin share this installed, please show a screenshot of your share this options in the sp plugin and tell us where you put the template tags for display...
Visit Cruise Talk Central and Mr Papa's World
Okay.. yes, when you looked at the page I had the share buttons from my WP theme on the side. Gone now.
And I did get the icons to to go small. I think I finally got the WP Cached to exclude the forum set up right.
BUT, I do want to put the share icons BELOW the signature in the topic post.
To do above I see that the code is this: (Weird.. I did a copy/paste and I got this..)
Where to put Display
You can use this template tag anywhere in the Topic View section of your forum page either above or below the content of the topic.
To add the display at the bottom of a post before the signature line aligned to the right would be:
1
2
3
|
p_InsertBreak();
sp_ShareThisTopicIndexTag(
'tagClass=ShareThisTopicIndex spRight'
);
sp_PostIndexUserSignature(
'tagClass=spPostUserSignature spCenter&maxHeightBottom=55'
);
|
How do I put the buttons below the sig? Simply change the order of the lines?
Thanks
1 Guest(s)