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

---

プラグインを検索

このプラグインは **WordPress の最新3回のメジャーリリースに対してテストされていま
せん**。もうメンテナンスやサポートがされていないかもしれず、最新バージョンの 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://ja.wordpress.org/plugins/deviantart-muro/#description)
 * [レビュー](https://ja.wordpress.org/plugins/deviantart-muro/#reviews)
 *  [インストール](https://ja.wordpress.org/plugins/deviantart-muro/#installation)
 * [開発](https://ja.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.⌉⌊The "Add Media" panel contains an embedded deviantART
muro that allows you to draw directly into WordPress.⌉[

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.⌉⌊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.⌉[

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.⌉⌊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.⌉[

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.⌉⌊How the article embed appears.⌉[

How the article embed appears.

[⌊The saved image gets put into the comment area, so the user can post it as a comment.⌉⌊
The saved image gets put into the comment area, so the user can post it as a comment
.⌉[

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.⌉⌊Once posted, the comment contains
the drawn image.⌉[

Once posted, the comment contains the drawn image.

[⌊You can also use the "Add drawing with deviantART muro" button on the comment 
form.⌉⌊You can also use the "Add drawing with deviantART muro" button on the comment
form.⌉[

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.⌉⌊This pops up an instance
of deviantART muro in a modal.⌉[

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.⌉⌊Once 
again the image is placed into a comment when you're done drawing.⌉[

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.⌉⌊
Comment images can be set to trigger moderation and show in the moderation panel
.⌉[

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

## FAQ

  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/)をチェックする
か、[開発ログ](https://plugins.trac.wordpress.org/log/deviantart-muro/)を [RSS](https://plugins.trac.wordpress.org/log/deviantart-muro/?limit=100&mode=stop_on_copy&format=rss)
で購読してみてください。

## 変更履歴

#### 1.0.0

 * Initial release.

## メタ

 *  バージョン **1.0.0**
 *  最終更新日 **13年前**
 *  有効インストール数 **20+**
 *  WordPress バージョン ** 3.0.0またはそれ以降 **
 *  検証済み最新バージョン: **3.5.2**
 *  言語
 * [English (US)](https://wordpress.org/plugins/deviantart-muro/)
 * タグ
 * [comments](https://ja.wordpress.org/plugins/tags/comments/)[images](https://ja.wordpress.org/plugins/tags/images/)
   [media](https://ja.wordpress.org/plugins/tags/media/)
 *  [詳細を表示](https://ja.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/)