• Projects -
  • Rating -
  • Rating 702

Budget: 700 UAH Deadline: 1 day

Good day. The categories of web programming and contextual advertising are indicated absolutely correctly. I have carefully reviewed the provided guidelines. I am ready to set up automatic exit from the built-in TikTok browser for instant opening of the Telegram app. For this, it is best to create a special redirect page on your own domain. This solution guarantees maximum conversion and reliable protection against ad blockers. Here’s how I will implement the task: I will help select and register a neutral domain along with a minimal hosting plan. I will create the main index.html file and upload it to your server. I will write a script that checks for the TikTok environment and forcefully opens the external app via the native protocol. I will add a backup timer and a clickable link for manual transition just in case. I will configure the correct operation of the redirect with any UTM tags for your analytics. My own script works much more efficiently than third-party builders, as the redirection occurs completely automatically without unnecessary user actions on the site.

  • Projects 3
  • Rating 5.0
  • Rating 1 130

Budget: 700 UAH Deadline: 2 days

Hello, Artem! I have done exactly such redirects — a landing page that catches the embedded TikTok browser and pushes the user to an external browser or directly opens Telegram via a system deep-link (on Android — through intent). I will deliver it turnkey: a ready HTML page that you will upload to your domain and set up in TikTok Ads.

Honestly, a nuance: on Android, exiting the embedded browser is reliable, while iOS holds the webview more strictly — the working scenario there is the "Open in Browser" screen plus a direct transition to Telegram. Please clarify: is your main goal to direct the person specifically to Telegram (bot or channel?), or to any external browser? This affects the logic.

Deadline — 2 days. I am ready to show a live demo right in the chat, so you can test it from your phone before making a decision.

Petro Pankov, BotCraft Group

  • Projects 5
  • Rating 4.9
  • Rating 756

Budget: 700 UAH Deadline: 7 days

Hello, I worked on the TikTok Redirect System — a redirect system to bypass the built-in browser, which increased conversion by 34% for 12 clients.

I'm curious about what type of traffic you are directing — to a Telegram bot or to a channel? This is important for choosing the redirect mechanism.

I suggest we get in touch; I will provide you with free technical consultation and we can create a development plan + I will tell you about my team!

  • Projects -
  • Rating -
  • Rating 583

Budget: 1234 UAH Deadline: 1 day

Hello! I have experience in web programming and setting up redirects/tracking for advertising campaigns. I would be happy to help you.

  • Projects 40
  • Rating 5.0
  • Rating 2 642

Budget: 700 UAH Deadline: 1 day

Good day! I have reviewed the task and am ready to start.

Experience:
• 4 years in Frontend and Backend development
• 2 years of commercial experience in product and blockchain
• Working with production code and real financial scenarios

Some of my projects:

https://contentbuilder.ai/ - a commercial project from the USA, where I worked as a full-stack developer and implemented most of the functionality

  • Projects -
  • Rating -
  • Rating 96

Budget: 700 UAH Deadline: 1 day

I have reviewed the instructions in the PDF. I am ready to implement the auto-redirect script and prepare the index.html file for your domain. I will do everything quickly and according to the instructions.

  • Projects -
  • Rating -
  • Rating 468

Budget: 700 UAH Deadline: 1 day

Hello!
I am ready to implement a redirect page for TikTok Ads with automatic transition to Telegram or an external browser. I will implement the detection of the TikTok In-App Browser, a correct deep link for Android, a fallback mechanism, and test the functionality on a real mobile device. I will also take into account the specifics of working on iOS and suggest the most reliable transition scenario.
After completion, you will receive a ready HTML page that will just need to be uploaded to your domain.
I look forward to collaborating!

  • Projects 11
  • Rating 5.0
  • Rating 1 788

Budget: 1000 UAH Deadline: 1 day

We have experience in setting up deep links and implementing redirects for traffic arbitration. We achieve this through a custom script using Intent filters, which will ensure a proper exit from the TikTok In-App browser and an instant transition to Telegram or an external browser. This is a standard solution for increasing conversion in your campaigns.

Rostislav Demenko

Rostislav Demenko

Winning proposal
42 0
  • Projects 42
  • Rating 5.0
  • Rating 2 578

Budget: 700 UAH Deadline: 1 day

Hello Artem, I can implement the transition to Telegram today or wherever you need it. I have over 6 years of experience; if you're interested, write to me in private to discuss the details of the work.

  • Projects 5
  • Rating 5.0
  • Rating 529

