Adding Social Bookmarking to your site (E.g. Digg, Delicious etc)

Discussion in 'Programming' started by infonote, Aug 17, 2006.

  1. #1
    I am going to post the code i use to allow users to Digg, Delicious, Slashdot, etc my posts.

    All i am asking is for a link back to my site in return

    Name: Kaizenlog
    Address: kaizenlog.blogsome.com (i cannot add live links so remember to include http).

    Here is the code:

    <a href={permalink_link} title=”permanent link”>Permanent Link</a>
    &nbsp;| &nbsp;
    <a href=http://del.icio.us/post?url={permalink_link}&title={the_title}>
    <img src=http://static.flickr.com/75/203975460_96d8768a74_m.jpg alt=”book mark {the_title} in del.icio.us”>Del.icio.us</a>
    &nbsp;| &nbsp;
    <a href=http://technorati.com/cosmos/search.html?url={permalink_link}>
    <img src=http://static.flickr.com/57/203975461_8bd7b14010_m.jpg alt=”See this page in technorati”>Cosmos</a>
    &nbsp;| &nbsp;
    <a href=http://www.digg.com/submit target=”_new”>
    <img src=http://static.flickr.com/57/203975461_8bd7b14010_m.jpg alt=”submit {the_title} to digg.com”>Digg</a>
    &nbsp;| &nbsp;
    <a href=http://slashdot.org/submit.pl target=”_new”>
    <img src=http://static.flickr.com/68/203975462_dba3011e2e_m.jpg alt=”submit {the_title} to slashdot.com”>Slashdot</a>
    PHP:
     
    infonote, Aug 17, 2006 IP
  2. aeronautic.net

    aeronautic.net Active Member

    Messages:
    433
    Likes Received:
    12
    Best Answers:
    0
    Trophy Points:
    90
    #2
    Very cool - have you tested this with CMS systems like Mambo, Joomla, etc?
     
    aeronautic.net, Aug 19, 2006 IP
  3. ahkip

    ahkip Prominent Member

    Messages:
    9,205
    Likes Received:
    647
    Best Answers:
    0
    Trophy Points:
    310
    #3
    ahkip, Aug 19, 2006 IP