Tiktok->linktree->OF

Crazycow

Newbie
Joined
Jun 30, 2025
Messages
36
Reaction score
10
Hi guys, I’ve got a question. How can I redirect traffic from Linktree not directly to the OF site, but through an additional redirect? I saw one model doing this and attached a screenshot.

In her Linktree there’s a video guide telling you to open the page in the browser, and then it redirects straight to OF. During the redirect, a Netlify page loads for a moment, so it looks like the redirect goes through that service.
So how can i do it, plz tell me if anybody knows
IMG_2917.jpeg
 
Hi guys, I’ve got a question. How can I redirect traffic from Linktree not directly to the OF site, but through an additional redirect? I saw one model doing this and attached a screenshot.

In her Linktree there’s a video guide telling you to open the page in the browser, and then it redirects straight to OF. During the redirect, a Netlify page loads for a moment, so it looks like the redirect goes through that service.
So how can i do it, plz tell me if anybody knowsView attachment 488566
To do such LP, you need 2x index.html
index.html
index2.html

On first index you detect browser capabilities that TikTok not have.
If site opened in TikTok, then instruction
If site opened in Chrome/Safari, redirect to index2.html
 
Just use the Netlify redirect trick.
Upload a simple index.html that instantly redirects to your OF link.
Use the Netlify URL in Linktree/IG and you’re good, zero bans.
 
Redirect page on netlify , linktree points there first then that page sends users to OF. Super simple setup with HTML or a tiny JS redirect.
 
You could also use a short link service that supports custom redirects no need for a full netlify page if you want it quick and lightweight.
 
There is a direct instruction on how to make such a redirect on the Netlify website. We did this, we took information from the official website.
 
Redirect page on netlify , linktree points there first then that page sends users to OF. Super simple setup with HTML or a tiny JS redirect.
I am trying to understand what "OF" actually means. Are you talking about onlyfans?
 
Back
Top