Skip to content

Instantly share code, notes, and snippets.

@adamlazz
Last active October 11, 2015 05:57
Show Gist options
  • Save adamlazz/3813705 to your computer and use it in GitHub Desktop.
Save adamlazz/3813705 to your computer and use it in GitHub Desktop.
Issuupress
//
// Adam Lazzarato
//
// Lists issuu uploads using the issue's thumbnails and titles
// To go in the loop body in issuupress.php
//
$output .= '<div style="float:left;"><a class="issuu-view" href="'.$doc_link.'" '.$link_target.'><center><img src="http://image.issuu.com/'.$dId.'/jpg/page_1_thumb_medium.jpg"><BR>'.$d->document->title.'</center></a></div>';
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment