Shortcodes Blocks Creator Ultimate

0

Create Gutenberg Blocks for custom created shortcodes. A clean, powerful and lightweight way to generate and include custom shortcodes with: * HTML/PHP code. * CSS code. * Javascr

Version
Last updated
Active installations
WordPress Version
Tested up to
PHP Version
Rating
Total ratings
Tag
This plugin is outdated and might not be supported anymore.

Description

Create Gutenberg Blocks for custom created shortcodes.
A clean, powerful and lightweight way to generate and include custom shortcodes with:
* HTML/PHP code.
* CSS code.
* Javascript code.
* PHP backend code for Ajax calls.
* CSS and Javascript files.
* Other resources files: images, pdfs, …

  • The plugin doesn’t interfere with the wordpress database. Nothing is wrote there. Very lightweight.
  • Ajax calls are secured with nonces. (https://developer.wordpress.org/themes/theme-security/using-nonces/)
  • Shortcodes can be inserted in post, pages, text widgets and html widgets.
  • Shortcodes can be enabled/disabled individually.
  • Custom CSS and Javascript files required for the shortcode are enqueued in the head section.
  • Clean and efficient: Nothing about any saved shortcode is executed if the shortcode is not present in the current frontend page.
  • Shortcodes can be used to inject some kind of php, javascript, css or ajax (php) code.
  • Repository of already made shortcodes in the plugin page: http://shortcodescreator.com

***** WARNING ********
– Please, if you come from version less than 1.9.7 you must backup the shortcodes before upgrading the plugin and restore them after upgrade.

***** TIP ********
– Due to the flexibility of the shortcode creation, an invalid code can broke your site. If so, you can activate safe mode on a per-page basis by appending ?safe-mode=true to the URL. In this manner, it disables the execution of all the shortcodes created.