Hi I’m using latest version of WordPress. I want add my shortcode in TinyMCE editor like this image: http://prntscr.com/72ycrs
My shortcode is:
[my_tabs]
[my_tab title = "Tab One Title"]Tab One Content Goes Here[/my_tab]
[my_tab title = "Tab Two Tiltle"]
[my_gallery source = "media: 2893" title = "Image Title"]
Tab Two COntent Goes Here [/my_tab]
[/my_tabs]
Can anyone help me to create a customize button for my shortcode as like above image. I don’t understand javascript & jQuery much. Thanks in Advance.
Builded the simplest popup with Twist That Code: How to Add Custom Buttons for WordPress TinyMCE Editor
functions.php:
active theme/js/harun_editor_plugin.js: