Sometimes we want to add buttons in our website but to insert the button we have to write the lengthy codes for that. In wordPress we have a plugin called Easy Shortcode Buttons plugin to insert the colorful & stylish buttons into our website.
Easy Shortcode Buttons plugin is created in CSS3 thus it is light weighted & easily customizable with the coding of few lines.
After the installation of plugin into our site we will see a new option in the visual editor screen that is highlighted bellow:
After clicking the highlighted button we have the following default code will be added.
[button link="#" color="default" shape="rounded" size="small" align="left"]Replace This Text[/button]
Customization with built in options is easy Just change the text inside the ” ” to one of the options bellow. Then update the text that says ‘Replace This text’ with what you want on your button and you have done.
List of Options
- link : “URL” (must contain ‘http://’ if external link)
- color : “default | red | blue | yellow | green | white”
- shape : “circle | rounded | square”
- size : “small | large”
- align : “left | right”
These are examples of all the built in buttons. The button names are the options used to create each one.
Popularity: 1%