Home > Technical & Creative Skills > Programming, Servers & Scripts

where to put offer url (11)


02-18-2021 01:48 AM #1 dseopro1000 (Member)
where to put offer url

i want to put offer url i landing page but not able to find where to put it my click button is 'keep it going''it is my landerhttps://trendhustle.com/sweeps/IT-iPhoneXS-ChooseColor/index.html


02-18-2021 03:08 AM #2 vortex (Senior Moderator)

Can you please put the code of index.html somewhere? Either paste it on pastebin or in a post here.


Amy


02-18-2021 05:18 AM #3 plutus (Member)

Quote Originally Posted by dseopro1000 View Post
i want to put offer url i landing page but not able to find where to put it my click button is 'keep it going''it is my landerhttps://trendhustle.com/sweeps/IT-iPhoneXS-ChooseColor/index.html
Here:

Code:
<a class="inline-block mt-4 px-6 py-3 border-4 border-orange-light rounded-full bg-blue shadow text-2xl font-bold uppercase text-white no-underline red" href="YOUR_TRACKER_CLICK_URL"/>
Use tracker click url instead of offer url directly.

I covered the difference between those two here, check it out if needed:
https://stmforum.com/forum/showthrea...Flow-Explained


02-18-2021 06:08 AM #4 vortex (Senior Moderator)

@dseopro1000 I would really suggest that you either go through some beginner's coding courses, or hire someone to fix landers for you. I'm really glad you're asking for help, but something this basic you really should know if you're wanting to continue fixing your own landers.



Amy


02-19-2021 12:05 PM #5 dseopro1000 (Member)

thanks@vortex and @plutus @plutus as per you i put the action link but my landing is now broken up
https://trendhustle.com/sweeps/IT-iP...lor/index.html


02-19-2021 01:13 PM #6 jeremie (Moderator)

Because you have copy pasted HTML in Javascript code without knowing what you are doing. I agree with @vortex. Do a JS / HTML course. Here are free and good courses: https://www.freecodecamp.org/

In the lander you posted, just put your URL instead of # on line 294. Don't remove the quotes ' ' or it will not work.

Code:
var final_link = '#';


02-19-2021 02:51 PM #7 dseopro1000 (Member)

thanks@jeremie
its working right now,i will follow the advise of course of html and coding related


02-20-2021 06:37 AM #8 dseopro1000 (Member)

@jeremie
hi one of my landing page showing this error when i use my url
https://trendhustle.com/sweeps/GOOGLE+WIN+IPHONE+X/index.html

but its working on sublime url
404 Not Found


02-20-2021 09:57 AM #9 jeremie (Moderator)

Try to not use spaces, +, or any others special characters in your URL, like $ & @ # %


02-20-2021 10:43 AM #10 dseopro1000 (Member)

@jeremie
wow you are great sir


02-20-2021 11:51 AM #11 jeremie (Moderator)

Quote Originally Posted by dseopro1000 View Post
@jeremie
wow you are great sir
You are welcome. Please note you can just click on the Thanks button below a post, no need to quote a person each time to say Thanks.

Try to do some basic HTML courses, it will give you some fluidity, and you will spend less time stuck on basic issues, keeping you motivated.


Home > Technical & Creative Skills > Programming, Servers & Scripts