best 'bookmark this page' script - php??

Discussion in 'Programming' started by jgjg, Nov 12, 2007.

  1. #1
    I want to add a bookmark this page link to all of my pages

    it would be tedious to add the title tags to each of these snippets.

    Is there a way to use php that automatically grabs the page's title and url and adds it to the bookmark?

    I just want to add it to my navigation system.

    thanks
     
    jgjg, Nov 12, 2007 IP
  2. Crazedplanet

    Crazedplanet Guest

    Messages:
    49
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #2
    you can but I use javascripts this works nice enough



    <a href="javascript:bookmark();" target="_self">Bookmark</a>
     
    Crazedplanet, Nov 12, 2007 IP
  3. jgjg

    jgjg Peon

    Messages:
    595
    Likes Received:
    14
    Best Answers:
    0
    Trophy Points:
    0
    #3
    doesn't work in firefox
     
    jgjg, Nov 12, 2007 IP