تفصیل
The plugin allows to create content spoilers with Guttenberg block or simple shortcode.
[spoiler title="Expand Me"]Spoiler content[/spoiler]
بلاکس
یہ پلگ ان 1 بلاک مہیا کرتی ہے۔
- Inline Spoiler Hide text that can be revealed by clicking a button.
انسٹالیشن
- Install via WordPress Dashboard or upload
inline-spoiler.zip; - Activate the plugin through the ‘Plugins’ menu in WordPress;
- Use Guttenberg block or shortcode in your content;
عمومی سوالات
-
How can I customize design of the spoiler?
-
Just override classes defined in
build/style-index.csswith your theme styles.
جائزے
شراکت دار اور ڈیویلپرز
“Inline Spoilers” اوپن سورس سافٹ ویئر ہے۔ مندرجہ ذیل لوگوں نے اس پلگ ان میں حصہ لیا:
شراکت دار“Inline Spoilers” کا 4 زبانوں میں ترجمہ کیا گیا ہے۔ تعاون کے لیے مترجمین کا شکریہ۔
“Inline Spoilers” کا اپنی زبان میں ترجمہ کریں۔
ڈویلپمینٹ میں دلچسپی ہے؟
کوڈ براؤز کریں، ایس این وی ریپوزیٹری کو چیک کریں یا ڈویلپمینٹ لاگ کو سبسکرائب کریں بذریعہ آر ایس ایس۔
چینج لاگ
2.1.0
- Fixed interaction with links & other interactive elements inside the spoiler
- Fixed styling for the spoiler made with the shortcode, when there is no spoiler block
EXPERIMENTAL
- Provide support for dynamic shortcodes
[spoiler-{variable}](e.g.[spoiler-alpha],[spoiler-beta], etc.)
Set
IS_DYNAMIC_SHORTCODEtotrueinwp-config.phpto enable the feature:define('IS_DYNAMIC_SHORTCODE', true);
Usage example:
[spoiler-alpha title="Parent"]
[spoiler-beta title="The First Child"]
Hello World!
[spoiler-gamma title="Grand Child"]
I was born!
[/spoiler-gamma]
[/spoiler-beta]
[spoiler-beta title="The Second Child"]
Goodbye World!
[/spoiler-beta]
[/spoiler-alpha]
2.0.0
- Change spoiler HTML semantic (from
divtodetails&summary)- All blocks created with the previous version of Guttenberg block will be the same as before, until you edit them
- Allow spoilers inside spoilers (as well as any other Guttengerg blocks allowed in post)
WARNING
* Minimal required WordPress version is 6.6 (for JSX support, JSX in WordPress 6.6)
* The plugin is not fully tested with PHP versions lower than 8.1 due to the lack of available official docker images



