Title: Vanilla PDF Embed
Author: Mike Doherty
Published: <strong>2013年12月7日</strong>
Last modified: 2016年11月8日

---

プラグインを検索

このプラグインは **WordPress の最新3回のメジャーリリースに対してテストされていま
せん**。もうメンテナンスやサポートがされていないかもしれず、最新バージョンの WordPress
で使用した場合は互換性の問題が発生する可能性があります。

![](https://s.w.org/plugins/geopattern-icon/vanilla-pdf-embed.svg)

# Vanilla PDF Embed

 作者: [Mike Doherty](https://profiles.wordpress.org/_doherty/)

[ダウンロード](https://downloads.wordpress.org/plugin/vanilla-pdf-embed.zip)

 * [詳細](https://ja.wordpress.org/plugins/vanilla-pdf-embed/#description)
 * [レビュー](https://ja.wordpress.org/plugins/vanilla-pdf-embed/#reviews)
 *  [インストール](https://ja.wordpress.org/plugins/vanilla-pdf-embed/#installation)
 * [開発](https://ja.wordpress.org/plugins/vanilla-pdf-embed/#developers)

 [サポート](https://wordpress.org/support/plugin/vanilla-pdf-embed/)

## 説明

### Basic use

To embed a PDF you’ve uploaded to your WordPress site’s media
 library, simply put
the URL for the attachment page in your post on its own line. The PDF will be embedded
with the default settings at that location, as if it were using oEmbed.

#### Examples:

    ```
    クリックしてreport1.pdfにアクセス
    ```

This doesn’t work for PDFs hosted on other websites, or if you
 need to change the
parameters.

### Using the `[pdf]` shorttag

If the PDF isn’t in your WordPress site’s media library, or if
 you want to customize
any parameters for the embed, then use the `[pdf]...[/pdf]` shorttag. Between the
tags, you’ll provide the URL for the PDF to embed. If the PDF is in your WordPress
site’s media library, you can either give the attachment page URL, or the URL to
the PDF file directly.

The `[pdf]` shorttag accepts several optional parameters:

 * `width` – sets the width of the frame the PDF is embedded in.
    By default, this
   is set to 100%.
 * `height` – sets the height of the frame the PDF is embedded
    in. By default, 
   this is unset.
 * `title` – sets the title of the PDF, for use in the fallback
    link text.
 * `open_params` – sets the [PDF open params](https://partners.adobe.com/public/developer/en/acrobat/PDFOpenParameters.pdf)
   
   which control how the PDF file is displayed in the embed frame. These are poorly
   supported in browsers.

#### Examples:

    ```
    Post short URL: [pdf width="200px"]http://localhost/?p=9[/pdf]
    Attachment default URL: [pdf height="500em"]http://localhost/?attachment_id=9[/pdf]
    Attachment pretty URL: [pdf title="Report 1"]http://localhost/test/report1/[/pdf]
    Media direct URL: [pdf]http://localhost/wp-content/uploads/2013/11/report1.pdf[/pdf]
    Change PDF open params: [pdf open_params="page=10&view=Fit"]http://localhost/?p=9[/pdf]
    ```

### Compatibility

The PDF should be embedded in the page, with the document scaled so it fills the

embed frame horizontally. Unfortunately, embedding PDFs is not well-supported.

#### Auto-loading embedded PDFs

Unlike with images, web browsers may not automatically download and display
 embedded
PDFs when the page is loaded. For security reasons, some users prefer not to allow
the PDF plugin to run unless they trust the website the PDF comes from. This generally
leaves a grey rectangle that the user may click on to allow the PDF to be downloaded
and displayed.

#### PDF open parameters

As of v0.0.8, you can set the [PDF open parameters](https://partners.adobe.com/public/developer/en/acrobat/PDFOpenParameters.pdf)

by setting `open_params` in the shortcode, as shown above. This is unlikely to actually
anything, since PDF open parameters are poorly supported in browsers. But you can
try! Provide the parameters as a query string: `page=1&view=Fit`. Refer to the Adobe
documentation on what parameters are available.

#### Chrome

The PDF should be scaled/zoomed within the embed frame so that the full
 horizontal
width of the paper fills the frame. This is [not supported in Chrome’s default PDF
viewer, so the document will probably be scaled to 100%, which may either mean the
document doesn’t fill the frame, or, more likely, the document is too wide for the
frame, and the right-hand side of the document is hidden.

#### Internet Explorer

Internet Explorer requires a PDF plugin to render embedded PDFs. Generally,
 that’s
Adobe Reader. Without such a plugin, the fallback download link will be used.

#### Mobile browsers

In particular, mobile browsers may show a grey box instead of the embedded PDF,

and will download the file when it is clicked. Other mobile browsers might embed
the PDF, but won’t allow it to scroll.

### Alternatives

Your best alternative is to **not** embed PDFs. PDFs are bad for many reasons:
 
not easily indexed by search engines, not easily accessible by readers who use assistive
technologies, poorly supported by web browsers (as seen above) and so on. They’re
just **bad** and you should avoid embedding PDFs if you can.

If you _really_ can’t, then you might consider using another solution like
 [https://pdfobject.com/](https://pdfobject.com/)
or [PDF.js](https://mozillalabs.com/en-US/pdfjs/).

## スクリーンショット

 * [[
 * [[

## インストール

 1. Upload `vanilla-pdf-embed.php` to the `/wp-content/plugins/` directory
 2. Activate the plugin through the “Plugins” menu in the WordPress admin panel

## 評価

![](https://secure.gravatar.com/avatar/f2949e1420c186ba7fe9eafb8f5c406b6b29ddebb639e7c7da6f93d39b784643?
s=60&d=retro&r=g)

### 󠀁[Nice](https://wordpress.org/support/topic/nice-3180/)󠁿

 [Martin Sauter](https://profiles.wordpress.org/martinsauter/) 2019年12月2日

Converts the URL of a PDF document automatically in to an embedded PDF. Very easy
to use, very nice result.

![](https://secure.gravatar.com/avatar/b117d1429cff526413f6e66f90fa39a6f17bbc0bb66ec2f9cfc986386f2af984?
s=60&d=retro&r=g)

### 󠀁[Very easy to use](https://wordpress.org/support/topic/very-easy-to-use-373/)󠁿

 [indianplayschools](https://profiles.wordpress.org/indianplayschools/) 2018年7月
21日

Just paste the link to pdf file on the same domain and you can view it just as pdf
and not a link. This is what I was looking for. The best plugin to view the pdf.
You can download and print too. Thank you very much

![](https://secure.gravatar.com/avatar/f28a5b915e730569ba49f741213d364c32a32c0ecd2c7f9a089fa9fd4f083ec2?
s=60&d=retro&r=g)

### 󠀁[Does not embed PDF](https://wordpress.org/support/topic/does-not-embed-pdf/)󠁿

 [clasherplayer](https://profiles.wordpress.org/clasherplayer/) 2018年6月13日

There was no embedding; only the link to the PDF file was placed. I think that this
plugin has not been updated as of the time of writing.

![](https://secure.gravatar.com/avatar/07b259d2c74295e4b1cc0168ef8d242eaf73ccf6be1d3565712dab6b9ca290b5?
s=60&d=retro&r=g)

### 󠀁[Doesn't work on Latest Chrome or Firefox](https://wordpress.org/support/topic/doesnt-work-on-latest-chrome-or-firefox/)󠁿

 [joey4040](https://profiles.wordpress.org/joey4040/) 2016年9月3日 1 reply

Doesn’t work on Latest Chrome or Firefox

![](https://secure.gravatar.com/avatar/a44d69f0d3a20b36ef35485a683ec60490cded760647e7d0c3e10bbff5b26698?
s=60&d=retro&r=g)

### 󠀁[Doesn't embed Pdf](https://wordpress.org/support/topic/doesnt-embed-pdf/)󠁿

 [swampy](https://profiles.wordpress.org/ziky/) 2016年9月3日 1 reply

Doesn’t embed it all, just inserts a link to download the pdf

![](https://secure.gravatar.com/avatar/1447d63d58562dbd0e76b2c9c3e9325a5a6fd63808b933b24dd759e5482dc663?
s=60&d=retro&r=g)

### 󠀁[Works Nicely!](https://wordpress.org/support/topic/doesnt-work-properly-21/)󠁿

 [Zeshan Ahmed](https://profiles.wordpress.org/zeshanshani/) 2016年9月3日 1 reply

 [ 32件のレビューをすべて表示 ](https://wordpress.org/support/plugin/vanilla-pdf-embed/reviews/)

## 貢献者と開発者

Vanilla PDF Embed はオープンソースソフトウェアです。以下の人々がこのプラグインに
貢献しています。

貢献者

 *   [ Mike Doherty ](https://profiles.wordpress.org/_doherty/)

[“Vanilla PDF Embed” をあなたの言語に翻訳しましょう。](https://translate.wordpress.org/projects/wp-plugins/vanilla-pdf-embed)

### 開発に興味がありますか ?

[コードを閲覧](https://plugins.trac.wordpress.org/browser/vanilla-pdf-embed/)する
か、[SVN リポジトリ](https://plugins.svn.wordpress.org/vanilla-pdf-embed/)をチェック
するか、[開発ログ](https://plugins.trac.wordpress.org/log/vanilla-pdf-embed/)を 
[RSS](https://plugins.trac.wordpress.org/log/vanilla-pdf-embed/?limit=100&mode=stop_on_copy&format=rss)
で購読してみてください。

## 変更履歴

#### 0.0.8

 * Add the ability to set PDF open params

#### 0.0.7

 * Fix a couple corner cases – thanks AngelinaBelle!

#### 0.0.6

 * Set a default height of 500em

#### 0.0.5

 * Fix a simple programming error; thanks to firedog341 for the report

#### 0.0.4

 * By default, use a 100% width embed frame
 * Expanded readme

#### 0.0.3

 * Embed PDFs on attachment pages
 * Fix a spacing issue for PDFs with no title
 * Don’t use PDF open parameters for the fallback link

#### 0.0.2

 * Don’t embed non-PDFs from the media library

#### 0.0.1

 * 最初のリリース

## メタ

 *  バージョン **0.0.8**
 *  最終更新日 **9年前**
 *  有効インストール数 **3,000+**
 *  WordPress バージョン ** 3.0.1またはそれ以降 **
 *  検証済み最新バージョン: **4.5.0**
 *  言語
 * [English (US)](https://wordpress.org/plugins/vanilla-pdf-embed/)
 * タグ
 * [embed](https://ja.wordpress.org/plugins/tags/embed/)[pdf](https://ja.wordpress.org/plugins/tags/pdf/)
 *  [詳細を表示](https://ja.wordpress.org/plugins/vanilla-pdf-embed/advanced/)

## 評価

 5つ星中4.6つ星

 *  [  27 5-星レビュー     ](https://wordpress.org/support/plugin/vanilla-pdf-embed/reviews/?filter=5)
 *  [  2 4-星レビュー     ](https://wordpress.org/support/plugin/vanilla-pdf-embed/reviews/?filter=4)
 *  [  0 3-星レビュー     ](https://wordpress.org/support/plugin/vanilla-pdf-embed/reviews/?filter=3)
 *  [  1 2-星レビュー     ](https://wordpress.org/support/plugin/vanilla-pdf-embed/reviews/?filter=2)
 *  [  2 1-星レビュー     ](https://wordpress.org/support/plugin/vanilla-pdf-embed/reviews/?filter=1)

[Your review](https://wordpress.org/support/plugin/vanilla-pdf-embed/reviews/#new-post)

[すべてのレビューを見る](https://wordpress.org/support/plugin/vanilla-pdf-embed/reviews/)

## 貢献者

 *   [ Mike Doherty ](https://profiles.wordpress.org/_doherty/)

## サポート

意見や質問がありますか ?

 [サポートフォーラムを表示](https://wordpress.org/support/plugin/vanilla-pdf-embed/)

## 寄付

このプラグインが今後も改善できるよう応援しませんか ?

 [ このプラグインに寄付 ](https://flattr.com/profile/doherty)