Create Thumbnail from url like Digg

Posted by user308213 on Stack Overflow See other posts from Stack Overflow or by user308213
Published on 2010-04-03T09:15:41Z Indexed on 2010/04/03 9:23 UTC
Read the original article Hit count: 314

Filed under:
|
|
|

How I can create thumbnail from url. For example: Like Digg website, when I submit a link, Digg for me chose a Thumbnail from any images on that URL. Or like Facebook, when I submit a link, I can chose a thumbnail for that link.

So, how i can do that with asp.net/C#. I just want create thumbnail (not Screen Shot of web page)

Thanks so much.

© Stack Overflow or respective owner

Related posts about digg

  • How to extract digg data by digg api

    as seen on Stack Overflow - Search for 'Stack Overflow'
    I am trying to extract digg data for a user using this url "http://services.digg.com/user/vamsivanka/diggs?count=25&appkey=34asd56asdf789as87df65s4fas6" and the web response is throwing an error "The remote server returned an error: (403) Forbidden." Please let me know. public static XmlTextReader… >>> More

  • extract digg data by digg api

    as seen on Stack Overflow - Search for 'Stack Overflow'
    I am trying to extract digg data for a user using this url "http://services.digg.com/user/vamsivanka/diggs?count=25&appkey=34asd56asdf789as87df65s4fas6" and the web response is throwing an error "The remote server returned an error: (403) Forbidden." Please let me know. public static XmlTextReader… >>> More

  • [Rails] OAuth with Digg API

    as seen on Stack Overflow - Search for 'Stack Overflow'
    I'm attempting to get Rails to play nice with the Digg API's OAuth. I'm using the oauth gem (ruby one, not the rails one). My code looks approximately like this: @consumer = OAuth::Consumer.new(API_KEY, API_SECRET, :scheme => :header, :http_method => :post, :oauth_callback => "http://locahost:3000"… >>> More

  • [Rais] OAuth with Digg API

    as seen on Stack Overflow - Search for 'Stack Overflow'
    I'm attempting to get Rails to play nice with the Digg API's OAuth. I'm using the oauth gem (ruby one, not the rails one). My code looks approximately like this: @consumer = OAuth::Consumer.new(API_KEY, API_SECRET, :scheme => :header, :http_method => :post, :oauth_callback => "http://locahost:3000"… >>> More

  • Digg Moves From MySQL to NoSQL

    as seen on Internet.com - Search for 'Internet.com'
    <b>Datamation:</b> "Social networking and voting site Digg is rewriting its underlying software infrastructure in an effort to improve performance and scalability. Part of that effort involves moving away from the MySQL database that has helped to power Digg since its creation." >>> More

Related posts about facebook