Этот плагин не тестировался с последними 3 основными выпусками WordPress. Скорее всего, он уже не поддерживается и может быть несовместим с текущими версиями WordPress.

PageView

Описание

PageView is a plugin that will display another web page inside the current post. This is achieved with the use of an
iframe — an HTML tag that allows a webpage to be displayed inline with the current page.

To use:

[pageview url="http://urbangiraffe.com"]

Optional arguments:

title = A title to show under the iframe
desc = A description to show under the iframe
width = Width of iframe, in px or %
height = Height of iframe, in px or %

Документация

Full documentation can be found on the Pageview page.

Установка

The plugin is simple to install:

  1. Download pageview.zip
  2. Unzip
  3. Upload pageview directory to your /wp-content/plugins directory
  4. Go to the plugin management page and enable the plugin

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

Часто задаваемые вопросы

Installation Instructions

The plugin is simple to install:

  1. Download pageview.zip
  2. Unzip
  3. Upload pageview directory to your /wp-content/plugins directory
  4. Go to the plugin management page and enable the plugin

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

Отзывы

05.08.2018
Hi, I tried this with my current template and on 2015, used the given examples, brought them across with copy/paste, not typo's, it simply didn't work. At best it yielded an empty space where the embedded webpage should have been. The one star is for the good idea, now the challenge for the maker will be to put it into practice so that it works! Disappointed, Marjoline
03.09.2016
Easy to use and configure. Was able to successfully add and resize my iframe in minutes. Thanks!
Посмотреть все 5 отзывов

Участники и разработчики

«PageView» — проект с открытым исходным кодом. В развитие плагина внесли свой вклад следующие участники:

Участники

Перевести «PageView» на ваш язык.

Заинтересованы в разработке?

Посмотрите код, проверьте SVN репозиторий, или подпишитесь на журнал разработки по RSS.

Журнал изменений

1.6

  • Bump for WordPress 4.0
  • Clean up code

1.5.1

  • Remove plugin.php file
  • Return the shortcode, don’t just echo it

1.5

  • Use shortcode functions
  • New parameters supported
  • Очистка
  • Removed default style and icon

1.4.4

  • Remove spurious quotes and vertically align the description

1.4.3

  • Change pattern matching routine

1.4.2

  • Update help field
  • Make work better with wpautop/wptexturize

1.4.1

  • Change tag so it’s no longer a comment

1.4.0

  • Include CSS by default

1.3

  • Update to allow templated HTML.
  • Allow spaces in title when using quotes.
  • Strip

<

p>

1.2

  • Old version