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

issuupress

설명

Issuu.com is a great place to host your PDF magazines, but you’d rather keep your visitors on your site then send them over, right?

Issuupress fetches (via the Issuu API) a list of all your PDFs hosted on issuu.com and allows you to display that list on your blog via a simple shortcode.

You can optionally restrict the list by tag, and control the issuu viewer via shortcode attributes.

You will need credentials to access the issuu API: login to issuu and access http://issuu.com/services/api/ to find your own API key and key secret.

Please rate the plugin if you like it.
Thanks,
pixeline

사용방법

Simply put the [issuupress] shortcode where you would like the catalog to be. Add attributes to customize it.

Example:
[issuupress viewer=”mini” titlebar=”false” vmode=”” ctitle=”Pick a PDF file to read” height=”480″ bgcolor=”FFFFFF”]

To customize its appearance, use your theme’s CSS style.css file.

스크린샷

  • Mockup of the Issuu viewer with the list of pdfs underneath, fetched via the Issuu API.
  • The Settings screen.

설치

  1. Extract the zip file
  2. Drop the contents in the wp-content/plugins/ directory of your WordPress installation
  3. Activate the Plugin from Plugins page.
  4. Go to Settings > IssuuPress, enter your API key and API secret, set the cache value.
  5. Use the shortcode wherever you see fit. To customize its appearance, use your theme’s CSS style.css file.

예제

[issuupress viewer="mini" titlebar="false" vmode="" ctitle="Pick a PDF file to read" height="480" bgcolor="FFFFFF"] 

선택사항

  • viewer=”mini” : Possible values: “no”,”mini”,”presentation” or “window”. Default: “mini”.
  • titlebar=”false” : Displays the PDF’s titlebar. Possible values: “true”, “false”. Default: “false”.
  • vmode=”” : Displays pages next to each other, or underneath each other (“single”). Possible values: “single”, “”. Default: “”.
  • ctitle=”” : Title to print on top of the list of pdf files. Default: “Pick a PDF file to read”
  • height=”480″ : Controls the viewer ‘s height dimension. In pixels. Default: “480”.
  • bgcolor=”FFFFFF” : Controls the viewer background color. In hexadecimal. Default :”FFFFFF”.
  • img=”false” : Set this to a number will display the thumbnail of each pdf at the provided width (ex: img=”120″ will display the thumbnail at the width of 120px).

후기

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

기여자 & 개발자

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

기여자

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

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

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

변경이력

1.3.2

  • Fixed issue with links leading to 404
  • Tested against wordpress 4.4

1.3.1

  • Fixed issue if your website is using SSL (https protocol)
  • Tested against wordpress 4.2

1.3.0

  • Enhancement: added the option to only fetch public/private or both documents from your Issuu account.
  • removed Tag support, since Issuu removed it.
  • Enhancement: added the option to set the display order.
  • Fixed “Notice: has_cap”
  • Fixed issues related to the cache file not being writable
  • Fix: smarter automatic setup on plugin initial configuration
  • Fix: use “https” url instead of http to remove security warning on SSL websites.
  • Improvement: add “&debug” to the settings page url to display a Debug box with useful information (or simply click on the “View Debug information” link in the Settings screen.

1.2.5

  • removed causes for php notices.

1.2.4

  • Improved error reporting
  • Improved the Rebuild Cache process
  • Thanks to Adam Lazzarato for bug reporting and beta testing °-)

1.2.3

  • Fixed warnings appearing if no document was found.

1.2.2

  • Annoying warning happening on some installations after updating the plugin. Hopefully this should sort it out.

1.2.1

  • woops. A few quirks got left behind.

1.2.0

  • New option: show a message when no pdf is returned.
  • New shortcode attribute “img” that can be used to display pdf thumbnails (suggested by Adam Lazzarato). Set the img to the desired width (ex: img=”120″ will display the thumbnail at the width of 120px).
  • Removed an incoherence that could make it that no pdf would be displayed if no tag was provided. Sorry about that.

1.1.1.

  • Fixed the tag not actually filtering anything (duh!).

1.1.0.

  • Added many additional attributes to the shortcode to allow you to customize the viewer
  • Added admin option to manually refresh the cache.

1.0.1.

Fixed a lot of initalisation bugs. Sorry about that.

1.0.0.

Initial release.