Title: Scribd Doc Embedder
Author: ericboles
Published: <strong>2014 年 2 月 23 日</strong>
Last modified: 2014 年 7 月 4 日

---

搜索插件

**该插件尚未通过WordPress的最新3个主要版本进行测试**。 当与较新版本的WordPress一起
使用时，可能不再受到维护或支持，并且可能会存在兼容性问题。

![](https://s.w.org/plugins/geopattern-icon/scribd-doc-embedder.svg)

# Scribd Doc Embedder

 作者：[ericboles](https://profiles.wordpress.org/ericboles/)

[下载](https://downloads.wordpress.org/plugin/scribd-doc-embedder.zip)

 * [详情](https://cn.wordpress.org/plugins/scribd-doc-embedder/#description)
 * [评价](https://cn.wordpress.org/plugins/scribd-doc-embedder/#reviews)
 *  [安装](https://cn.wordpress.org/plugins/scribd-doc-embedder/#installation)
 * [开发进展](https://cn.wordpress.org/plugins/scribd-doc-embedder/#developers)

 [支持](https://wordpress.org/support/plugin/scribd-doc-embedder/)

## 描述

Adds 2 shortcodes so Scribd documents or documents supported by Scribd (e.g. PDF,
MS Office, ePub, and many others) can
 be embedded into a web page using the Scribd
Docs Reader. These shortcodes provide functionality beyond the standard scribd embed
shortcode provided in Jetpack by WordPress.com.

**Version 2** Now includes shortcode button and configurator in the editor so you
easily enter the information you need to embed you documents. Take a look at the
screenshots to see them.

**[scribd-doc]** Shortcode:

 * Allows you to embed a document that has been uploaded to Scribd.
 * The Scribd document can be public or private.
 * Requires both the document ID and the document key:
 * [scribd-doc doc=”DOCID” key=”KEY”]

**[scribd-url]** Shortcode:

 * Allows you to create a Scribd Reader from a publicly accessible URL.
 * Naturally requires that the document type be supported by Scribd.
 * Requires both the document URL and your Scribd Publisher API key:
 * [scribd-url url=”FULL-URL” pubid=”YOUR-SCRIBD-PUBLISHER-ID”]

Both shortcodes support many optional parameters provided by the Scribd API:

 * **width**: Define the width of the Reader in pixels.
 * **height**: Define the height of the Reader in pixels.
 * **page**: Set a page number for the Reader to load on.
 * **mode**: Define the player mode (either “list” or “slideshow”)
 * **share**: Defines whether the share button in the toolbar is shown, overriding
   the default (either “true” or “false”)
 * **seamless**: If set to “true”, puts the player into seamless mode
    (seamless
   is only supported by scribd-doc)

If height or width are not set, the Scribd Reader will attempt to size itself correctly.

Note: You will need a Scribd account and a Scribd API key for this plugin to work.

You can sign up for a Scribd account at http://www.scribd.com. With a Scribd account,
you can get your API key at http://www.scribd.com/developers

## 屏幕截图

 * [[
 * Shortcode editor to embed a document that has been uploaded to Scribd. Configures[
   scribd-doc] shortcode.
 * [[
 * Shortcode editor create a Scribd Reader from a publicly accessible URL. Configures[
   scribd-url] shortcode.

## 安装

 1. Upload the `scribd-doc-embedder` to the `/wp-content/plugins/` directory
 2. Activate the plugin through the ‘Plugins’ menu in WordPress
 3. If using WordPress 3.9 or greater, you’ll now see a shortcode button in your editor
    that you can use to enter and configure the short codes.
 4. You can also manually place a shortcode on any page.

## 常见问题

  Where do I find the Document ID and Key?

You will find the document ID and key within your Scribd account after uploading
a document to Scribd and going looking at the

  How do I get a Scribd Publisher Key?

You will need a Scribd account and a Scribd API key for this plugin to work. You
will see your Publisher key in your API settings within your account after getting
API access.

You can sign up for a Scribd account at http://www.scribd.com. With a Scribd account,
you can get your API key at http://www.scribd.com/developers

  It doesn’t seem to be working. Am I doing something wrong?

Be sure you’re not prepending your Document Keys or Publisher ID with “key-“ or “
pub-“.

  How come I can’t see the shortcode button in my editor?

You need to be running WordPress 3.9 or above to use the shortcode button.

## 评价

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

### 󠀁[Works on v5.3.2](https://wordpress.org/support/topic/works-on-v5-3-2/)󠁿

 [raybez](https://profiles.wordpress.org/raybez/) 2020 年 2 月 26 日

I have just successfully installed and configured it to work on my website which
currently runs v5.3.2. Works perfectly.

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

### 󠀁[Stay away from plugins not updated recently](https://wordpress.org/support/topic/stay-away-from-plugins-not-updated-recently/)󠁿

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

Embed code doesn’t work with current version of WP. Probably worked when it was 
launched but 2 years without an update creates an unworkable plugin. Best to use
the Scribd embed code.

 [ 阅读所有3条评价 ](https://wordpress.org/support/plugin/scribd-doc-embedder/reviews/)

## 贡献者及开发者

「Scribd Doc Embedder」是开源软件。 以下人员对此插件做出了贡献。

贡献者

 *   [ ericboles ](https://profiles.wordpress.org/ericboles/)

[帮助将「Scribd Doc Embedder」翻译成简体中文。](https://translate.wordpress.org/projects/wp-plugins/scribd-doc-embedder)

### 对开发感兴趣吗?

您可以[浏览代码](https://plugins.trac.wordpress.org/browser/scribd-doc-embedder/)，
查看[SVN仓库](https://plugins.svn.wordpress.org/scribd-doc-embedder/)，或通过[RSS](https://plugins.trac.wordpress.org/log/scribd-doc-embedder/?limit=100&mode=stop_on_copy&format=rss)
订阅[开发日志](https://plugins.trac.wordpress.org/log/scribd-doc-embedder/)。

## 更新日志

#### 1.0

 * First version

#### 2.0

 * Added shortcode button and configurator to the editor, making it easier to embed
   documents. (Shortcode button functionality requires WordPress 3.9+)

## 额外信息

 *  版本 **2.0**
 *  最后更新：**12 年前**
 *  活跃安装数量 **200+**
 *  WordPress 版本 ** 3.0.1 或更高版本 **
 *  已测试的最高版本为 **3.9.40**
 *  语言
 * [English (US)](https://wordpress.org/plugins/scribd-doc-embedder/)
 * 标签
 * [embed](https://cn.wordpress.org/plugins/tags/embed/)[pdf](https://cn.wordpress.org/plugins/tags/pdf/)
   [reader](https://cn.wordpress.org/plugins/tags/reader/)[scribd](https://cn.wordpress.org/plugins/tags/scribd/)
   [viewer](https://cn.wordpress.org/plugins/tags/viewer/)
 *  [高级视图](https://cn.wordpress.org/plugins/scribd-doc-embedder/advanced/)

## 评级

 3.7 星（最高 5 星）。

 *  [  2 条 5 星评价     ](https://wordpress.org/support/plugin/scribd-doc-embedder/reviews/?filter=5)
 *  [  0 条 4 星评价     ](https://wordpress.org/support/plugin/scribd-doc-embedder/reviews/?filter=4)
 *  [  0 条 3 星评价     ](https://wordpress.org/support/plugin/scribd-doc-embedder/reviews/?filter=3)
 *  [  0 条 2 星评价     ](https://wordpress.org/support/plugin/scribd-doc-embedder/reviews/?filter=2)
 *  [  1 条 1 星评价     ](https://wordpress.org/support/plugin/scribd-doc-embedder/reviews/?filter=1)

[Your review](https://wordpress.org/support/plugin/scribd-doc-embedder/reviews/#new-post)

[查看全部评论](https://wordpress.org/support/plugin/scribd-doc-embedder/reviews/)

## 贡献者

 *   [ ericboles ](https://profiles.wordpress.org/ericboles/)

## 支持

有话要说吗？是否需要帮助？

 [查看支持论坛](https://wordpress.org/support/plugin/scribd-doc-embedder/)