Adding New StumbleUpon Badges To Blogs
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
Related posts:
- Adding Google Analytics to your WordPress Blog I have compiled a list of tips and helpful hints for anyone who needs to add Google Analytics code for...
- Manually Add the TweetMeme Submit Button to WordPress This code lets you manually place the TweetMeme submit button exactly where you want on your wordpress posts. You just...
- Adding Previous or Next Post Links to your WordPress Blog By adding a simple statement into your single.php you can create links to your next and previous posts directly in...
- Designing Blogs For All Browsers One of the most complicated things to do lately is design websites or choose blog themes and templates that render...
- Expanding StumbleUpon Network StumbleUpon gives you the ability to follow and connect with friends from FaceBook and Twitter to expand your StumbleUpon network...
















[...] Adding New StumbleUpon Badges To Blogs on Dragon Blogger [...]
[...] Adding New StumbleUpon Badges To Blogs on Dragon Blogger [...]