How to Know - Who Stumbled Your Post
Stumble Upon Traffic is always very good and it will be cool to know who Stumbled your post so that you can thank them. Here is a simple small Javascript that you can use with just one click and check if the current page your are viewing is stumbled by someone. You can also know the details of your stumbled post and Stumbler and can know if your post is stumbled or not.
FireFox Browser:
Simply drag and drop the “Stumbled?” link to your “Bookmark Toolbar Folder”. It will create a little shortcut for you on your FireFox Bookmark.
IE Browser:
For IE, you’ll need to use the following work-around to add this to your favorite.
Right-click on the “Stumbled?” link, then select “Add to Favorites” > “Links.”
Depends on your security settings in your IE browser, you might receive a “Security Alert” - “You are adding a favorite that may not be safe. Do you want to Continue?” Press “Yes” to continue.
You can trust the Javascript, it simply attach your current browsing page’s URL into the Javascript and open a new windows to StumbleUpOn review page. If the page has been stumbled before, it will show you the review pages.
Here is the original source code for the Javascript:
javascript:(function(){var a=window,b=document,c=encodeURIComponent,
d=a.open(%22http://www.stumbleupon.com/url/%22+b.location,’StumbleUpOn’,
‘location=1,status=1,scrollbars=1,resizable=1,alwaysRaised=1,width=800px,height=600px’);
a.setTimeout(function(){d.focus()},60)})();
If you know any other ways, Please share them here and You can check this trick by Stumbling this post.
If you liked this article you can Subscribe to my RSS Feed or Subscribe by Email
Related Posts :
- How to Stumble a page without Stumble Upon Toolbar
- How to update your blog automatically with del.icio.us bookmarks
- Shortcuts for Firefox
- Firefox Tips and Tricks
- 2 Best Ways to use GreaseMonkey Scripts on Google Chrome









September 20th, 2008 at 7:02 pm
Indeed a good post…
The method I used till now!
I just notice the traffic from stumble in statcounter. I click on the referral link on that and goto my review page and see who has written a review for me.
September 20th, 2008 at 11:04 pm
@Pavan..
Thanks for sharing your method.