ZEROmedia
Member
Posted 3 years ago #
I have installed the Tweet This plugin and its working fine.
I would like to move the buttons from under the post (where they're automatically posted), to the side of the post - and i would like to align the buttons vertically, rather the horizontally (as they currently do).
I'm assuming it needs to be edited in: tweet-this.php file, but i just cant figure it out.
Any help would be much appreciated.
http://wordpress.org/extend/plugins/tweet-this/
danielsl
Member
Posted 3 years ago #
Same question. I want to move the icon from the bottom to the top, but can't figure out how. There ought to be a simple tag so we could do that. This is an excellent plugin, works fine, but just in the simple tag issue... it fails. Or not?
mintyfreshbeats
Member
Posted 2 years ago #
richardxthripp
Member
Posted 2 years ago #
Try inserting <?php tweet_this_manual(); ?> in your theme to get the icons before the posts. Vertical alignment is more complicated, but can be accomplished by defining TT_SEPARATOR in the tt-config.php file plus using CSS. I wrote some more information in this thread.