Budget: 700 UAH Deadline: 2 days

Ready to create a redirect for TikTok Ads — a landing page that catches the embedded browser and redirects to an external site or directly to Telegram.

The essence: a person clicks on the ad, lands on an intermediate page that recognizes they are inside TikTok, and through a script triggers the system protocol — opens Telegram or redirects to a normal browser. This bypasses the blocking of embedded webviews.

I will do it cleanly and reliably:
• HTML page with detection of the TikTok embedded browser
• JS script that attempts to open an external browser or tg://
• Fallback in case it fails to open (redirect after a timer)
• Test on a real device through mobile traffic

  • Projects 38
  • Rating -
  • Rating 2 014

Budget: 1500 UAH Deadline: 1 day

Good day, I have over 5 years of experience in web development and automation - I have implemented similar solutions to bypass embedded browsers and redirect to an external browser or Telegram via deep link schemes. I will create a small script/redirection page that detects the TikTok in-app browser and automatically redirects the user to an external browser or opens a Telegram link. One question: is the redirect needed to the external browser for the website, or specifically to open the Telegram bot/channel - or both options? Feel free to reach out!

  • Projects -
  • Rating -
  • Rating 351

Budget: 700 UAH Deadline: 1 day

Artem, the most important thing about this task: the code from the attached PDF will not work on iPhones as promised. Apple does not allow a webpage to automatically pop out of TikTok's built-in browser via JS redirect (window.location), Universal Link only opens Telegram with a direct finger tap, and the auto-redirect is simply ignored by the system. In practice, this means that on iOS, a person will remain inside TikTok, and the most financially capable part of the traffic will not reach the channel.

What actually works: on Android, I force an exit via intent://, which immediately redirects to Chrome or Telegram with almost no user action. On iOS, I set up an auto-try tg:// plus a large "Open in Telegram" button (the same tap required by the system) and a short hint to open through the "..." menu if TikTok cuts this as well. Everything is in one index.html: device detection, your channel or bot, UTM tail is saved. I can suggest hosting and a cheap domain, or I can upload it to yours with access. I will do it today, and before payment, I will show the page on a test domain from my phone, you will see the live transition.

  • Projects 32
  • Rating 5.0
  • Rating 7 989

Budget: 700 UAH Deadline: 2 days

Task: make the TikTok browser open an external browser or Telegram instead of keeping the user inside.

I will do this through a landing page with JS logic: first, checking the user-agent for the TikTok in-app browser, then attempting to open a deep link via `intent://` (Android) or universal link (iOS), and fallback to `window.location` with the parameter `openExternalBrowser=1` in the query string, which TikTok supports for exiting the embedded browser. For Telegram, a separate `tg://` deep link with the required parameter.

Please specify where exactly to direct the traffic: to an external browser at a specific URL or directly to a Telegram bot/channel?

  • Projects 3
  • Rating 5.0
  • Rating 543

Budget: 700 UAH Deadline: 1 day

Hello! The categories make sense — we need web programming here to bypass the limitations of the embedded WebView. The task is completely clear; I have implemented such bridge scripts for TikTok targeting on Telegram multiple times. I will set up an automatic redirect for you that will use intents and the correct headers to force TikTok Ads to open the user in the system's external browser (Chrome/Safari) or directly open Telegram. Everything will work instantly, without unnecessary clicks and delays, so you won't lose conversions. Conditions: Budget: 700 UAH. Deadline: a few hours (we will do and test it today). I am ready to take the task through Safe. Waiting for your response in the chat!

  • Projects 67
  • Rating 5.0
  • Rating 12 691

Budget: 700 UAH Deadline: 1 day

Hello! I will complete your task quickly and efficiently.

My recent works
https://indexfast.pro - fast website indexing
https://mono-bank.pp.ua - everything about Monobank
https://mamamia.pp.ua - online store
https://programist.pp.ua/ua/portfolio/ - portfolio of works
https://monitortest.pp.ua - monitor testing
https://keytest.pp.ua - keyboard testing
https://pctest.pp.ua - computer testing

  • Projects -
  • Rating -
  • Rating 260

Budget: 700 UAH Deadline: 1 day

Good day, I can do it quickly and today. I will start right now, hoping for cooperation.

The list does not show proposals concealed by the client or freelancer with a Plus profile, as well as proposals violating rules

Current freelance projects in the category Web Programming

23 July
23 July
23 July
23 July