Akwadify supports custom buttons using a simple shortcode. You can easily change the button text, icon, and background color.
Use this shortcode inside the post editor:
{akwadButton} $label={Button Text} $icon={Icon Name} $bg={Hex Color}
Button Parameters
$label
This is the text that will appear inside the button.
Example:
$label={Download Template}
$icon
This is the icon name that will appear inside the button.
Example:
$icon={download}
$bg
This is the button background color in HEX format.
Example:
$bg={#7C3AED}
Full Example
{akwadButton} $label={Download Template} $icon={download} $bg={#7C3AED}
Available Icons
You can use the following icons:
preview
download
link
cart
share
contact
info
paypal
gift
Ready Examples
Preview button:
{akwadButton} $label={View Demo} $icon={preview} $bg={#2563EB}
Download button:
{akwadButton} $label={Download} $icon={download} $bg={#7C3AED}
Buy button:
{akwadButton} $label={Buy Now} $icon={cart} $bg={#16A34A}
WhatsApp button:
{akwadButton} $label={Contact on WhatsApp} $icon={whatsapp} $bg={#25D366}
Gift button:
{akwadButton} $label={Get Offer} $icon={gift} $bg={#F97316}
Note
Copy the shortcode into your post, then change only the button text, icon name, and HEX color as needed.
Make sure to use the icon names exactly as listed above so the icons display correctly.