A couple suggestions…
-
Hey pretty great plugin. You should include:
https://www.tinymce.com/wiki.php/Plugin:nonbreakingor find a way to reopen the button editor after it’s already inserted.
Whenever I create buttons for the visual editorI usually do something like this:
<span class="button-holder"> <a class="my-button">Button Text </a> </span>
It’s very very ugly, but allows for additional words to be added after “Button Text” and before/after the entire button. Then you can filter out the entire span and the remaining space inside the button when it gets sent to the frontend…. or add white-space: nowrap so the button never spans across multiple methods.
Both of my ways are pretty bad, but it’s nice being able to add to the button once it’s already inserted. I’m sure there are better ways that I’m unaware of.
Anyway love the plugin regardless. Thanks.
https://www.ads-software.com/plugins/forget-about-shortcode-buttons/
- The topic ‘A couple suggestions…’ is closed to new replies.