8 replies
  • WEB DESIGN
  • |
Beside HTML, will someone please tell me what programs I need to learn to create a functional Squeeze pages? Are they'er any books you could recommend reading, about learning to create a squeeze page using programming code only?
#landing #page #squeeze
  • Profile picture of the author juhasan
    You can use Dreamweaver (drag-n-drop) or any visual editor to design HTML page. If you are using drag-n-drop editors, you will need no experience in programming.

    There are tons of online resources on landing page design and optimization. Please search on Google.
    {{ DiscussionBoard.errors[4188102].message }}
  • Profile picture of the author Sire
    Or you could use a blog that has a squeeze page facility built into it. I know stuff all about html and I reckon I've built some really cool ones, especially the latest one on my lotto blog.
    {{ DiscussionBoard.errors[4188142].message }}
    • Profile picture of the author crtvasgn
      Thanks for the information everyone. I hope i'am wording this question correctly. Do I need to know PHP to collect opt-in lead information? After someone fill out my squeeze page information forms.
      {{ DiscussionBoard.errors[4188228].message }}
  • Profile picture of the author gottahave
    There are a lot of squeeze page templates you can purchase ready for your personalization.

    You don't have to know php to add an autoresponder's form to a page - there is a lot of free & paid info for autoresponders like Aweber & Getresponse.
    {{ DiscussionBoard.errors[4188241].message }}
    • Profile picture of the author crtvasgn
      Thanks for the information.
      {{ DiscussionBoard.errors[4188440].message }}
  • Profile picture of the author cherryberry
    If you need to learn to create a functional Squeeze pages you must search the Google instead of asking for any type of books.
    As online guidance will give you updated knowledge and will save your time too.
    {{ DiscussionBoard.errors[4247122].message }}
  • Profile picture of the author nthmarketing
    I'll give you some guidance here.

    First you need to grab jquery.js and thickbox.js

    Make an index.html page in notepad
    In your header tags put this:

    <script type="text/javascript">

    function showSqueezePage() {
    var squeezeURL = "squeezepage.html";
    var squeezeWidth = "400";
    var squeezeHeight = "300";

    var fullURL = squeezeURL + "?keepThis=true&TB_iframe=true&height=" + squeezeHeight + "&width=" + squeezeWidth;
    TB_show(null, fullURL, null);

    return false;
    }
    </script>

    In notepad create a squeezepage.html however you want it to look
    In the body tags add:

    <body>
    <div align="center"> &nbsp;<font color="#FF0000" size="+3"><strong>Do You Want To Make More Money Online?</strong></font>
    </div>
    <p align="center"><font size="3"><strong><font color="#333333" size="4">Then Join My <a href="http://www.websitehere.com/feed/" target="_blank">RSS Feed</a>!<br>
    You'll be the first to know about the<br>
    latest <strong>money posts</strong><font size="4">!</font></font></strong></font></p>
    <p align="center"><a href="http://www.websitehere.com/feed/" target="_blank">It's Quick, Easy and Of Course 100% Free so Click Here</a> </p>
    <p align="center">All done? <a href="../squeeze/thankyou.html">Click Here to <strong>Close this window</strong></a>.</p>
    </body>

    In notepad create a thankyou.html however you want it to look


    That is it in a nutshell if you don't understand the above then you probably should get wordpress and buy a plugin. Or buy a ready made plugin.

    Hope that helps,
    Fred
    {{ DiscussionBoard.errors[4247308].message }}

Trending Topics