Skip to content
Snippets Groups Projects
Name Last commit Last update
css
img
js
lbdesign-button-shortcode.php
readme.txt
=== LBDesign Button Shortcode ===
Contributors: lepittenger
Tags: shortcode, wordpress button plugin, wordpress buttons, button generator, button, buttons, simple buttons, button shortcode
Requires at least: 3.0.1
Tested up to: 4.9.6
Stable tag: 1.3.2
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

A simple plugin for adding call-to-action buttons to post & page content via a shortcode.

== Description ==

This simple plugin allows you to add call-to-action buttons to post and page content via a shortcode.

= Five button types/colors included: =

* Default
* Primary
* Action
* Info
* Warning

= Three button sizes: =

* Default (medium)
* Small
* Large

= Four styles: =

* Default
* Rounded
* Pill
* Block

= Shortcode formatting: =
[lbdesign_button link="" new_tab="" type="" size="" style="" custom_class=""]Button text[/lbdesign_button]

== Installation ==

1. Upload `lbdesign-button-shortcode` to the `/wp-content/plugins/` directory
2. Activate the plugin through the 'Plugins' menu in WordPress
3. Add buttons to post and page content using the insert button on the WordPress editor

== Screenshots ==

1. These are the styles it comes with.

== Changelog ==

= 1.3.2 =

* Adds a check so TinyMCE button only loads in admin

= 1.3.1 =

* Added tags to readme.txt file

= 1.3 =

* Added option for buttons to open in a new tab

= 1.2.1 =

* Reordered the shortcode attributes to match the order in the TinyMCE pop-up

= 1.2 =

* Bugfixes

= 1.1 =

* Fixed undefined variable error when not using a full width button
* Changed button shortcode name to prevent conflicts with other shortcodes

= 1.0 =

* Initial launch of the plugin
* Adds button shortcode
* Add "Insert Button" button on post/page editor


== Upgrade Notice ==

= 1.2 =

* Fixes path to icon image

= 1.1 =

* Button shortcode syntax changes from [button] to [lbdesign_button] to prevent conflicts.

= 1.0 =

* Initial launch of the plugin. No updates available yet.