這個外掛並未在最新的 3 個 WordPress 主要版本上進行測試。開發者可能不再對這個外掛進行維護或提供技術支援,並可能會與更新版本的 WordPress 產生使用上的相容性問題。

ZD Scribd iPaper

描述

Embed Scribd supported documents in your wordpress website.

You can also choose whether to display document to everyone or only to logged users. If you are using Suma plugin then you can use ZD Scribd iPaper plugin along with Suma. There is option on admin page to turn Suma checking on. If you need any other authentication plugin integration then email me your requirement.

You can make few document public and few for loged in user by using ‘access’ attribute within [scribd] and [scribdlink] shorttags.

You can also display document link instead of embedding the ipaper. Upon clicking the link, lightview window will open the document. Next version will have more JavaScript window options like thickbox, fancybox, etc. If you have some suggestion for JavaScript window tools then please email me your suggestions.

Usage

To embed already published scribd document:

[scribd id=DOCUMENT_ID_HERE key=ACCESS_KEY_HERE]

You can get this tag from scribd document page.

To embed a document from url:

[scribd pubid=SCRIBD_PUBLISHER_ID_HERE]DOCUMENT_URL_HERE[/scribd]

or

[scribd url=DOCUMENT_URL_HERE pubid=SCRIBD_PUBLISHER_ID_HERE]
(Use this format when embedding multiple document on same page/post)

Available Attributes for [scribd] shorttag:-

  • url – URL (http://) of document, when embed a document from url
  • id – Scribd document id.
  • key – Scribd document key.
  • pubid – Your Scribd Publisher Key. You can find it on your Scribd account page. You need register at scribd.com to get this key
  • height – The height of iPaper, in pixels.
  • width – The width of iPaper, in pixels.
  • public – Whether to make the document public on Scribd. This parameter is only for iPapers created from Url. iPapers created with the id and key will ignore this parameter. Value: true or false
  • page – You can use this to scroll iPaper to a default start page. Defaults to 1
  • extension – This parameter is only for iPapers created from the Url. When Scribd processes a file it will try to identify the file type using the contents of the file and various heuristics. If Scribd is guessing wrong on one of your files, you can override this behavior and set the extension directly with this parameter (e.g., “docx”).
  • title – This parameter is only for iPapers created from the Url. Sets the title of the new file uploaded.
  • disable_related_docs – When true the related docs tab is not shown in List Mode. Value: true or false
  • mode – Sets the default view mode for the document, overriding the document’s default. Parameter must be added before the document is written. Valid values are: “list”, “book”, “slide”, and “tile”.
  • auto_size – When false, this parameter forces iPaper to use the provided width and height rather than using a width multiplier of 85/110. Values: true or false
  • access – You set whether document requires login for viewing. Value: public / private.

Place a link to iPaper:
[scribdlink href=DOCUMENT_URL id=DOCUMENT_ID_HERE key=ACCESS_KEY_HERE pubid=SCRIBD_PUBLISHER_ID_HERE]LINK_TEXT_OR_IMAGE[/scribdlink]

Avaliable Attributes for [scribdlink] shorttag:-

  • href – URL (http://) of document, when embed a document from url
  • id – Scribd document id.
  • key – Scribd document key.
  • pubid – Your Scribd Publisher Key. You can find it on your Scribd account page. You need register at scribd.com to get this key
  • title – Title of lightview window
  • caption – Caption of lightview window
  • access – You set whether document requires login for viewing. Value: public / private.

Support

Email at support@proloy.me

螢幕截圖

  • Front end preview
  • Admin Panel
  • Shorttag

安裝

  1. Upload the full directory into your ‘wp-content/plugins’ directory
  2. Activate the plugin at the plugin administration page
  3. Use [scribd] or [scribdlink] shortcode in your post or page. Use the attributes as per your requirements.

常見問題

Minimum PHP Version

PHP5

Lightview not working?

If you are using jQuery in you theme or if any of your other plugins are using jquery then you have to put following code in your theme’s header.php file.

jQuery.noConflict();

Use jQuery instead of $.

評價

There are no reviews for this plugin.

貢獻者及開發者

“ZD Scribd iPaper” 是一個開源的軟體。以下的人對這個外掛作出了貢獻。

貢獻者

將 ZD Scribd iPaper 外掛本地化為台灣繁體中文版。

對開發相關資訊感興趣?

任何人均可瀏覽程式碼、查看 SVN 存放庫,或透過 RSS 訂閱開發記錄

修改日誌

Version 1.0

07-Aug-2008

  • First Release