LucidLab Webdesign, photography and cyber culture

LucidLab

StumbleUpon balloon tip “I likie it!” reminder

screenshot of the StumbleUpon reminder PHP scriptWith this tiny PHP script you are able to remind your website visitors to support you via StumbleUpon. The script automatically displays a balloon tipp (as shown screenshot) with a custom text like “Please support us on StubleUpon” under the “I like it” button at the StumbleUpon bar. Simply download the the stumbleremider PHP script and extract the stumblereminder.php file and upload it to your webserver.

1. Include the PHP script at the head of your HTML document as follows:

<? // includes the php script (setup the right location path on
your webspace)
require_once(‘stumblereminder.php’); ?>

2. Insert the likeReminder() function above the closing </body> tag:

<? // runs the likeReminder() function. Feel free to edit the
balloon tip text.
likeReminder(“Please support us by clicking the StumbleUpon ‘I like it!’ button!”); ?>

And last but not least, the most important thing is to support this script on StumbleUpon, Facebook, Twitter, your Blog/Website, or any other social media portal :) .

Thanx for that!

SCRIPT EXAMPLE:

http://www.stumbleupon.com/su/1bvrQV/www.lucidlab.cc/26/stumbleupon-balloon-tip-i-likie-it-reminder

DOWNLOAD:

stumblereminder.zip

One Response to StumbleUpon balloon tip “I likie it!” reminder

  1. Webdeveloper says:

    Cool… thanx for the script!

Leave a Reply

Your email address will not be published. Required fields are marked *

*

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>