Tuesday 5 November 2013

Filled Under: , ,

4 Awesome Bookmark Widgets For Blogger

You as a webmaster can create a successful blog only if your readers like your blog and revisit your blog.Sometimes when a reader visits your blog , he likes it.However he doesn't have the idea of bookmarking your blog in mind.This is when our code can help you achieve.We will place an awesome Java scripted Bookmark widget for your readers so that they will be able to bookmark your widgets with much ease.

LIVE DEMO 



Click on the above button

4 Styles - Bookmark Widget 

Initial Steps 
  • Go to blogger > Layout > Add a widget > Html / Javascript 
  • Paste anyone of the styles you like 
STYLE 1 


<div style="float:center;margin-right:10px;margin-top:6px">
<script type="text/javascript">
var sidebarurl = "http://www.YourPcGenie.net/"; // Do not Change
var sidebartitle = "Everything Under 1 Roof"; // Do not Change
var url = this.location;
var title = document.title;
function bookmarksite() {
if (window.sidebar && window.sidebar.addPanel){ // Firefox
window.sidebar.addPanel(sidebartitle, sidebarurl,"");
}
else if ( document.all ) { // IE Favorite
window.external.AddFavorite(url, title);
}
else if (window.opera && window.print) {
// do nothing
 }
else if (navigator.appName=="Netscape") {
alert("Please click OK, then press <Ctrl-D> to bookmark this page.");
}
 }
 if (window.sidebar && window.sidebar.addPanel) {
  document.write('<a href = "javascript:bookmarksite();"><img src="http://cdn2.iconfinder.com/data/icons/c9d/favorites_add.png" title="Bookmark This Website"/></a>');
  }
 else if (document.all) {
  document.write('<a href = "javascript:bookmarksite();"><img src="http://cdn2.iconfinder.com/data/icons/c9d/favorites_add.png" title="Bookmark This Website"/></a>');
 }
 else if (window.opera && window.print) {
 document.write('<a href = "'+sidebarurl+'" title="'+sidebartitle+'" rel="sidebar"><img src="http://cdn2.iconfinder.com/data/icons/c9d/favorites_add.png" title="Bookmark This Website"/></a>');
 }
 else if (navigator.appName=="Netscape") {
  document.write('<a href = "javascript:bookmarksite();"><img src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEh_SUF3nZkF1ojacLOv48vmhQU6cUgyiTJSVhElPjtmP4ySS9rQDvQ7pHx2_AosAw9PYKuB8tKVDiK_LXrGCwdVwqDe4c4VcQKUPRxsJO9qFp1IIzhXJKe3HgpTLQobFRbvWiyjDXevV6s/s1600/bookmark+(1).gif" title="Bookmark This Website"/></a>');
}
 </script><a href="javascript:bookmarksite();"></a>
</div>
STYLE 2 


 <div style="float:center;margin-right:10px;margin-top:6px">
<script type="text/javascript">
var sidebarurl = "http://www.YourPcGenie.net/"; // Do not Change
var sidebartitle = "Everything Under 1 Roof"; // Do not Change
var url = this.location;
var title = document.title;
function bookmarksite() {
if (window.sidebar && window.sidebar.addPanel){ // Firefox
window.sidebar.addPanel(sidebartitle, sidebarurl,"");
}
else if ( document.all ) { // IE Favorite
window.external.AddFavorite(url, title);
}
else if (window.opera && window.print) {
// do nothing
 }
else if (navigator.appName=="Netscape") {
alert("Please click OK, then press <Ctrl-D> to bookmark this page.");
}
 }
 if (window.sidebar && window.sidebar.addPanel) {
  document.write('<a href = "javascript:bookmarksite();"><img src="http://cdn2.iconfinder.com/data/icons/c9d/favorites_add.png" title="Bookmark This Website"/></a>');
  }
 else if (document.all) {
  document.write('<a href = "javascript:bookmarksite();"><img src="http://cdn2.iconfinder.com/data/icons/c9d/favorites_add.png" title="Bookmark This Website"/></a>');
 }
 else if (window.opera && window.print) {
 document.write('<a href = "'+sidebarurl+'" title="'+sidebartitle+'" rel="sidebar"><img src="http://cdn2.iconfinder.com/data/icons/c9d/favorites_add.png" title="Bookmark This Website"/></a>');
 }
 else if (navigator.appName=="Netscape") {
  document.write('<a href = "javascript:bookmarksite();"><img src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhXqCVhUkhSqsTFFZdTjD5B93G-VufTD-Ay6QYxlemp2Dr6SKtv7o1Y0u5V2yiVe7hkMS4SkrgYGpYVq3VFFJNlqVZjGS7bV8ZzPiKhu81Q2ZBvb1cCYByjG3aj7HOx90v3Cj3nTv9tFFE/s1600/bookmark.gif" title="Bookmark This Website"/></a>');
}
 </script><a href="javascript:bookmarksite();"></a>
