You must be logged in to post
Search Forums:


 






Wildcard Usage:
*    matches any number of characters
%    matches exactly one character

How to add social bookmarking (or other related icon) into post footer

UserPost

2:21 pm
October 3, 2009


joeflizo

Member

posts 11

1

Hi everybody…

i need to put 2 types of social bookmarking into the post footer…

i try to use 2 plugins which are addthis and sharethis…

but…the problems are:

1) i want them to appear inline (beside each other) style but they didn't…how can i adjust so that they appear inline

2) i just want them tp appear on the single post page footer but not on the main page…but it also appeared on the main page before the "more" word link…

so…how can i put that social bookmarking in inline style and not appear on the main page without using any plugin??

thanks..

7:23 pm
October 4, 2009


Ryan

Admin

posts 1523

2

You can't use them as a plugin or they'll display with each post, not in the footer. You'd need to get the specific code snippets for each one and put them into the footer.php file. You can get them to display side by side use a two column table, or use divs that both use the float:left CSS property. Then you would need to wrap the code in a PHP conditional statement that only shows them on the single pages.  It would look something like this:

<?php if is_single() { ?> Code for social bookmarking <? } ?>

1:43 pm
October 8, 2009


joeflizo

Member

posts 11

3

ryan…

i want them to display in every post footer…

so every post has 2 social bookmarking footer which are side by side to each other…

not just a single post…

3:04 am
December 18, 2009


joeflizo

Member

posts 11

4

settle…

i used sociable plugin for wordpress…

try to escape using much plugins but i think it's ok rather than searhing for a week…