Twitter and StumbleUpon are one of my main Source of Traffic next to Google. You can Shorten your StumbleUpon Link with Su.pr. The more likes you get in stumble means high visibility in StumbleUpon, which will increase the traffic to your blog. You can now Simply use Su.pr Short links in Tweetmeme by changing the URL shortener service in Tweetmeme. Here is the simple tutorial.
The Below trick applies to both WordPress and Blogger blogs if you have added tweetmeme buttons using codes.
1.To Get su.pr API Key
Login to Su.pr and goto Settings and copy your API Key
2. To added su.pr API key in Tweetmeme
If u have already installed the Tweetmeme Button
then just add tweetmeme_service =’su.pr’; and service_api = ‘Paste your Su.pr API here’; in tweetmeme script tags.
After adding the codes your Script look Like the Below
<script type=”text/javascript”>
tweetmeme_service = 'su.pr'; service_api = 'YOUR_API_KEY'; </script> <script type="text/javascript" src="http://tweetmeme.com/i/scripts/button.js"></script>
This will Add Change the default Shortener to su.pr
FOR LIVE DEMO CHECK OUT MY TWEETMEME BUTTON.
For WordPress Users who uses Tweetmeme Plugin:
I have tested this with the following plugin:
- Tweetmeme Button
- Version: 1.9
- Author: TweetMeme
- You can Get the Plugin From Here
Now goto Dashboard -> Tweetmeme
Goto Settings for Button Integration -> now in URL Shortner you wont find su.pr that drop down menu box(Screen Shot).
To add su.pr to the menu you have to add one piece of code in plugin’s PHP File. (Below Tutorial)
Goto your file manager using FileZilla goto the Directory where the plugin is installed
you can check /wp-content/plugins/tweetmeme
now in this Directory you will see 5 files.(twitter.php, tweetmeme.php and 3 others )
1.Download and backup “tweetmeme.php”
2.now open tweetmeme.php using notepad++
3.Search and Locate “<select name=”tm_url_shortner”>”
4. add the below code just below <select name=”tm_url_shortner”>
<option <?php if (get_option('tm_url_shortner') == 'su.pr') echo 'selected="selected"'; ?> value="su.pr">su.pr</option>
5.Save and upload to tweetmeme directory and replace it with tweetmeme.php
The Above mentioned Code will add su.pr to tweetmeme -> URL shorther (You can See Clearly in Screen Shorts)
Now Goto Tweetmeme plugin -> Settings for Button -> URL Shortner Select su.pr and give your su.pr API key in URL Shortener API.
All Done! now if you are any of your readers Tweet using Tweetmeme Button the Stumble Upon Shortener is used this will drive more traffic to your blog from Twitter and Stumbleupon.
Here is the Screenshot of Tweetmeme with su.pr Link.
FOR LIVE DEMO CHECK OUT MY TWEETMEME BUTTON.
NOTE : BE QUICK TO SUBMIT YOUR LINK IN STUMBLE UPON ONCE YOU PUBLISHED THE POST.
Do you Like this Tip and Tutorial, If you Need Further Assistance leave a Comment..






Pingback: Use Custom URL Shortener With Official Twitter Button – Wordpress Plugin | DigiSecrets