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

LH Oembed White List

説明

The plugin basically adds a GUI to the wp oembed add provider function such that administrators or super administrators can add oembed providers to the individual site or network.

インストール

  1. Upload the entire lh-oembed-white-list folder to the /wp-content/plugins/ directory.
  2. Activate the plugin through the ‘Plugins’ menu in WordPress.
  3. If local site activated navigate to to Settings->Oembed White List, if network activated navigate to Network Admnin->Settings->Oembed White List
  4. Add Oembed provider(s), more info here: https://codex.wordpress.org/Function_Reference/wp_oembed_add_provider

FAQ

How does this plugin behave when network activated?

When network activated the admin is moved under network admin and is stored as a site_option

How do I configure the plugin?

The New provider format is the domain and optionally the directory of the provider urls you are adding, e.g. https://.mydomain.com/
To find the New provider endpoint, visit one of the urls you are trying to embed and find the endpoint link tag in the meta e.g. https://mydomain.com/wp-json/oembed/1.0/embed

評価

このプラグインにはレビューがありません。

貢献者と開発者

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

貢献者

“LH Oembed White List” をあなたの言語に翻訳しましょう。

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

コードを閲覧するか、SVN リポジトリをチェックするか、開発ログRSS で購読してみてください。

変更履歴

1.00 June 22, 2017
Initial release.

1.01 September 17, 2018
Singleton Pattern.

1.02 September 17, 2019
Minor improvements.