How to create mutiple thumbnails/titles using the same link? (Example)

Geka

Junior Member
Joined
Dec 25, 2016
Messages
159
Reaction score
60
Hi guys

Last week I saw something going viral on facebook, which is this

SesYQU8_d.jpg

As you see in this example, every time someone type the link (the same link) it shows different titles and thumbnails!!

Does anyone know how could this be done?

Thanks
 
It randomly changes the title and the that image on every reload. You can easily do that randomly in php.
 
It randomly changes the title and the that image on every reload. You can easily do that randomly in php.

Thanks!
I'm gonna ask a php programmer if he could do that
 
If you want to accomplish this you have to randomize og:title and og:image proprieties in meta tags, look up the Open Graph protocol on Google for more informations
 
Back
Top