STYLE 3 

  <div style="float:center;margin-right:10px;margin-top:6px">
<script type="text/javascript">
var sidebarurl = "http://www.YourPcGenie.net/"; // Do not Change
var sidebartitle = "Everything Under 1 Roof"; // Do not Change
var url = this.location;
var title = document.title;
function bookmarksite() {
if (window.sidebar && window.sidebar.addPanel){ // Firefox
window.sidebar.addPanel(sidebartitle, sidebarurl,"");
}
else if ( document.all ) { // IE Favorite
window.external.AddFavorite(url, title);
}
else if (window.opera && window.print) {
// do nothing
 }
else if (navigator.appName=="Netscape") {
alert("Please click OK, then press <Ctrl-D> to bookmark this page.");
}
 }
 if (window.sidebar && window.sidebar.addPanel) {
  document.write('<a href = "javascript:bookmarksite();"><img src="http://cdn2.iconfinder.com/data/icons/c9d/favorites_add.png" title="Bookmark This Website"/></a>');
  }
 else if (document.all) {
  document.write('<a href = "javascript:bookmarksite();"><img src="http://cdn2.iconfinder.com/data/icons/c9d/favorites_add.png" title="Bookmark This Website"/></a>');
 }
 else if (window.opera && window.print) {
 document.write('<a href = "'+sidebarurl+'" title="'+sidebartitle+'" rel="sidebar"><img src="http://cdn2.iconfinder.com/data/icons/c9d/favorites_add.png" title="Bookmark This Website"/></a>');
 }
 else if (navigator.appName=="Netscape") {
  document.write('<a href = "javascript:bookmarksite();"><img src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiOVZgBlHk8A7mYeB3OxtluzkcNQvat52SYl4oNaAPKzfoNQntIwM-HSS4oHNNI_FWJ73iiM49X7j8Q6h4Q2_3BIQDEyXJegAUgrUJe6iAvG81kRbIvGfTYD5Hu_0bkpmk8UG8FpiEfJ5g/s1600/bookmark_us.gif" title="Bookmark This Website"/></a>');
}
 </script><a href="javascript:bookmarksite();"></a>
STYLE 4 


 <div style="float:center;margin-right:10px;margin-top:6px">
<script type="text/javascript">
var sidebarurl = "http://www.YourPcGenie.net/"; // Do not Change
var sidebartitle = "Everything Under 1 Roof"; // Do not Change
var url = this.location;
var title = document.title;
function bookmarksite() {
if (window.sidebar && window.sidebar.addPanel){ // Firefox
window.sidebar.addPanel(sidebartitle, sidebarurl,"");
}
else if ( document.all ) { // IE Favorite
window.external.AddFavorite(url, title);
}
else if (window.opera && window.print) {
// do nothing
 }
else if (navigator.appName=="Netscape") {
alert("Please click OK, then press <Ctrl-D> to bookmark this page.");
}
 }
 if (window.sidebar && window.sidebar.addPanel) {
  document.write('<a href = "javascript:bookmarksite();"><img src="http://cdn2.iconfinder.com/data/icons/c9d/favorites_add.png" title="Bookmark This Website"/></a>');
  }
 else if (document.all) {
  document.write('<a href = "javascript:bookmarksite();"><img src="http://cdn2.iconfinder.com/data/icons/c9d/favorites_add.png" title="Bookmark This Website"/></a>');
 }
 else if (window.opera && window.print) {
 document.write('<a href = "'+sidebarurl+'" title="'+sidebartitle+'" rel="sidebar"><img src="http://cdn2.iconfinder.com/data/icons/c9d/favorites_add.png" title="Bookmark This Website"/></a>');
 }
 else if (navigator.appName=="Netscape") {
  document.write('<a href = "javascript:bookmarksite();"><img src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiDl67w5znWd4tNoLP6CuRYYBlRwqBkJ8jC7ETcxaRZ64UPL-iQrFOsTYIC5KTezFDNAywHjNyPs9gHfIQa_AZzHtxQswxt9V774WNg1X-H3jqjvc6_6rtBTsGTAqW41qYywc4qPfgVjmk/s1600/bookmark_us.png" title="Bookmark This Website"/></a>');
}
 </script><a href="javascript:bookmarksite();"></a>
FROM THE EDITORS DESK  
There is no way where a button on your website can bookmark the site.So we provide commands through this widget to the reader  to bookmark your widget.Hope you like this widget.
Happy Blogging :)

Written by

We are Creative Blogger Theme Wavers which provides user friendly, effective and easy to use themes. Each support has free and providing HD support screen casting.

0 comments:

Post a Comment

© 2013 iPRESS. All rights resevered. Designed by Templateism