Seeing that my Twittley submit button was bringing me no traffic and virtually now submissions lately I decided to switch my “social buttons” around a little bit and add one of the new StumbleUpon Submit buttons which tracks # of stumbles for articles.
The have lots of badges to choose from and sizes to accommodate just about any blog style. All you need to do is go visit the site, select the badge style you link and get your code. You can also find a plug-in for wordpress, but I prefer to simply add the code manually just by cutting and pasting it into my single.php file.
For those who are curious how my table at the top of my posts looks to set my badges, here is the custom code in my single.php
<table align=”left”><tr><td>
<div style=”clear:both; “>
<div style=”width:40px; margin:1px; float:left;”>
<script src=”http://blogengage.com/evb/button4.php”></script>
</div>
<div style=”width:52px; margin:1px; float:left;”>
<script src=”http://www.stumbleupon.com/hostedbadge.php?s=5″></script>
</div>
<div style=”width:50px; margin:1px; float:left;”>
<a href=”http://www.google.com/reader/link?url=<?php the_permalink() ?>&title=<?php the_title(); ?>&srcURL=<?php bloginfo(‘url’); ?>” target=”_blank” rel=”nofollow external”><img src=”http://img2.pict.com/34/3b/1e/2814787/0/googlebuzz.png” width=”50″ /></a>
</div>
<div style=”width:55px; margin:1px; float:left;”>
<?php tweetmeme(); ?>
</div>
</div></td></tr></table>
I just added the following code just above the <?php the_content(‘Read more…’); ?> section in the single.php.
With a little help it is easy to customize and add your own buttons to your single and index.php files and it is less memory intensive to add the script code manually than to use a WordPress plugin, so it is always better to add the code manually if you can.
-Dragon Blogger
I have been obsessed with computers, tech, gadgets and games since the early 1980’s having grown up on the Commodore 64 and Amiga computers.
By day I work in the IT Security Industry and have been in IT for over 20 years. On my spare time I am a Vlogger, Blogger, Streamer, Gadget Reviewer, affiliate marketer, influencer and entertainer. I am also an avid movie fan, TV Show fan, Anime fan, video game fan and fan of trying anything and everything new.