Wednesday, August 13, 2008

Digg, Reddit and Del.icio.us in blogger posts

Adding Digg, Reddit, Del.icio.us and whichever social bookmarking button you like to blogger posts seems to be difficult for many people. As you can see, I have today added these buttons.

For Digg, I used a piece of code floating around for a long time. It seems to be there on quite a few sites, so I don't really know whom to credit for it. Regardless, this is the code:


I replaced <p><data:post.body/></p> in the template with

<p>

<!-- DIGG -->

<div style='float:right; margin-left:10px;'>

<script type='text/javascript'>

digg_url = '<data:post.url/>';

</script>

<script src='http://digg.com/tools/diggthis.js' type='text/javascript'/>

</div>

<data:post.body/>

</p>

And that easily, its done.

The smaller buttons I have added to each post (you can have Digg here too) what you have to do is:

  1. Find the buttons you would like to use, and upload them somewhere from where you can access them. You can use a site you have, or some free image hosting service.
  2. Note the links to the image files for each.
  3. Finally, create code like this for each service:

<a expr:href='&quot;http://del.icio.us/post?url=&quot; + data:post.url + &quot;&amp;title=&quot; + data:post.title' target='_blank' title='Add to Del.icio.us!'><img border='none' height='20' src='http://www.wide-aware.com/share/delicious.png' width='20'/></a>


<a expr:href='&quot;http://reddit.com/submit?url=&quot; + data:post.url + &quot;&amp;title=&quot; + data:post.title' target='_blank' title='Submit to Redit!'><img border='none' height='20' src='http://www.wide-aware.com/share/reddit.png' width='20'/></a>


These are the two examples I have given, but really, you can do this to submit to any service you would like to submit to. Some popular submit urls for the commonly known services are:


  • Blinkbits http://www.blinkbits.com/bookmarklets/save.php?v=1&source_url=
  • Blinklist http://www.blinklist.com/index.php?Action=Blink/addblink.php&Description=&Url=
  • Blogmarks http://blogmarks.net/my/new.php?mini=1&simple=1&url=
  • Co.mments http://co.mments.com/track?url=
  • Connotea http://www.connotea.org/addpopup?continue=confirm&uri=
  • De.lirio.us http://de.lirio.us/rubric/post?uri=
  • Fark http://cgi.fark.com/cgi/fark/edit.pl?new_url=
  • Feedmelinks http://feedmelinks.com/categorize?from=toolbar&op=submit&url=
  • Furl http://www.furl.net/storeIt.jsp?u=
  • Linkagogo http://www.linkagogo.com/go/AddNoPopup?url=
  • Ma.gnolia.com http://ma.gnolia.com/beta/bookmarklet/add?url=
  • Newsvine http://www.newsvine.com/_tools/seed&save?u=
  • Netvouz http://www.netvouz.com/action/submitBookmark?url=
  • Rawsugar http://www.rawsugar.com/tagger/?turl=
  • Scuttle http://www.scuttle.org/bookmarks.php/maxpower?action=add&address=
  • Shadows http://www.shadows.com/features/tcr.htm?url=
  • Simpy http://www.simpy.com/simpy/LinkAdd.do?href=
  • Smarking http://smarking.com/editbookmark/?url=
  • Spurl http://www.spurl.net/spurl.php?url=
  • Tailrank http://tailrank.com/share/?text=&link_href=
  • Wists http://wists.com/r.php?c=&r=
  • Yahoo http://myweb2.search.yahoo.com/myresults/bookmarklet?u=

Promoting your blog for more traffic takes sustained efforts. I hope this information helps. Do let me know if there are any problems or if you need anything in particular.

2 comments:

Anonymous said...

you can add more than two, actually, I have a way on how to add stumble, newsvine, mixx and etc. just visit my site and browse...

Unknown said...

Hi devilblogger,

Of course you can add more than two. That's what the entire list of submission urls is about. Pick whichever ones you want.

Thank you for sharing your social bookmarking source with us.