FORK – Unbounce Template

Thank you for purchasing the FORK Unbounce Template. On this page you’ll find instructions for use and additional support. If you have a question, simply leave a comment at the bottom of the page and I’ll get back to you with 24 hours during the work week.

Fork preview

How to upload a .unbounce file

  1. Don’t have an Unbounce account yet? Start a 30 day free trial. If you do have one, sign in at http://app.unbounce.com.
  2. If you’re not already on the “All Pages” screen, click the “Pages” button in the left nav.
  3. At the top-right of the All Pages screen, click “Upload an Unbounce Page”.
    unbounce
  4. Click “Choose File” and find the .unbounce file you’d like to upload on your hard drive.
  5. Your page should now be uploaded as a new page into your “All Pages” screen

 

Creating a new landing page in Unbounce

See documentation how to set up a new landing page in Unbounce
http://support.unbounce.com/entries/342850-1-01-Creating-a-New-Landing-Page

 

Customizing the page

  1. Replace text, images and messaging to fit your unique selling proposition
  2. Adapt the 3 unique selling points, and replace with your screenshots or images to support each selling point
  3. Replace the movie with yours
  4. Insert a convincing customer testimonial from a real customer
  5. Replace customer logos with real customer logos
  6. Adapt the pricing table to fit your pricing

 

Redirecting mobile visitors to the mobile version

A landing page should always have a mobile version. To redirect your mobile visitors t the mobile version, place the following script in your desktop version header.

<script type=”text/javascript”>// <![CDATA[var mobile = (/iphone|ipod|android|blackberry|mini|windows\sce|palm/i.test(navigator.userAgent.toLowerCase())); if (mobile) {document.location = «http://yourmobileversion.url.com» + window.location.search; } // ]]></script>