Create Bookmark Link Using Javascript


This post is how to create add to bookmark link for your blog or site
using this link in your site there may be a small increament in your blog with returning visitor.
initialy i found it on prestashop .
you can add a quick “Bookmark this page” link in all your pages so that user can bookmark their favorite pages or articles.
this script supported by IE, Mozilla Firefox and Opera Browsers.

You can call it from html by button or a hyperlink

here i m calling it from a button

And here is the full html source

if browsder is chrome and safari or browser javascript is disable the this code will not works.
due to security aspects chrome and safari does not let you add bookmarks via Javascript

,