Project

General

Profile

Buttons

Added by Brian Schwartz almost 8 years ago

Creating Buttons

Give your readers a clickable button!

PubWriter Supports Bootstrap 3 Buttons:

http://www.plugolabs.com/twitter-bootstrap-button-generator-3/

Video Tutorial:

https://youtu.be/NH_Nwz_RlMs

By default, it go to the page you direct them to, but if you want it to instead open the link in a new tab, you need to add the target="_blank" before the href.

Here's the full html snippet:

<a target="_blank" href="https://form.jotform.com/61668158779172" class="btn btn-success btn-lg"><span class="glyphicon glyphicon-comment"></span> Post a comment</a>