{"id":18198,"date":"2012-05-18T07:17:34","date_gmt":"2012-05-18T07:17:34","guid":{"rendered":"https:\/\/wordpress.org\/plugins-wp\/issuupress\/"},"modified":"2015-12-31T01:57:29","modified_gmt":"2015-12-31T01:57:29","slug":"issuupress","status":"closed","type":"plugin","link":"https:\/\/yor.wordpress.org\/plugins\/issuupress\/","author":66850,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_crdt_document":"","version":"1.3.2","stable_tag":"trunk","tested":"4.4.34","requires":"2.9.2","requires_php":"","requires_plugins":"","header_name":"issuuPress","header_author":"Alexandre Plennevaux","header_description":"","assets_banners_color":"f0eae8","last_updated":"2015-12-31 01:57:29","external_support_url":"","external_repository_url":"","donate_link":"http:\/\/goo.gl\/7L2ua","header_plugin_uri":"https:\/\/pixeline.be","header_author_uri":"https:\/\/pixeline.be","rating":3.8,"author_block_rating":0,"active_installs":400,"downloads":19678,"num_ratings":4,"support_threads":0,"support_threads_resolved":0,"author_block_count":0,"sections":["description","installation","changelog"],"tags":[],"upgrade_notice":[],"ratings":{"1":0,"2":"1","3":"1","4":0,"5":"2"},"assets_icons":{"icon-256x256.png":{"filename":"icon-256x256.png","revision":"1063308","resolution":"256x256","location":"assets"}},"assets_banners":{"banner-772x250.png":{"filename":"banner-772x250.png","revision":"1063308","resolution":"772x250","location":"assets"}},"assets_blueprints":{},"all_blocks":[],"tagged_versions":[],"block_files":[],"assets_screenshots":{"screenshot-2.png":{"filename":"screenshot-2.png","revision":"1538864","resolution":"2","location":"plugin"},"screenshot-1.png":{"filename":"screenshot-1.png","revision":"1538864","resolution":"1","location":"plugin"}},"screenshots":{"1":"Mockup of the Issuu viewer with the list of pdfs underneath, fetched via the Issuu API.","2":"The Settings screen."},"jetpack_post_was_ever_published":false},"plugin_section":[],"plugin_tags":[2777,23656,1764,80],"plugin_category":[43,50],"plugin_contributors":[82156],"plugin_business_model":[],"class_list":["post-18198","plugin","type-plugin","status-closed","hentry","plugin_tags-catalog","plugin_tags-issuu","plugin_tags-pdf","plugin_tags-shortcode","plugin_category-customization","plugin_category-media","plugin_contributors-pixeline","plugin_committers-pixeline"],"banners":[],"icons":{"svg":false,"icon":"https:\/\/s.w.org\/plugins\/geopattern-icon\/issuupress_f0eae8.svg","icon_2x":false,"generated":true},"screenshots":[{"src":"https:\/\/ps.w.org\/issuupress\/trunk\/screenshot-1.png?rev=1538864","caption":"Mockup of the Issuu viewer with the list of pdfs underneath, fetched via the Issuu API."},{"src":"https:\/\/ps.w.org\/issuupress\/trunk\/screenshot-2.png?rev=1538864","caption":"The Settings screen."}],"raw_content":"<!--section=description-->\n<p><a href=\"http:\/\/issuu.com\">Issuu.com<\/a> is a great place to host your PDF magazines, but you'd rather keep your visitors on your site then send them over, right?<\/p>\n\n<p>Issuupress fetches (via the Issuu API) a list of all your PDFs hosted on issuu.com and allows you to display that list on your blog via a simple shortcode.<\/p>\n\n<p>You can optionally restrict the list by tag, and control the issuu viewer via shortcode attributes.<\/p>\n\n<p>You will need credentials to access the issuu API: login to issuu and access <a href=\"http:\/\/issuu.com\/services\/api\/\" title=\"issuu api\">http:\/\/issuu.com\/services\/api\/<\/a>\u00a0to find your own API key and key secret.<\/p>\n\n<p>Please <a href=\"http:\/\/wordpress.org\/extend\/plugins\/issuupress\/\">rate the plugin<\/a> if you like it.\nThanks, \n<a href=\"http:\/\/www.pixeline.be\">pixeline<\/a><\/p>\n\n<h4>Usage<\/h4>\n\n<p>Simply put the <code>[issuupress]<\/code> shortcode where you would like the catalog to be. Add attributes to customize it.<\/p>\n\n<p>Example: \n    [issuupress viewer=\"mini\" titlebar=\"false\" vmode=\"\" ctitle=\"Pick a PDF file to read\" height=\"480\" bgcolor=\"FFFFFF\"]<\/p>\n\n<p>To customize its appearance, use your theme's CSS style.css file.<\/p>\n\n<!--section=installation-->\n<ol>\n<li>Extract the zip file <\/li>\n<li>Drop the contents in the wp-content\/plugins\/ directory of your WordPress installation <\/li>\n<li>Activate the Plugin from Plugins page.<\/li>\n<li>Go to Settings &gt; IssuuPress, enter your API key and API secret, set the cache value.<\/li>\n<li>Use the shortcode wherever you see fit. To customize its appearance, use your theme's CSS style.css file.<\/li>\n<\/ol>\n\n<h4>Example<\/h4>\n\n<pre><code>[issuupress viewer=\"mini\" titlebar=\"false\" vmode=\"\" ctitle=\"Pick a PDF file to read\" height=\"480\" bgcolor=\"FFFFFF\"] \n<\/code><\/pre>\n\n<h4>Options<\/h4>\n\n<ul>\n<li><strong>viewer=\"mini\"<\/strong> : Possible values: \"no\",\"mini\",\"presentation\" or \"window\". Default: \"mini\".<\/li>\n<li><strong>titlebar=\"false\"<\/strong> : Displays the PDF's titlebar. Possible values: \"true\", \"false\". Default: \"false\".<\/li>\n<li><strong>vmode=\"\"<\/strong> : Displays pages next to each other, or underneath each other (\"single\"). Possible values: \"single\", \"\". Default: \"\".<\/li>\n<li><strong>ctitle=\"\"<\/strong> : Title to print on top of the list of pdf files. Default: \"Pick a PDF file to read\"<\/li>\n<li><strong>height=\"480\"<\/strong> : Controls the viewer 's height dimension. In pixels. Default: \"480\".<\/li>\n<li><strong>bgcolor=\"FFFFFF\"<\/strong> : Controls the viewer background color. In hexadecimal. Default :\"FFFFFF\".<\/li>\n<li><strong>img=\"false\"<\/strong> : Set this to a number will display the thumbnail of each pdf at the provided width (ex: img=\"120\" will display the thumbnail at the width of 120px).<\/li>\n<\/ul>\n\n<!--section=changelog-->\n<h4>1.3.2<\/h4>\n\n<ul>\n<li>Fixed issue with links leading to 404<\/li>\n<li>Tested against wordpress 4.4<\/li>\n<\/ul>\n\n<h4>1.3.1<\/h4>\n\n<ul>\n<li>Fixed issue if your website is using SSL (https protocol)<\/li>\n<li>Tested against wordpress 4.2<\/li>\n<\/ul>\n\n<h4>1.3.0<\/h4>\n\n<ul>\n<li>Enhancement: added the option to only fetch public\/private or both documents from your Issuu account.<\/li>\n<li>removed Tag support, since Issuu removed it.<\/li>\n<li>Enhancement: added the option to set the display order.<\/li>\n<li>Fixed \"Notice: has_cap\"<\/li>\n<li>Fixed issues related to the cache file  not being writable<\/li>\n<li>Fix: smarter automatic setup on plugin initial configuration<\/li>\n<li>Fix: use \"https\" url instead of http to remove security warning on SSL websites.<\/li>\n<li>Improvement: add \"&amp;debug\" to the settings page url to display a Debug box with useful information (or simply click on the \"View Debug information\" link in the Settings screen.<\/li>\n<\/ul>\n\n<h4>1.2.5<\/h4>\n\n<ul>\n<li>removed causes for php notices.<\/li>\n<\/ul>\n\n<h4>1.2.4<\/h4>\n\n<ul>\n<li>Improved error reporting<\/li>\n<li>Improved the Rebuild Cache process<\/li>\n<li>Thanks to Adam Lazzarato for bug reporting and beta testing \u00b0-)<\/li>\n<\/ul>\n\n<h4>1.2.3<\/h4>\n\n<ul>\n<li>Fixed warnings appearing if no document was found.<\/li>\n<\/ul>\n\n<h4>1.2.2<\/h4>\n\n<ul>\n<li>Annoying warning happening on some installations after updating the plugin. Hopefully this should sort it out.<\/li>\n<\/ul>\n\n<h4>1.2.1<\/h4>\n\n<ul>\n<li>woops. A few quirks got left behind.<\/li>\n<\/ul>\n\n<h4>1.2.0<\/h4>\n\n<ul>\n<li>New option: show a message when no pdf is returned.<\/li>\n<li>New shortcode attribute \"img\" that can be used to display pdf thumbnails (suggested by Adam Lazzarato). Set the img to the desired width (ex: img=\"120\" will display the thumbnail at the width of 120px).<\/li>\n<li>Removed an incoherence that could make it that no pdf would be displayed if no tag was provided. Sorry about that.<\/li>\n<\/ul>\n\n<h4>1.1.1.<\/h4>\n\n<ul>\n<li>Fixed the tag not actually filtering anything (duh!).<\/li>\n<\/ul>\n\n<h4>1.1.0.<\/h4>\n\n<ul>\n<li>Added many additional attributes to the shortcode to allow you to customize the viewer<\/li>\n<li>Added admin option to manually refresh the cache.<\/li>\n<\/ul>\n\n<h4>1.0.1.<\/h4>\n\n<p>Fixed a lot of initalisation bugs. Sorry about that.<\/p>\n\n<h4>1.0.0.<\/h4>\n\n<p>Initial release.<\/p>","raw_excerpt":"Displays your Issuu-hosted catalog of PDF files in your wordpress posts\/pages using a shortcode.","jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/yor.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin\/18198","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/yor.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin"}],"about":[{"href":"https:\/\/yor.wordpress.org\/plugins\/wp-json\/wp\/v2\/types\/plugin"}],"replies":[{"embeddable":true,"href":"https:\/\/yor.wordpress.org\/plugins\/wp-json\/wp\/v2\/comments?post=18198"}],"author":[{"embeddable":true,"href":"https:\/\/yor.wordpress.org\/plugins\/wp-json\/wporg\/v1\/users\/pixeline"}],"wp:attachment":[{"href":"https:\/\/yor.wordpress.org\/plugins\/wp-json\/wp\/v2\/media?parent=18198"}],"wp:term":[{"taxonomy":"plugin_section","embeddable":true,"href":"https:\/\/yor.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_section?post=18198"},{"taxonomy":"plugin_tags","embeddable":true,"href":"https:\/\/yor.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_tags?post=18198"},{"taxonomy":"plugin_category","embeddable":true,"href":"https:\/\/yor.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_category?post=18198"},{"taxonomy":"plugin_contributors","embeddable":true,"href":"https:\/\/yor.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_contributors?post=18198"},{"taxonomy":"plugin_business_model","embeddable":true,"href":"https:\/\/yor.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_business_model?post=18198"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}