This question already has an answer here:
- Add to favorites button 3 answers
Is there any Cross-browser bookmark/add to favorites javascript.
Searched for some list but none is working. Can you please suggest any ?
|
This question already has an answer here:
Is there any Cross-browser bookmark/add to favorites javascript. Searched for some list but none is working. Can you please suggest any ? |
|||||||||
|
This question has been asked before and already has an answer. If those answers do not fully address your question, please ask a new question.
|
jQuery Version JavaScript (modified from a script I found on someone's site - I just can't find the site again, so I can't give the person credit):
HTML:
IE will show an error if you don't run it off a server (it doesn't allow JavaScript bookmarks via JavaScript when viewing it as a If you need a more complete script, you can always buy one from this page (no, I'm not affiliated with that site... LOL). |
|||||||
|
|
I'm thinking no. Bookmarks/favorites should be under the control of the user, imagine if any site you visited could insert itself into your bookmarks with just some javascript. |
|||||||
|
I used this & works great in IE, FF, Netscape. Chrome, Opera and safari do not support it! |
||||
|
|
|
How about using a drop-in solution like ShareThis or AddThis? They have similar functionality, so it's quite possible they already solved the problem. AddThis's code has a huge if/else browser version fork for saving favorites, though, with most branches ending in prompting the user to manually add the favorite themselves, so I am thinking that no such pure JavaScript implementation exists. Otherwise, if you only need to support IE and Firefox, you have IE's window.externalAddFavorite( ) and Mozilla's window.sidebar.addPanel( ). |
|||
|
|
This question is protected to prevent "thanks!", "me too!", or spam answers by new users. To answer it, you must have earned at least 10 reputation on this site.