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

Embed Iframe

説明

Embed Iframe is a plugin that will let you embed iframe – an HTML tag that allows a webpage to be displayed inline with the current page, in a WordPress post. Although an iframe can lead to a complicated website, it can be very effective when used appropriately.

使い方

Use following tag to insert another page in post using iframe

[iframe url width height]

e.g.

[iframe http://www.example.com 400 500]

インストール

  1. Download EmbedIframe plugin
  2. Unzip
  3. Copy to your ‘/wp-content/plugins’ directory
  4. Activate plugin

You can find full details of installing a plugin on the plugin installation page

FAQ

Is there any limitation?

You cannot embed a URL which carries X-Frame-Options header with the value DENY.

評価

2022年3月9日
For those wondering why his plugin appears not to work is : //support.duda.co/hc/en-us/articles/1500001499461-Load-Site-in-an-iframe By default, the ability to load your site in an iframe on another site is disabled. We recommend not changing the default unless it is mandatory for your specific site. Sites created before April 5, 2020 are permitted to be displayed in an iframe. To enable the ability to load the site in an iframe: In the left panel, click Settings, and then click Site SSL. Click the Allow site to be loaded in an iframe toggle. or go to your SSL provider and look for (in their settings) etc or: ask them to remove restriction..
2021年3月30日 1 reply
Doesn't work at all. Upon loading the page that features the shortcode the browser just tries to download the iframe source rather than display it.
4件のレビューをすべて表示

貢献者と開発者

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

貢献者

“Embed Iframe” をあなたの言語に翻訳しましょう。

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

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

変更履歴

1.0

  • Initial release

1.1

  • PHP7 compatability

1.2

  • Security related changes