Last active
October 11, 2015 05:57
-
-
Save adamlazz/3813705 to your computer and use it in GitHub Desktop.
Issuupress
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// | |
// 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