Please watch the video below to learn how to use this plugin, all the required codes and short-code listed below the video
Short-code usage example:
Default:
[hashbar_btn]
Button with custom text:
[hashbar_btn btn_text="Button custom text"]
Button with link:
[hashbar_btn btn_link="www.devitems.com"]
Button background color:
[hashbar_btn btn_bg_color="#EEC116"]
Button text color:
[hashbar_btn btn_text_color="#000000"]
Open button to new window:
[hashbar_btn btn_target="_blank"]
Button style 1:
[hashbar_btn btn_style="style_1"]
Button style 2:
[hashbar_btn btn_style="style_2"]
Usage of all parameter together:
[hashbar_btn btn_text="Button custom text" btn_link="www.devitems.com" btn_bg_color="#EEC116" btn_text_color="#000000" btn_style="style_2" btn_target="_blank" ]
Newsletter HTML code:
<div class="ht_notification_newsletter">
<h2>Subscribe to our Newsletter</h2>
<p>Get Latest Updates via Email</p>
<p>
<input type="email" name="EMAIL" placeholder="Your email address" required />
<input type="submit" value="Subscribe" />
</p>
</div>