URL redirect with media posts on X

Exhibit

Registered Member
Joined
Oct 3, 2022
Messages
71
Reaction score
23
So I'm seeing more and more twitter posts with media (video/photo) which has came from a "random" url which then redirects to a random page within the apps browser on mobile.

Usually casionos or adult content sites.

Whats the best way to acheive this?

Its obvsilous not a simple 301 redirect as if you click on the url to open in browser, it will go to different webpages eachtime.

photo attached with the URL underlined at the bottom. and the adult content in this instance, hidden.
 

Attachments

  • photo_2025-03-11_15-57-03.jpg
    photo_2025-03-11_15-57-03.jpg
    43.5 KB · Views: 72
So I'm seeing more and more twitter posts with media (video/photo) which has came from a "random" url which then redirects to a random page within the apps browser on mobile.

Usually casionos or adult content sites.

Whats the best way to acheive this?

Its obvsilous not a simple 301 redirect as if you click on the url to open in browser, it will go to different webpages eachtime.

photo attached with the URL underlined at the bottom. and the adult content in this instance, hidden.
It sounds like they’re using a dynamic redirect system, possibly with a rotating URL shortener or a cloaking technique that detects the request source. This allows the link to behave differently depending on whether it's opened in the Twitter app or a regular browser. If you're looking to understand or replicate this, researching dynamic link generation and tracking parameters might be a good starting point.
 
It sounds like they’re using a dynamic redirect system, possibly with a rotating URL shortener or a cloaking technique that detects the request source. This allows the link to behave differently depending on whether it's opened in the Twitter app or a regular browser. If you're looking to understand or replicate this, researching dynamic link generation and tracking parameters might be a good starting point.
thanks! we have this resolved now
 
Back
Top