How to add Stumble upon below every post in blogger.
This is a rarely discussed topic on the blogging platform, well im gonna say a little i know about it because it has really improved my traffic lately..
From grass to grace i guess, yes you can say that again
What you should do is visit the site
HEREHow to add the code..
All you have to do is to open your blogger account
Click on layout
Choose when you want the widget to be present I.E ABOVE OR BELOW
Click on ADD GADGET
Click on Add html and java script
Cop the below code and paste it there
<!-- Place this tag where you want the su badge to render -->
<su:badge layout="5" location="www.kokocomputers.com"></su:badge>
<!-- Place this snippet wherever appropriate -->
<script type="text/javascript">
(function() {
var li = document.createElement('script'); li.type = 'text/javascript'; li.async = true;
li.src = ('https:' == document.location.protocol ? 'https:' : 'http:') + '//platform.stumbleupon.com/1/widgets.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(li, s);
})();
</script>
You could also add other social media share buttons such as facebook, twitter, and more. just copy the code below.
<span id="st_finder"></span><script type="text/javascript" src="http://w.sharethis.com/widget/stblogger2.js"></script><script type="text/javascript">var switchTo5x=true;stBlogger2.init("http://w.sharethis.com/button/buttons.js", {"sharethis":["large","ShareThis",""],"facebook":["large","Facebook",""],"twitter":["large","Tweet",""],"googleplus":["large","Google +",""],"pinterest":["large","Pinterest",""],"stumbleupon":["large","StumbleUpon",""],"fblike":["large","Facebook Like",""],"technorati":["large","Technorati",""],"tumblr":["large","Tumblr",""]} , "bl-a8aed92e-6682-851a-f89d-760a106ba6f1");var f = document.getElementById("st_finder");var c = f.parentNode.parentNode.childNodes;for (i=0;i<c.length;i++) { try { c[i].style.display = "none"; } catch (err) {}}</script>
After copying, Edit where we have
www.kokocomputers.com to your blog or website's URL, Click save and your done..