Описание
Include Me помогает включить в записи или страницы внешние файлы, обычно разделяемые между разными страницами или записями содержащие PHP или иной код, которые могут быть испорчены визуальным редактором
The use is immediate: the shortcode [includeme] is all that you need (see the documentation
on Include Me official page).
Лучший способ использовать — включить фунцкионал внешнего PHP скрипта который будет работать в теле записи или включить кусочки JS, который сложно было бы добавить в редакторе WordPress
Включение может быть сделано и IFRAME если потребуется создать элемент показывающий внешнюю вебстраницу.
Плагин состоит всего лишь из нескольких строк кода! Очень легкий!
Other plugins by Stefano Lissa:
Перевод
You can contribute to translate this plugin in your language on WordPress Translate
Установка
Once installed you can start to use the [includeme]
shortcode to include external file in your posts or pages.
See the official page for example and options.
The inclusion folder is initially set to WP_CONTENT_DIR/include-me
. You can change it with a define('INCLUDE_ME_DIR', '...')
in your wp-config.php
.
If you want to enable the old behavior and be able to include from any location, use define('INCLUDE_ME_DIR', '*')
.
Часто задаваемые вопросы
No questions have been asked.
Отзывы
Участники и разработчики
«Include Me» — проект с открытым исходным кодом. В развитие плагина внесли свой вклад следующие участники:
УчастникиПеревести «Include Me» на ваш язык.
Заинтересованы в разработке?
Посмотрите код, проверьте SVN репозиторий, или подпишитесь на журнал разработки по RSS.
Журнал изменений
1.3.2
- iframe fix
1.3.1
- Updated compatibility with WP 6.3.2
1.3.0
- Added an option to include files from any location
1.2.2
- Breaking change and security fix
- includeme shortcode is executed only on posts owned by an administrator
- includeme shortcode includes only files inside the blog folder (ABSPATH and below)
1.2.1
- Compatibility check with WP 5.7
1.2.0
- Compatibility check with WP 5.4.2
- Increased minimum PHP version to 5.6
1.1.8
- Совместимость с WP 5.2.4
- Reorganized admin files
1.1.7
- General compatibility check with latest WP
1.1.6
- Add support for inclusion and execution of a post meta field
1.1.5
- Added support for inclusion of a post/page content
1.1.4
- Fixed a link
1.1.3
- Added usage search in posts and pages
1.1.2
- WP 4.4.2 compatibility check
- Fixed few texts
1.1.1
- Added translation code
1.1.0
- Fixes
1.0.9
- Compatibility check for WP 4.0
- исправление readme.txt
1.0.8
- Проверка совместимости
1.0.7
- Программные доработки
1.0.6
- Улучшения
1.0.5
- Added short codes execution feature on included content (by Rusty Eddy)
1.0.4
- Administrative styles and header