- Joined
- May 2, 2018
- Messages
- 3,485
In know Luke is running a lot of ApproachX offers, and he once asked if someone can rip one of their dating landing pages from this URL:
https://true.romancepulse.com/lps/chat/?p=553
The landing page looks something like this:
I guess he thought this one was hard to ripโฆ OK - challenge accepted
So here it is - a bit modified (cleaned) LP with alternative images.
And the page looks like this (Iโve replaced the images so they are safe for work):
Edit index.html and replace #YOUR_CTA_URL with your tracker CLICK URL.
If you want to change the chat text youโll need to edit English.js file, this line:
And also script_chat.js, this line:
And if you want to replace the images, just overwrite avatar.jpg, img_2.jpg and img_3.jpg.
Keep in mind that his LP uses Local Storage to save the chat history. So the next time you open the LP URL, you wonโt see the chat from the start. If you want to - just delete the Local Storage object called โtsMainโ.
https://true.romancepulse.com/lps/chat/?p=553
The landing page looks something like this:
I guess he thought this one was hard to ripโฆ OK - challenge accepted
So here it is - a bit modified (cleaned) LP with alternative images.
And the page looks like this (Iโve replaced the images so they are safe for work):
Edit index.html and replace #YOUR_CTA_URL with your tracker CLICK URL.
If you want to change the chat text youโll need to edit English.js file, this line:
Code:
const msgsPvt=['hi','it\'s me','{init-pop}','{request}','this is me.','{img}','๐'];
And also script_chat.js, this line:
Code:
newArr = ["are you still here?", "I'm waiting for you on my site, write to my chat there", "{sim-request}"];
And if you want to replace the images, just overwrite avatar.jpg, img_2.jpg and img_3.jpg.
Keep in mind that his LP uses Local Storage to save the chat history. So the next time you open the LP URL, you wonโt see the chat from the start. If you want to - just delete the Local Storage object called โtsMainโ.