Title: deviantART muro
Author: illusori
Published: <strong>2013 年 2 月 12 日</strong>
Last modified: 2013 年 2 月 12 日

---

搜尋外掛

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

![](https://s.w.org/plugins/geopattern-icon/deviantart-muro.svg)

# deviantART muro

 由 [illusori](https://profiles.wordpress.org/illusori/) 開發

[下載](https://downloads.wordpress.org/plugin/deviantart-muro.zip)

 * [詳細資料](https://tw.wordpress.org/plugins/deviantart-muro/#description)
 * [使用者評論](https://tw.wordpress.org/plugins/deviantart-muro/#reviews)
 *  [安裝方式](https://tw.wordpress.org/plugins/deviantart-muro/#installation)
 * [開發資訊](https://tw.wordpress.org/plugins/deviantart-muro/#developers)

 [技術支援](https://wordpress.org/support/plugin/deviantart-muro/)

## 外掛說明

This plugin embeds the [deviantART muro](http://sta.sh/muro) HTML5 drawing application
into your WordPres installation, allowing you to:

 * Draw in your browser to create new images in your Media Library.
 * Allow your users to draw in their browser to add images to their comments.
 * Embed deviantART muro with a preselected image within your articles, for example
   to run a competition or ask for feedback on an artwork you’ve drawn.

### Contributing

This plugin is open source, contributions are welcome.

Just fork https://github.com/deviantART/embedded-deviantART-muro-wordpress on [GitHub](http://github.com)
and send us a pull request with your changes.

## 螢幕擷圖

 * [[
 * The “Add Media” panel contains an embedded deviantART muro that allows you to
   draw directly into WordPress.
 * [[
 * Images saved from deviantART muro are added to your WordPress library automatically
   and can then be used in all the usual ways that any media asset can be.
 * [[
 * From within a post you can use a new `[damuro]` shortcode to embed an instance
   of deviantART muro within your article, you can set an image you want people 
   to start with if you choose.
 * [[
 * How the article embed appears.
 * [[
 * The saved image gets put into the comment area, so the user can post it as a 
   comment.
 * [[
 * Once posted, the comment contains the drawn image.
 * [[
 * You can also use the “Add drawing with deviantART muro” button on the comment
   form.
 * [[
 * This pops up an instance of deviantART muro in a modal.
 * [[
 * Once again the image is placed into a comment when you’re done drawing.
 * [[
 * Comment images can be set to trigger moderation and show in the moderation panel.

## 安裝方式

#### Using The WordPress Dashboard

 1. Navigate to the ‘Add New’ Plugin Dashboard.
 2. Select `deviantart-muro.zip` from your computer.
 3. Upload.
 4. Activate the “deviantART muro” plugin on the WordPress Plugin Dashboard.
 5. If you want to enable deviantART muro comments, go to the settings panel for the“
    deviantART muro” plugin and check the “Allow deviantART muro comments?” checkbox
    then press “Save Changes”.

#### Using FTP

 1. Unzip the contents of deviantart-muro.zip.
 2. Upload the `deviantart-muro` directory and its contents to the `/wp-content/plugins/`
    directory.
 3. Activate the “deviantART muro” plugin through the ‘Plugins’ menu in WordPress.
 4. If you want to enable deviantART muro comments, go to the settings panel for the“
    deviantART muro” plugin and check the “Allow deviantART muro comments?” checkbox
    then press “Save Changes”.

## 常見問題集

  Is this plugin secure?

Security is a complicated question, the deviantART muro plugin uses WordPress’ standard
upload mechanisms for adding items to your Media Library, so that part is as secure
as core WordPress.

For comments upload there’s an inherent risk caused by the fact that you’re accepting
a file upload from a potentially untrusted and unknown user. For this reason the
deviantART muro comments are turned off for the default install, you must enable
them from the settings panel.

The deviantART muro plugin attempts to minimise the risk by checking that the file
type uploaded is a legitimate PNG image and that it is saved under a .png file extension(
to avoid image polyglot attacks).

In addition to that, there is the ability to set image comments to be held for moderation
even if the comment wouldn’t usually require moderation.

Finally, if you just don’t like the idea of people being able to upload files to
your server, you can disable the images-in-comments part of the plugin entirely.

That covers server security, but there’s also the issue of client-side security.

By using this plugin you’re running Javascript from within the plugin. This Javascript
is hosted on your server and is under your control – you can inspect it to satisfy
yourself that it is trustworthy.

As part of the embedding process however, the client will fetch and run Javascript
from deviantART’s webservers. Some of this fetched Javascript needs to run in the
context of a site controlled by you, which could technically allow us to access 
cookies and other “same origin” data within that fetched Javascript.

We have no intention of such access, but you shouldn’t have to take our word for
it. So if you’re concerned, the `deviantart_muro_sandbox.html` file can be moved
to a sandbox domain/static assets domain that has no access to your site cookies
or private content. From the admin settings page for the plugin you can then configure
the location of the sandbox page and the plugin will continue working normally. 
For further details on this please [consult the wiki](https://github.com/deviantART/embedded-deviantART-muro/wiki/How-It-Works).

  Is this plugin compatible with other media library plugins?

Assuming the other plugins only extend the default media library behaviour rather
than replace it entirely, it’s highly likely that this plugin will have no issues
with other media library plugins.

Plugins that replace the entire media library system are quite likely to break the
media library functionality in this plugin.

  Is this plugin compatible with other comment plugins?

Assuming the other plugins only extend the default comment behaviour rather than
replace it entirely, it’s highly likely that this plugin will have no issues with
other comment plugins.

Plugins that replace the entire comment system are quite likely to break the comments
functionality in this plugin. Some examples of this would be JetPack comments or
Disqus comments.

## 使用者評論

這個外掛目前沒有任何使用者評論。

## 參與者及開發者

以下人員參與了開源軟體〈deviantART muro〉的開發相關工作。

參與者

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

[將〈deviantART muro〉外掛本地化為台灣繁體中文版](https://translate.wordpress.org/projects/wp-plugins/deviantart-muro)

### 對開發相關資訊感興趣？

任何人均可[瀏覽程式碼](https://plugins.trac.wordpress.org/browser/deviantart-muro/)、
查看 [SVN 存放庫](https://plugins.svn.wordpress.org/deviantart-muro/)，或透過 [RSS](https://plugins.trac.wordpress.org/log/deviantart-muro/?limit=100&mode=stop_on_copy&format=rss)
訂閱[開發記錄](https://plugins.trac.wordpress.org/log/deviantart-muro/)。

## 變更記錄

#### 1.0.0

 * Initial release.

## 中繼資料

 *  版本 **1.0.0**
 *  最後更新 **13 年前**
 *  啟用安裝數 **20+**
 *  WordPress 版本需求 ** 3.0.0 或更新版本 **
 *  已測試相容的 WordPress 版本 **3.5.2**
 *  語言
 * [English (US)](https://wordpress.org/plugins/deviantart-muro/)
 * 標籤:
 * [comments](https://tw.wordpress.org/plugins/tags/comments/)[images](https://tw.wordpress.org/plugins/tags/images/)
   [media](https://tw.wordpress.org/plugins/tags/media/)
 *  [進階檢視](https://tw.wordpress.org/plugins/deviantart-muro/advanced/)

## 評分

 5 星，滿分為 5 星

 *  [  1 個 5 星使用者評論     ](https://wordpress.org/support/plugin/deviantart-muro/reviews/?filter=5)
 *  [  0 個 4 星使用者評論     ](https://wordpress.org/support/plugin/deviantart-muro/reviews/?filter=4)
 *  [  0 個 3 星使用者評論     ](https://wordpress.org/support/plugin/deviantart-muro/reviews/?filter=3)
 *  [  0 個 2 星使用者評論     ](https://wordpress.org/support/plugin/deviantart-muro/reviews/?filter=2)
 *  [  0 個 1 星使用者評論     ](https://wordpress.org/support/plugin/deviantart-muro/reviews/?filter=1)

[Your review](https://wordpress.org/support/plugin/deviantart-muro/reviews/#new-post)

[查看全部使用者評論](https://wordpress.org/support/plugin/deviantart-muro/reviews/)

## 參與者

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

## 技術支援

使用者可在技術支援論壇提出意見反應或使用問題。

 [檢視技術支援論壇](https://wordpress.org/support/plugin/deviantart-muro/)