이 플러그인은 최근 3개의 주요 워드프레스 출시와 시험 되지 않았습니다. 워드프레스의 좀 더 최근 버전으로 이용할 때 더 이상 관리되지 않고 지원되지 않고 호환성 문제가 있을 수 있습니다.

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.

FAQ

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 $.

후기

이 플러그인에 대한 평가가 없습니다.

기여자 & 개발자

“ZD Scribd iPaper”(은)는 오픈 소스 소프트웨어입니다. 다음의 사람들이 이 플러그인에 기여하였습니다.

기여자

자국어로 “ZD Scribd iPaper”(을)를 번역하세요.

개발에 관심이 있으십니까?

코드 탐색하기는, SVN 저장소를 확인하시거나, 개발 기록RSS로 구독하세요.

변경이력

Version 1.0

07-Aug-2008

  • First Release