Mythumbshot lets you capture screenshots of (almost) any web page. Visualize instantly any web page! Increase site traffic, click rate etc...



How can I make thumbnails in my site, how does it work?


It's very easy, juste copy this URL to generate a thumbnail.
http://www.mythumbshot.com/get?url=[url]&size=[size]
You need to replace [url] and [size] with your params.
You can get up to 5 different sizes by setting the [size] parameter. These are your choices:

  • xs = 120x90 (example)    code: http://www.mythumbshot.com/get?url=http://www.bmaccess.net&size=xs
  • s = 160x120 (example)    code: http://www.mythumbshot.com/get?url=http://www.bmaccess.net&size=s
  • m = 320x240 (example)    code: http://www.mythumbshot.com/get?url=http://www.bmaccess.net&size=m
  • l = 640x480 (example)    code: http://www.mythumbshot.com/get?url=http://www.bmaccess.net&size=l
  • xl = 1024x768 (example)    code: http://www.mythumbshot.com/get?url=http://www.bmaccess.net&size=xl

Test it now!


Website URL:

Pub

Google

Google pub

Plugins


  • Mythumbshot for Wordpress - Download Mythumbshot plugin for Wordpress

    Installation


    1) Place the plugin in /wp-content/plugins/mythumbshot
    2) Activate the plugin, that's it!
  • Preview Bubble: A simple, unobtrusive script used to display an overlay bubble showing a hyperlink target thumbnail. Author: Brian McAllister.

    Installation


    Change all image filepaths within the "mythumbshot.css" file to reference the correct filepath for your installation.
    Change line 22 within the "mythumbshot.js" file to reference the directory in which you have stored the various speech bubble, loading and error images on your server.
    					    
    							 // Line 22 
    							 baseURI: "./", 
    					    
    					  
    Add a reference to the "mythumbshot.js" and "mythumbshot.css" files within the head of your HTML document as is shown below (remember to change the filepath to suit your installation);
    					    
    					 <style type="text/css" media="screen">@import "/the/path/to/mythumbshot.css";</style>
    					 <script type="text/javascript" src="/the/path/to/mythumbshot.js"></script>
    					    
    					  
    Download Preview Bubble