Would you like to allow your website visitors to create Breezi sites from your own host?
if you would like to use our advanced API to fully host the form in your own host please checkout Breezi advanced site creation API tutorial.
NOTE: We also offer an advanced site creation API. For web hosts interested in using the following method to resell Breezi directly to customers within your hosting package(s), we’ll just need to add your server IP(s) so your customers’ sites are flagged as paid. Please email us with questions and for more information: navid@breezi.com
iFrame:
First you will need to signup in our affiliate program: http://breezi.com/affiliates/affiliates/signup.php#SignupForm once you complete the signup form you will receive an email with your affiliate ID.

Then copy and paste the following HTML code in the area you want to display the Signup form:
<iframe style="width: 100%; height: 495px; overflow: hidden;" src="http://breezi.com/API/dev/modal/?a_aid=97d69bb4" frameborder="0" scrolling="no" width="320" height="240"></iframe>
Don’t forget to replace the affiliate id in this example with your proper affiliate ID
Modal Window
Require HTML/CSS Experience
You can use any jquery plugin or twitter bootstrap to open the signup form in a modal. In our modal example, we will be using Twitter Bootstrap Modal.
<!-- Button to trigger modal -->
<a class="btn btn-large btn-primary" href="#signUp" data-toggle="modal">Sign up today</a>
<!-- Modal -->
<div id="signUp" class="modal hide fade"><iframe style="width: 100%; height: 495px; overflow: hidden;" src="http://breezi.com/API/dev/modal/?a_aid=97d69bb4" frameborder="0" scrolling="no" width="320" height="240"></iframe></div>