Plugin Directory

Changeset 863633


Ignore:
Timestamp:
02/23/2014 08:23:05 PM (12 years ago)
Author:
ericboles
Message:

Tweaked

Location:
scribd-doc-embedder/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • scribd-doc-embedder/trunk/readme.txt

    r863629 r863633  
    11=== Scribd Doc Embedder ===
    22Contributors: ericboles
    3 Tags: scribd, embed, pdf, doc, docx, ppt, pptx
     3Tags: scribd, reader, viewer, embed, pdf, doc, docx, ppt, pptx
    44Requires at least: 3.0.1
    55Tested up to: 3.8.1
     
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
    1010
    11 Uses the Scribd API to embed supported Scribd documents (e.g. PDF, MS Office, ePub, and many others) into a web page using
    12 the Scribd Docs Viewer.
     11Uses the Scribd API to embed supported Scribd documents (e.g. PDF, MS Office, ePub, and many others) into a web page using the Scribd Docs Reader.
    1312
    1413== Description ==
    1514
    1615Adds 2 shortcodes so Scribd documents or documents supported by Scribd (e.g. PDF, MS Office, ePub, and many others) can
    17 be embedded into a web page using the Scribd Docs Viewer.  These shortcodes provide functionality beyond the standard scribd
    18 embed shortcode provided in Jetpack by Wordpress.com
     16be embedded into a web page using the Scribd Docs Reader.  These shortcodes provide functionality beyond the standard scribd
     17embed shortcode provided in Jetpack by Wordpress.com.
    1918
    2019**[scribd-doc]** Shortcode:
    2120
    2221* Allows you to embed a document that has been uploaded to Scribd.
     22* The Scribd document can be public or private.
    2323* Requires both the document ID and the document key:
    2424* [scribd-doc doc="DOCID" key="KEY"]
     
    2626**[scribd-url]** Shortcode:
    2727
    28 * Allows you to create a player from a publicly accessible URL
    29 * Requires both the document URL and your Scribd Publisher API key
     28* Allows you to create a Scribd Reader from a publicly accessible URL.
     29* Naturally requires that the document type be supported by Scribd.
     30* Requires both the document URL and your Scribd Publisher API key:
    3031* [scribd-url url="FULL-URL" pubid="YOUR-SCRIBD-PUBLISHER-ID"]
    3132
    32 Both shortcodeS supports many parameters provided by the Scribd API:
     33Both shortcodes support many optional parameters provided by the Scribd API:
    3334
    34 * **width**: Define the width of the viewer in pixels
    35 * **height**: Define the height of the viewer in pixels
    36 * **page**: Set a page number of the viewer to load on
     35* **width**: Define the width of the Reader in pixels.
     36* **height**: Define the height of the Reader in pixels.
     37* **page**: Set a page number for the Reader to load on.
    3738* **mode**: Define the player mode (either "list" or "slideshow")
    3839* **share**: Defines whether the share button in the toolbar is shown, overriding the default (either "true" or "false")
    3940* **seamless**: If set to "true", puts the player into seamless mode
    4041(seamless is only supported by scribd-doc)
     42
     43If height or width are not set, the Scribd Reader will attempt to size itself correctly.
    4144
    4245Note: You will need a Scribd account and a Scribd API key for this plugin to work.
  • scribd-doc-embedder/trunk/scribd_doc.php

    r863629 r863633  
    44Plugin Name: Scribd Doc Embedder
    55Plugin URI: http://ericbol.es/
    6 Description: Uses the Scribd API to embed supported Scribd documents (e.g. PDF, MS Office, ePub, and many others) into a web page using the Scribd Docs Viewer.
     6Description: Uses the Scribd API to embed supported Scribd documents (e.g. PDF, MS Office, ePub, and many others) into a web page using
     7the Scribd Docs Reader.
    78Author: Eric Boles
    89Author URI: http://www.ericbol.es/
Note: See TracChangeset for help on using the changeset viewer.