oik [ bw_button] shortcodes
The oik-button-shortcodes plugin provides a shortcode for creating call to action button style links.
get a nice call to action button in the middle of your post using the [ bw_button ] shortcode
For example, you may want a Contact me button like this
Contact me
Using the oik-button-shortcode plugin you can achieve it with one line of code (like this but without the space after the [ )
[ bw_button link=”/contact” text=”Contact me” title=”Send me a message” ]
This is a lot easier than coding the techno-babble.
<span class=”art-button-wrapper”><span class=”art-button-l”></span><span class=”art-button-r”></span><a class=”button art-button” href=”/contact” title=”Send me a message”>Contact me</a></span></p>
Which produces the same thing
Contact me
but is very difficult to understand when viewed in the editor in either mode – Visual or HTML
As of oik v0.3 the oik button shortcode can now be created in the Visual editor using the oik button shortcode icon.