{"id":3783,"date":"2008-09-30T22:12:18","date_gmt":"2008-09-30T22:12:18","guid":{"rendered":"https:\/\/wordpress.org\/plugins-wp\/simpler-ipaper\/"},"modified":"2010-03-19T20:39:54","modified_gmt":"2010-03-19T20:39:54","slug":"simpler-ipaper","status":"closed","type":"plugin","link":"https:\/\/wordpress.org\/plugins\/simpler-ipaper\/","author":278387,"comment_status":"closed","ping_status":"closed","template":"","meta":{"version":"1.3.1","stable_tag":"1.3.1","tested":"2.9.2","requires":"2.5","requires_php":"","requires_plugins":"","header_name":"Simpler iPaper","header_author":"Frederick Ding","header_description":"","assets_banners_color":"","last_updated":"2010-03-19 20:39:54","external_support_url":"","external_repository_url":"","donate_link":"https:\/\/www.paypal.com\/cgi-bin\/webscr?cmd=_s-xclick&hosted_button_id=759905","header_plugin_uri":"http:\/\/simpler.freddyware.com\/ipaper\/","header_author_uri":"http:\/\/www.frederickding.com\/","rating":0,"author_block_rating":0,"active_installs":50,"downloads":7795,"num_ratings":0,"support_threads":0,"support_threads_resolved":0,"author_block_count":0,"sections":["description","installation","faq","changelog"],"tags":[],"upgrade_notice":{"1.3.1":"<ul>\n<li>Upgrade for new functionality: positioning and styling the embed using CSS.<\/li>\n<\/ul>"},"ratings":{"1":0,"2":0,"3":0,"4":0,"5":0},"assets_icons":[],"assets_banners":[],"assets_blueprints":{},"all_blocks":[],"tagged_versions":["1.0.1","1.0.2","1.0.3","1.0.3a","1.0.3b","1.1","1.3","1.3.1"],"block_files":[],"assets_screenshots":{"screenshot-2.png":{"filename":"screenshot-2.png","revision":"1538941","resolution":"2","location":"plugin","width":390,"height":135},"screenshot-3.png":{"filename":"screenshot-3.png","revision":"1538941","resolution":"3","location":"plugin","width":500,"height":645},"screenshot-1.png":{"filename":"screenshot-1.png","revision":"1538941","resolution":"1","location":"plugin","width":440,"height":320}},"screenshots":{"1":"An example WordPress.com embed code (compatible with the Simpler iPaper plugin) from Scribd.","2":"The embed code pasted into the post editor, in WordPress 2.7.","3":"An example output of the plugin showing the iPaper document embedded on a blog page."}},"plugin_section":[],"plugin_tags":[9054,230,206,56956,30192],"plugin_category":[56],"plugin_contributors":[85121],"plugin_business_model":[],"class_list":["post-3783","plugin","type-plugin","status-closed","hentry","plugin_tags-documents","plugin_tags-embed","plugin_tags-flash","plugin_tags-ipaper","plugin_tags-scribd","plugin_category-social-and-sharing","plugin_contributors-freddyware","plugin_committers-freddyware","plugin_committers-frederickding"],"banners":[],"icons":{"svg":false,"icon":"https:\/\/s.w.org\/plugins\/geopattern-icon\/simpler-ipaper.svg","icon_2x":false,"generated":true},"screenshots":[{"src":"https:\/\/ps.w.org\/simpler-ipaper\/trunk\/screenshot-1.png?rev=1538941","caption":"An example WordPress.com embed code (compatible with the Simpler iPaper plugin) from Scribd."},{"src":"https:\/\/ps.w.org\/simpler-ipaper\/trunk\/screenshot-2.png?rev=1538941","caption":"The embed code pasted into the post editor, in WordPress 2.7."},{"src":"https:\/\/ps.w.org\/simpler-ipaper\/trunk\/screenshot-3.png?rev=1538941","caption":"An example output of the plugin showing the iPaper document embedded on a blog page."}],"raw_content":"<!--section=description-->\n<p>The Simpler iPaper plugin was created out of the need for a simpler way of embedding <a href=\"http:\/\/www.scribd.com\/\">Scribd<\/a> iPaper documents\nin blog posts. Other existing plugins used inefficient regular patterns instead of the Shortcode API that\nis standard in WordPress versions 2.5 and above. This plugin makes use of standard Shortcode syntax as well.<\/p>\n\n<p>The plugin uses a clear and simple format: <strong><code>[scribd]<\/code> added in 1.1<\/strong><\/p>\n\n<pre><code>[ipaper id=\"integer\" accesskey=\"string\"]\n[scribd id=\"integer\" key=\"string\"]\n<\/code><\/pre>\n\n<p>Additionally, <code>height=\"integer\"<\/code> and <code>width=\"integer\"<\/code> are optional parameters.<\/p>\n\n<p><strong>IMPORTANT<\/strong>: in version 1.1, the plugin adds support for the <code>[scribd]<\/code> tag using <code>key<\/code> rather than <code>accesskey<\/code> in order to be compatible with the WordPress.com embed code. Users can now copy the Scribd-provided code for WordPress.com and use it on their WordPress.org blogs. See the screenshots.<\/p>\n\n<p>Some examples of usage (you can copy these into a blog with this plugin installed to test):<\/p>\n\n<pre><code>[ipaper id=\"6256195\" accesskey=\"key-n4w95bnu9dca1kibehz\"]\n[scribd id=\"6021840\" key=\"key-14q8adj2w58ue6mtwlel\" height=\"650\" width=\"480\"]\n<\/code><\/pre>\n\n<!--section=installation-->\n<p>Here's how to install the plugin and how to make it work.<\/p>\n\n<ol>\n<li>Upload the <code>scribd-ipaper<\/code> directory to the <code>\/wp-content\/plugins\/<\/code> directory<\/li>\n<li>Activate the plugin through the 'Plugins' menu in WordPress<\/li>\n<li>Add the shortcode to your post: <code>[scribd id=\"document ID\" key=\"access key\"]<\/code>.\nIf you are using WordPress mu, you can place the plugin file <code>scribd-ipaper.php<\/code> in the <code>\/wp-content\/mu-plugins\/<\/code> directory\nso that the plugin is globally enabled.<\/li>\n<\/ol>\n\n<!--section=faq-->\n<dl>\n<dt>Is the accesskey=\"\" parameter required?<\/dt>\n<dd><p>Yes, it is. Without the access key, Scribd will refuse to embed the document. This is not a limitation of this\nplugin; Scribd enforces it for all Flash embeds.<\/p><\/dd>\n<dt>Can I change the default height and width?<\/dt>\n<dd><p>Yes, you can. Although there is no administration panel at the moment (we're keeping the plugin <em>simpler<\/em> and light),\nyou can edit the <code>scribd-ipaper.php<\/code> file and change the height and width variables there.<\/p>\n\n<p>The default height is 600 pixels, and the default width is 450 pixels.<\/p><\/dd>\n<dt>Is there any difference between using the `[ipaper]` and the `[scribd]` codes?<\/dt>\n<dd><p>Yes, there is. The <code>[scribd]<\/code> tag was added to support <code>key<\/code> as a shorter form of <code>accesskey<\/code>, to be compatible with the WordPress.com code, and to be future-proof, wheras the <code>[ipaper]<\/code> tag is retained for backwards-compatibility.<\/p>\n\n<p>In simpler terms, you must specify <code>accesskey<\/code> when using the <code>[ipaper]<\/code> tag, and you must specify <code>key<\/code> instead when using the <code>[scribd]<\/code> tag.<\/p><\/dd>\n\n<\/dl>\n\n<!--section=changelog-->\n<h4>1.3.1<\/h4>\n\n<ul>\n<li>Added ability to style embeds using the <code>simpler-ipaper-embed<\/code> CSS class<\/li>\n<\/ul>\n\n<h4>1.3<\/h4>\n\n<ul>\n<li>Updated compatibility to 2.9's trunk build<\/li>\n<li>Removed behaviour when a non-null $content parameter is encountered<\/li>\n<\/ul>","raw_excerpt":"This plugin for WordPress 2.5 and above simplifies the embedding of Scribd iPaper documents in blog posts.","jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin\/3783","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin"}],"about":[{"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/types\/plugin"}],"replies":[{"embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/comments?post=3783"}],"author":[{"embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wporg\/v1\/users\/freddyware"}],"wp:attachment":[{"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/media?parent=3783"}],"wp:term":[{"taxonomy":"plugin_section","embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_section?post=3783"},{"taxonomy":"plugin_tags","embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_tags?post=3783"},{"taxonomy":"plugin_category","embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_category?post=3783"},{"taxonomy":"plugin_contributors","embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_contributors?post=3783"},{"taxonomy":"plugin_business_model","embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_business_model?post=3783"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}