add to bookmark/del.icio.us code ?

Discussion in 'HTML & Website Design' started by thok, Oct 30, 2006.

  1. #1
    can you please tell me any add to bookmark and add to del.icio.us code ?
    which is working in all browsers .. because the code i have is working in iexplorer only :(
     
    thok, Oct 30, 2006 IP
  2. Richie_Ni

    Richie_Ni Illustrious Member

    Messages:
    10,721
    Likes Received:
    1,175
    Best Answers:
    0
    Trophy Points:
    410
    #2
    Try
    http://del.icio.us/post?url=<?php the_permalink() ?>&title=<?php the_title(); >
    Code (markup):
     
    Richie_Ni, Oct 30, 2006 IP
  3. thok

    thok Active Member

    Messages:
    501
    Likes Received:
    8
    Best Answers:
    0
    Trophy Points:
    58
    #3
    oh yes .. thnx for hwlp ...
    although the moment i posted i remembered add to del.icio.us is wht i know :D
    thnx any way :)

    what about add to bookmark code ?
     
    thok, Oct 30, 2006 IP
  4. wrmineo

    wrmineo Peon

    Messages:
    3,087
    Likes Received:
    379
    Best Answers:
    0
    Trophy Points:
    0
    #4
    If you place this in your <head>
    <script language="javascript" src="http://sm.feeds.yahoo.com/Buttons/V2.0/yactions.js" type="text/javascript"></script>
    Code (markup):
    and then you can place links in your body:

    <a class="yaction-link-bookmark"></a>
    <a class="yaction-link-send"></a>
    <a class="yaction-link-blog"></a>
    <a class="yaction-link-print"></a>
    Code (markup):
    You can see this in action on this Commander in Chief petition
     
    wrmineo, Oct 30, 2006 IP
    Richie_Ni likes this.