Website Content in Page or Post

Описание

Fetches the content of another webpage or URL to display inside the current post or page.

Please note that this plugin previously used file_get_contents(), but it’s no longer recommended.

Starting now, this plugin utilizes the wp_remote_get() and wp_remote_retrieve_body() functions to retrieve content from URLs.

This plugin contains code adapted from the original work by horshipsrectors

Установка

To install the plugin, please upload the folder to your plugins folder and active the plugin.

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

Where do I ask questions about this plugin?

Questions can be directed to the WordPress support forums.

How do I use the plugin?

Once installed, you can include the shortcode [horshipsrectors_get_html URL] in a page or post to fetch and display the target URL.

Can I force the plugin to use file_get_contents() or CURL?

Yes, use [horshipsrectors_get_html_get URL] or [horshipsrectors_get_html_curl URL] instead of the default [horshipsrectors_get_html URL]

Why can’t I see anything?

While displaying the shortcode on WordPress, the closing bracket appears to be lost. Please ensure you’re closing the shortcode properly.

Отзывы

03.09.2016
Poor descrpiption of how to use it
Посмотреть все 5 отзывов

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

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

Участники

Перевести «Website Content in Page or Post» на ваш язык.

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

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

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

1.2.0

  • OOP and Updated content fetching method to use wp_remote_get() and wp_remote_retrieve_body()

1.1.0

  • First release

1.0.0

  • First release