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.
Now Change My Blog url and title With Your's
- 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/AVvXsEjvRMOGCnnQCiPaQMzSzGvzZlIT3Y8vn07zoli5gqjW_YQQIDqbMmIdooKff9D9kv9_g7q9txq05yeMtkoBYqer6KLIxUutU_EwJLOZsLSbcjk22jwI6Mks6Nrc_x7wXZaZBpO0h5PZ4Qc/s1600/bookmark-this-site.png" /></a>
/***********************************************
* 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/AVvXsEjvRMOGCnnQCiPaQMzSzGvzZlIT3Y8vn07zoli5gqjW_YQQIDqbMmIdooKff9D9kv9_g7q9txq05yeMtkoBYqer6KLIxUutU_EwJLOZsLSbcjk22jwI6Mks6Nrc_x7wXZaZBpO0h5PZ4Qc/s1600/bookmark-this-site.png" /></a>