Home > Questions and Answers > General Questions

[question] landing page code in pof pro?? (8)


09-25-2013 01:07 AM #1 johnny cash (Member)
[question] landing page code in pof pro??

Where do you put the landing page code that you generate from Pof PRo??

I created the lander in photoshop & then put it in Dreamweaver & make hotspots (where the person would click)

but POF PRO gives me a code like this : <a href="http://mydomain.com/tracking/exit-page.php">[Your call-to-action text link or image goes here]</a>

anywhere i put this code it makes a link on my lander. I cant figure out where to put it

Im really stumped on this lol I know its a newbie thing .. but i would really appreciate if someone can help me out

thanks


09-25-2013 10:58 AM #2 caurmen (Administrator)

On your lander, you presumably have a link to your offer somewhere? "Click Here Now", "Sign Up", or similar?

If you've set that up as a link, look at the HTML in a text editor. You'll see a code like <a href="link">Click Here Now</a> .

Replace the "<a href="link"> bit with <a href="http://mydomain.com/tracking/exit-page.php">.

If you haven't yet set up a link in your landing page, you just need to copy that code in on either side of the text or image you want to use as a link - so it'd become

<a href="http://mydomain.com/tracking/exit-page.php">Click Here Now!</a>

Let me know if that sorts the problem out!


09-25-2013 02:29 PM #3 johnny cash (Member)

So let me ask you..

when I preview my lander in a browser after I have entered this code. And I click on the link: <a href="http://mydomain.com/tracking/exit-page.php">Click Here Now!</a>

Its going to send me here right ? http://mydomain.com/tracking/exit-page.php

so I should see a 404 page right? because my tracker (pofpro) is handling the redirect to the offer??


09-25-2013 06:11 PM #4 JasperP (Member)

yeah it should send you to that exit-page.php, but I don't think it should give you a 404 error

Put in a support request on their website if you need immediate assistance


09-25-2013 06:43 PM #5 johnny cash (Member)

yea I guess one of my landers is coded wrong.

I just pulled it off, The other one is working ok tho


09-25-2013 06:51 PM #6 JasperP (Member)

nice work man!


09-25-2013 07:21 PM #7 johnny cash (Member)

The problem is this. This is what i cant figure out.

My image to click on is this:

<img src="images/SSW.gif" width="800" height="600" alt="">

how do I add that code to this?


09-25-2013 07:33 PM #8 johnny cash (Member)

oh dude I just fixed it, i made a hot spot in dreamweaver. ( made my landers in photoshop )

and added the exit url in the link window: http://mydomain.com/tracking/exit-page.php

done! it redirects


problem was when i try to add it on my own I couldnt for some reason


Home > Questions and Answers > General Questions