Video Tutorial:

In this shortcode we have 4 settings for modification.

1st parameter is size=”normal  : Size for button can be used btn-xs (Mini), btn-sm (Small), btn-lg (Large) , normal

2nd parameter is color=”btn-info  : Color for button can be used btn-info (Light Blue), btn-danger (Red), btn-default (Transparent) , btn-success (Green) , btn-warning (Yellow)

3rd parameter is target=””  : Target for button can be used _blank , _self , _parent or empty

3rd parameter is url=”http://www.google.com”  : URL value for button.

Sample code is below;

[wmf_button size="normal" color="btn-info" target="" url="#"]Button[/wmf_button]