[Landing Page] Fake real time comments generator

Tenebra23

Senior Member
Joined
Nov 24, 2017
Messages
816
Reaction score
451
Hey, I tried to search online about this but didn't find anything useful.

I need a piece of code (javascript or html/php) that generates random fake comments and display them. You get a better idea if you think about a landing page regarding a fake currency generator: in these landing page you see fake real time comments saying "wow, amazing", "it really works" "just received them!". In this way you can also implement another real time features like "User001 received 2000 coins" in order to make it more realistic.

All the comments should be in real time and not just static, otherwise I would just write some html text. I'm also thinking about ripping a LP with this feature and get the code, but if you already have it and could share, I would really appreciate it!
 
https://www.w3schools.com/jsref/met_win_setinterval.asp

Every rand seconds use JS to append a new comment from a list of comments. Should be basic JS
 
Update. See this article:
  • Redacted
 
Last edited by a moderator:
Back
Top