Skip to content

Instantly share code, notes, and snippets.

@jbma
Created February 12, 2016 07:55
Show Gist options
  • Save jbma/9b4022220a60ac4fa203 to your computer and use it in GitHub Desktop.
Save jbma/9b4022220a60ac4fa203 to your computer and use it in GitHub Desktop.
<?php
function show_thumbnail_url ($url, $width=600, $height=300){
return 'http://s.wordpress.com/mshots/v1/'.urlencode($url).'?w='.$width.'&amp;h='.$height.';
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment