Описание
The plugin allows to create content spoilers with simple shortcode & guttenberg block.
[spoiler title="Expand Me"]Spoiler content[/spoiler]
Скриншоты
Блоки
Этот плагин предоставляет 1 блок.
- Inline Spoiler
Установка
- Install via WordPress Dashboard or upload
inline-spoiler.zip
; - Активируйте плагин на странице ‘Плагины’ в меню WordPress;
- Use shortcode & block in your content;
Часто задаваемые вопросы
-
Как я могу изменить внешний вид спойлера?
-
Просто переопределите стили из
styles/inline-spoilers-styles.css
стилями своей темы.
Отзывы
Участники и разработчики
«Встроенные спойлеры» — проект с открытым исходным кодом. В развитие плагина внесли свой вклад следующие участники:
Участники«Встроенные спойлеры» переведён на 4 языка. Благодарим переводчиков за их работу.
Перевести «Встроенные спойлеры» на ваш язык.
Заинтересованы в разработке?
Посмотрите код, проверьте SVN репозиторий, или подпишитесь на журнал разработки по RSS.
Журнал изменений
1.5.5
- Fix https://wordpress.org/support/topic/attempt-to-read-property-post_content-2/
1.5.4
- Minify assets
- Update WordPress «Requires at least» version
- Update WordPress «Tested up to» version
1.5.1
- Fix
Inline Spoiler
block doesn’t appear in Guttenberg editor (https://wordpress.org/support/topic/block-folder-is-missing/)
1.5.0
-
Make flag for non-optimized script & style loading to prevent issues on some child themes (see https://wordpress.org/support/topic/spoiler-doesnt-show-up/ for more information)
wp-config.php:
…
/** Set FALSE to disable ‘Inline Spoliers’ plugin script & style optimization
define( ‘IS_OPTIMIZE_LOADER’, false );/* That’s all, stop editing! Happy publishing. */
…
1.4.1
- Исправлено https://wordpress.org/support/topic/fatal-error-when-activating-the-plugin-10/
1.4.0
- Introduce Guttenberg block to create spoilers (special thanks to Sergey Zaytsev for doing most of things)
1.3.8
- Allow empty spoiler title by default
1.3.7
- Refactor deployment strategy to support multiply revisions for the same plugin version
1.3.3
- Fix https://wordpress.org/support/topic/notice-undefined-variable-extra-in-wp-content-plugins-inline-spoilers-inlin/
1.3.2
- Compatibility up to WordPress 4.9.8
1.3.1
- Always show spoiler contents while javascript is disabled
1.2.8
- Настройка автоматических релизов через TravisCI
1.2.5
- Проверка незакрытых html тегов внутри содержимого
1.2.4
- Add WP_DEBUG mode
- Fix incorrect paragraph tags inside the spoiler
1.2.3
- JavaScript bug fix
1.2.2
- Update spoiler default behaviour
1.1.2
- Update Russian translation
- Add attribute ‘initial_state’ to define default state of a spoiler
initial_state=(expanded|collapsed)
. Default state is ‘collapsed’ - Security updates
1.0.2
- Update Russian translation
1.0.1
- Release the plugin