Posts Tagged ‘digg’

Traffic Through Social Bookmarking

Wednesday, March 12th, 2008

Since Digg broke the scene years ago, website operators have looked to social bookmarking sites for help. They can be a great source of traffic, and they can also be a good source of backlinks for search engine optimization.

For now, let’s stick with the traffic component. Can a social bookmarking site direct significant traffic to your site, and is it worth your trouble to use them?
(more…)

How to Only Show the Digg Badge for Popular Posts

Monday, February 18th, 2008

Digg can be a great source of traffic and recognition for tech related blogs. Some people take it to the extreme though, and show the “Digg This” badge on every article they write.

As others have pointed out, this can be counter-productive. People don’t like to read articles that have just one Digg – they seem unpopular.

So here’s a solution: use the Conditional “Digg This” Wordpress Plugin to only show the Digg Badge for articles that have a certain number of Diggs.
(more…)

Digg API: Grabbing a Random Digg Story with PHP

Saturday, February 16th, 2008

I read about the Digg API the other day, and I thought it was about time I played around with it.

There is a ton of cool stuff you can do with this. Basically, you send a request to the Digg server and it sends back whatever kind of information you want – category names, recent diggs, recent stories, archived stories, etc. You can read through the API to see everything you can do.

For now, we’ll focus on one nifty little trick – grabbing a random story from a given topic.
(more…)