Since Firefox deprecated window.sidebar.addPanel in version 23, is  there a javascript code to bookmark a page with an image or link? I'm looking for an "all browser" version of the code, like the one that used to work here: How do I add an "Add to Favorites" button or link on my website?
Thank you!
            Asked
            
        
        
            Active
            
        
            Viewed 1,206 times
        
    0
            
            
        
        Community
        
- 1
 - 1
 
        Lisa Jacobs
        
- 53
 - 12
 
- 
                    how about : http://stackoverflow.com/questions/3024745/cross-browser-bookmark-add-to-favorites-javascript – Rémi Benoit Oct 28 '13 at 09:24
 - 
                    how about forgetting bookmark button and focus on making good content, so user will manually bookmark your page? – ViliusL Oct 28 '13 at 09:39
 - 
                    @RémiBenoit as I said, `window.sidebar.addPanel` has been deprecated in FF23. There has to be a new way, no? – Lisa Jacobs Oct 28 '13 at 09:54
 - 
                    https://bugzilla.mozilla.org/show_bug.cgi?id=691647 – Abhitalks May 15 '14 at 11:47
 - 
                    It seems you won't have an "*all browsers*" solution: https://developer.mozilla.org/en-US/Firefox/Releases/23/Site_compatibility#DOM – Abhitalks May 15 '14 at 11:49