How to create a Bookmark Button?

Discussion in 'HTML & Website Design' started by moneff, Apr 27, 2011.

  1. #1
    Hello,

    I have a website, and I want to create a Bookmark button..
    I mean "Add to Favorites" Button with image..

    I have one but it's not working on every browser..
    It works only on Mozilla..
    Doesn't work on Chrome and Opera..

    I hope that someone can help..

    Best Regards,
    Simeon
     
    moneff, Apr 27, 2011 IP
  2. jonmaster

    jonmaster Peon

    Messages:
    181
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #2
    rather use addthis buttons, so your visitors can share as well, addthis.com
     
    jonmaster, Apr 27, 2011 IP
  3. Podnimator

    Podnimator Peon

    Messages:
    29
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #3
    bookmark button is not actualy! CTRL+D
     
    Podnimator, Apr 27, 2011 IP
  4. karthimx

    karthimx Prominent Member

    Messages:
    4,959
    Likes Received:
    127
    Best Answers:
    2
    Trophy Points:
    340
    #4
    <script language="JavaScript" type="Text/Javascript">
    <!-- //
    var url = "http://www.webpelican.com/internet-programming-3/";
    var pageName = "Client side programming";
    function bookmark() {
    if (window.external) {
    window.external.AddFavorite(url, pageName)
    }
    else {
    alert("Sorry! Your browser doesn't support function.
    Use the bookmark option in your browser instead.");
    }
    } // --></script>
     
    karthimx, Apr 27, 2011 IP
  5. Frost1

    Frost1 Well-Known Member

    Messages:
    519
    Likes Received:
    23
    Best Answers:
    7
    Trophy Points:
    165
    #5
    You can simply add third-party website scripts that offers these services to you, ;)
     
    Frost1, Apr 27, 2011 IP