I’ve tried exporting both with and without the “Compress file with gzip” option – neither works, unfortunately.
Thanks for getting back to me. I figured it out! It’s now in a place where anybody can see it.
I second this post profusely. Would be truly great if we could enable Jetpack comments on localhost.
Nevermind ! I did it myself by adding the following to get-the-image.php:
/* If $link_to_media_file is set to true, link the image to its media_file. */
if ( $this->args['link_to_media_file'] )
$html = '<a href="' . wp_get_attachment_url( $this->args['post_id'] ) . '" title="' . esc_attr( get_post_field( 'post_title', $this->args['post_id'] ) ) . '">' . $html . '</a>';
Maybe you will find this useful in future releases of the plugin!