If you’re a web designer, you probably prefer to just code your own HTML splash templates, rather than use one of our built-in templates and WYSIWYG. We totally understand.
So we made it really easy to get your beautiful work loaded into Wavespot with our “Upload ZIP file” button.
Just take all your files, put them into a neat little folder (you can even organize your assets into as many sub-folders as you want), then compress everything into one .ZIP file. You can edit the uploaded code anytime using our in-place editor.
While designing a custom splash page, we need to understand a few important elements of the page, first.
1. The laptop, mobile and tablet template file should be named as splash.html, mobile_splash.html and tablet_splash.html respectively where splash.html is a mandatory file.
2. Practice absolute path while referencing to images, CSS, and javascripts.
3. Please include jquery javascript library in the head of the splash template
4. You can name the thumbnail (to identify your template under dashboard) as preview_splash.jpg or preview_splash.png
5. Implementation of the Social Login element on the Wavespot splash page can be implemented in the following combinations -
Facebook Connect: This includes the FB Connect button, that will enable your customers to log in using their FB credentials and access the Internet at your location. Encouraging your customers to connect their FB account will help you to get more demographic information about them, and also to market your products among their FB friends using out automatic message posting feature on FB Timeline.
In case you've kept a provision for the visitor to 'Like' your Facebook page, then the FB Connect button will change into a 'Like' button once the visitor has logged in using his Facebook account.
Short code to use at the location where FB Connect button needs to be implemented:
<fblogin> <fbloginlong>
Twitter Connect: This includes the Twitter Connect button, that will enable your customers to log in using their Twitter credentials and access the Internet at your location.
Short code to use at the location where Twitter Connect button needs to be implemented:
<twlogin> <twloginlong>
Both Facebook and Twitter Connect: There can also be provisions to include both Facebook and Twitter Connect options, and to allow your customers to access the Internet by using either of the social services.
Wavespot allows your patrons to go online at your locations using Access Codes, or Email addresses, as well. However, this feature is optional.
In case a text box is provided to accept the access code, it should have only the CSS style, along with the Submit button.
The text box for taking access code or email should have an id attribute as pin
<input type="text" value="" title="Email Address" name="pin" id="pin" />
The submit button should have an id attribute according to the access you want to provide:
The id attribute should be access in case of Access Code and email in case of Email address to be used as login.
<input type="submit" value="Go" title="Login" name="gologin" id="access" class="btn_go" />
or
<input type="submit" value="Go" title="Login" name="gologin" id="email" class="btn_go" />
To support the click and go functionality on a button or link, configure the id attribute of the button or link as cng
<input type="button" value="Click and Go" id="cng" class="btn_go" />
or
<a href="javascript:void(0)" id="cng"> Click here to Click and Go </a>
or
<button id="cng"> Click here to go </button>
Note: The POST event will be automatically inserted by Wavespot's scripts. Do not add the <form> tag.
Steps to Upload Zip Template
1. Navigate to User Settings >> Private Template
2. Choose a .zip to upload
3. Press Upload Button
In-Place editor to review the design code. Please confirm the paths for the assets. If you want to make any changes to the design, you can make it here. After making changes press "Save Changes". If you just want to preview the template you have uploaded, press "Preview"
Preview of the uploaded template