Questions tagged [digg]

The former API for the Digg.com, a social link aggregator that operated from 2002 to 2012.

The former API for the Digg.com, a social link aggregator that operated from 2002 to 2012.

60 questions
0
votes
1 answer

Flexible layered ASP.NET frameworks (Digg/Blog/CMS)

For my next web site I would prefer not to write everything from scratch. At the same time I don't want to be looked to much into a framework. So I would like something that I can use at all levels. Access the DB (SQL Server) directly (The DB…
Olav
0
votes
2 answers

How can I replicate the Digg login errors?

I'd like to replicate the Digg login errors. At http://www.digg.com if you click on Login or Join Digg, and press continue without filling out any fields, it looks like they are using jQuery with the slidedown function to display the errors above…
Brian
  • 9
  • 1
0
votes
1 answer

Digg button rejects encoded url

I wrote a php site (it's still a prototype) and I placed a Digg button on it. It was easy but... The official manual says: "the URL has to be encoded". I did that with urlencode(). After urlencode, my URL looks like…
guest86
  • 2,894
  • 8
  • 49
  • 72
0
votes
1 answer

Scraped images is corrupt

Hi I try to scrape the front page images on digg.com, with the follow code. The issue is that 0.jpg to 6.jpg are normal. Starting at 7.jpg to 47.jpg are corrupt. Not sure why. Here is the code. Github here: https://github.com/kenpeter/py_mm #…
kenpeter
  • 7,404
  • 14
  • 64
  • 95
0
votes
1 answer

Digg Button Counter Not Working

I really don't understand why the digg button counter is not working. It's pretty straight forward but.. The page is here: http://hockey-community.com/ if you look at my code I did exactly what they explained here:…
Alextoul
  • 839
  • 3
  • 9
  • 19
0
votes
1 answer

Getting permanent Digg OAuth Credentials

I have few doubts and queries regarding Digg OAuth Tokens. My purpose is to authenticate user once for my application, save the credentials in database and then access digg API on user's behalf even when user is offline. However, there seems to be a…
binit
  • 476
  • 1
  • 5
  • 15
0
votes
1 answer

Number of Tweets and Likes for any URL?

I'm building a cool app that needs to check the number of "tweets", "shares" and "diggs" each URL in a feed has an then arrange them according to the number of "tweets" etc... Any ideas on how this can be done? It shouldn't be that hard, but I cant…
Erik Lydecker
  • 719
  • 3
  • 12
  • 29
0
votes
1 answer

Create button like Digg button

I am building a news aggregator. How can I create button/ widget like Digg button or Facebook Share button that web developer can embed in their own website. When their users click on that button, it can trigger some function that interact (eg:…
Azam
  • 797
  • 2
  • 8
  • 23
0
votes
2 answers

Is Captcha needed even if users are forced to login to post?

I've been working on this site - I used the phpdug script to help me get a quick start. I assumed that if I forced users to login in order to post links in this digg-like website, there would be no need for a captcha. This has not worked as you…
Bob Cavezza
  • 2,810
  • 7
  • 38
  • 56
0
votes
1 answer

i need to implement solr schema with frequently updated field

I'm using Lucene/solr for searching and navigation in file upload application i need to update the indexed value 'downloaded' for each document for each download. the same case happed in digg.com , they have how many "diggs" for each link while u…
devnull
  • 11
  • 2
0
votes
1 answer

Is there an easy way to generate RSS/Twitter/Facebook/Digg/Delicious/Reddit links/images for tumblr?

I'm looking to generate a bunch of links to add to my tumblr site Planning for Failure for people to share articles on Twitter, Facebook, Digg, Reddit, etc. I know there are wordpress plugins that do this for you. I've currently added Facebook and…
Todd Charron
  • 226
  • 1
  • 6
0
votes
1 answer

How to create a Digg Reader link for my website?

I am trying to add a Digg Reader link to my website and it's not working. The link format is like this: http://digg.com/reader/feed/mywebsite/myfeed.rss I can't find any documentation about this, is it not possible?
0
votes
1 answer

Why is there a Digg icon at the bottom of pages that don't have any Digg buttons?

I've added a Digg button to all the items in my site. The javascript required for dynamic Digg buttons is just before my close tag. ...