Last active
October 28, 2016 02:33
-
-
Save waltermesser/6ac64d82071d64c371e64ca80d72b8c1 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// Create a trigger from standard text. | |
[popup_trigger id="123"]Plain text trigger[/popup_trigger] | |
// Make the trigger a <button>. | |
[popup_trigger id="123" tag="button"]Button Text[/popup_trigger] | |
// Or even use other shortcodes. | |
[popup_trigger id="123"][button_shortcode][/popup_trigger] | |
// Using a button tag with the extra css style I had laying around. | |
[popup_trigger id="123" tag="button" classes="button-class"]Sign Up for Our Newsletter[/popup_trigger] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment