Ok webmaster geniuses, here's a real doozie for you to solve!

6 replies
Ok, so I've got a squeeze page I need to implement with a template website.

Here is the squeeze page link:
MyOptInPage.com

here is the website link:
Home Page

The website is hosted with godaddy. The optinpage is hosted on another server (thru xiosoftleadgenerator.com)

I need to force visitors thru the squeeze page before they go to the main site. I want to use the domain name Home Page for marketing.
How can I accomplish this feat? Ideas?
#doozie #geniuses #real #solve #webmaster
  • Profile picture of the author Matt Ryan
    You could iFrame it (adjust width/height accordingly):
    Code:
    <iframe src="optinpageurlhere" width="600" height="400" 
    frameborder="0" scrolling="auto" name="myInlineFrame">
    TEXT FOR NON-COMPATIBLE BROWSERS HERE</iframe>
    If your host supports url includes you could php include it,
    something like this:
    Code:
    <?php include 'optinpageurlhere';?>
    Or you could view the source of the form you want on the page
    and use the info in the form you currently have on the page.

    Matt
    {{ DiscussionBoard.errors[76764].message }}
    • Profile picture of the author Indiana
      Banned
      [DELETED]
      {{ DiscussionBoard.errors[76783].message }}
      • Profile picture of the author MoaddinFM
        and remove your affiliate links here in your posts
        {{ DiscussionBoard.errors[76790].message }}
        • Profile picture of the author Matt Ryan
          Originally Posted by MoaddinFM View Post

          and remove your affiliate links here in your posts
          HA! And I blindly duplicated it :rolleyes:
          {{ DiscussionBoard.errors[77038].message }}
          • Profile picture of the author sparrow
            Having to forms to fill out, I doubt they will both get filled out good luck

            Ed
            {{ DiscussionBoard.errors[77092].message }}
  • Profile picture of the author TimGross
    ...On a side note, I wouldn't put a woman's picture on the squeeze page with a man's voice doing the introduction greeting... Unless you're marketing to transvestites, it's a little jarring. :-)
    {{ DiscussionBoard.errors[76801].message }}
    • Profile picture of the author volcanicmarketing
      LoL-
      I didn't think about that, but it is kinda wierd. I'll have a professional voice over soon, but just needed to get this up quick
      {{ DiscussionBoard.errors[77033].message }}

Trending Topics