Changeset 863625
- Timestamp:
- 02/23/2014 08:03:19 PM (12 years ago)
- File:
-
- 1 edited
-
scribd-doc-embedder/trunk/readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
scribd-doc-embedder/trunk/readme.txt
r863621 r863625 19 19 20 20 [scribd-doc] Shortcode: 21 21 22 * Allows you to embed a document that has been uploaded to Scribd. 22 * Requires both the document ID and the document key: 23 [scribd-doc doc="DOCID" key="KEY"] 23 * Requires both the document ID and the document key: [scribd-doc doc="DOCID" key="KEY"] 24 24 25 25 [scribd-url] Shortcode: 26 26 27 * Allows you to create a player from a publicly accessible URL 27 * Requires both the document URL and your Scribd Publisher API key: 28 [scribd-url url="FULL-URL-INCLUDING-HTTP://" pubid="YOUR-SCRIBD-PUBLISHER-ID"] 28 * Requires both the document URL and your Scribd Publisher API key: [scribd-url url="FULL-URL-INCLUDING-HTTP://" pubid="YOUR-SCRIBD-PUBLISHER-ID"] 29 29 30 30 Both shortcode supports many other parameters provided by the Scribd API: 31 31 32 * width: Define the width of the viewer in pixels 32 33 * height: Define the height of the viewer in pixels
Note: See TracChangeset
for help on using the changeset viewer.