Archive for the 'StumbleUpon' Category

I never liked the [Stumble!] button at the left top corner of my Firefox browser. I tried to google to find a way to move the button to the right, but to no avail.

Somehow, I stumbled (no pun intended) upon the shortkey…

options.jpg
short.jpg

I know this may be old stuff for some of you stumblers out there…
but I am sure there are some folks who are as ignorant as me :P

Please stumbleUp my page if you like this! :)

Related posts:

    The example provided by StumbleUpon edits the Single.php of a typical Wordpress theme. The button will only appear under the entry after the reader has click the entry title to go into single.php.

    Why not have the StumbleUpon button on the main index page of Wordpress? To do so, go to Theme Editor to edit Main Index Template (Please backup the Main Index Template which is index.php before you proceed):

    themeeditor.jpg

    Add the following HTML block after the Comments codes:

    <a href="http://www.stumbleupon.com/submit?url=<?php the_permalink(); ?>&title=<?php the_title(); ?>"><img src="http://www.yoursite.com/images/stumbleit.gif"> Stumble it!</a>

    addhtml.jpg


    Do change the path to the GIF button file accordingly instead of http://www.yoursite.com/images/stumbleit.gif before saving.

    You should have stumble button at your main index page!

    Related posts: