30.4.12

How to Add Bookmark this Site Widget in Blogger

Well this tutorial will show you how to add a bookmark this site Widget in blogger.so it is very simple Widget and it allows users to bookmark your site in a very easy manner and keep them stay updated to your Blog.so to make your bookmarking process easier just install this Widget.




  • Go to Blogger Dashboard --> Design --> Page Elements
  • Click on Add a Gadget then select HTML/JavaScript Widget
  • Copy the code shown below and paste it inside the widget.


<script type="text/javascript">

/***********************************************
* Bookmark site script- © Dynamic Drive DHTML code library (www.dynamicdrive.com)
* This notice MUST stay intact for legal use
* Visit Dynamic Drive at http://www.dynamicdrive.com/ for full source code
* Shared by Alfian J. @ HOW-TO HOUSE www.place2how-to.com
***********************************************/

function bookmarksite(title,url){
if (window.sidebar) // firefox
    window.sidebar.addPanel(title, url, "");
else if(window.opera && window.print){ // opera
    var elem = document.createElement('a');
    elem.setAttribute('href',url);
    elem.setAttribute('title',title);
    elem.setAttribute('rel','sidebar');
    elem.click();
}
else if(document.all)// ie
    window.external.AddFavorite(url, title);
}
</script>
<a href="javascript:bookmarksite('Letsenjoy', 'http://technouniversityworld.blogspot.in')"><img src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEib5FXpGdyxha7G923MD0HsQlaQ3cdxGmGQoRE7wlhyPbI7uLoYIsQiuU56knqj8bgHrjWklwsCjNuKFHALm8f2yS-aohlpUwC6y8qU6ejd5pPvrDWtDZrdxftXfJgtZlkpN-7xXgahXbw/s1600/bookmark-this-site.png" /></a>
Now Change My Blog url and title With Your's


that's it Enjoy!

Twitter Delicious Facebook Digg Stumbleupon Favorites More

 
Powered by Blogger