How To Auto Generate Website Thumbnail Using Bitpixels

I recently stumble on this little yet powerful web tool called BitPixels. with it, you can easily and effectively create thumbnails of website without you having to write any code or use any script or plugin. it just a simple html code to generate the thumbnails.
If you are web developer and you want to incorporate thumbnails to your web application or website, this can come in handy.

Demo

Click this link to see how it will generate a thumbnail for Naijavoice.com. naijavoice thumbnail

How To Use BitPixels

  1. Go to Bitpixels.com and register using your Google account Register BitPixels account
  2. After registering, you will be given the html link to generate thumbnail image.

    Bitpixels HTML image code

  3. Just, to enable the thumbnail, use image html code. for example
    <img src="http://img.bitpixels.com/getthumbnail?code=68013&url=https://www.w3guy.com"/>

    The above code will generate a thumbnail for Tech4sky.com.

  4. You can also add a size parameter to the thumbnail request. Available sizes are 100, 120, and 200 (numbers refer to width in pixels). The default is 100. Here’s an example for a 200px wide thumbnail of cnn.com:
    <img src='http://img.bitpixels.com/getthumbnail?code=68013&size=200&url=http://cnn.com'/>

NOTE: To support this project, don’t forget to link back to Bitpixels.com.

Don’t miss out!
Subscribe to My Newsletter
Invalid email address