I've set up the style in the admin and and putting it in manually, but I want to use it manually with one as a box and one ad a horizontal button count. Any way to do that?
I've set up the style in the admin and and putting it in manually, but I want to use it manually with one as a box and one ad a horizontal button count. Any way to do that?
Yup.
Examples:
// Horizontal placement:
echo tweetbutton(null,null,'horizontal');
// Vertical placement (box):
echo tweetbutton(null,null,'vertical');
// Placement without a counter:
echo tweetbutton(null,null,'none');
This topic has been closed to new replies.