{"id":322,"date":"2020-10-14T00:03:33","date_gmt":"2020-10-13T20:03:33","guid":{"rendered":"https:\/\/yellowweb.top\/?p=322"},"modified":"2026-05-05T20:40:05","modified_gmt":"2026-05-05T16:40:05","slug":"kak-sozdat-svoj-diplink-za-2-minuty-i-n","status":"publish","type":"post","link":"https:\/\/yellowweb.top\/en\/kak-sozdat-svoj-diplink-za-2-minuty-i-n\/","title":{"rendered":"Create Your Own Deeplink in 2 Minutes for Free"},"content":{"rendered":"<p class=\"wp-block-paragraph\">I regularly encounter questions from the series: how to make it to cast to insta profile, and that the link opens not in the browser, but in the application? And variations of these questions in relation to other applications.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">It is clear that there are a lot of services that provide services for creating diplinks, but now I will tell you how to make your own diplink in 2 minutes exactly. And I will show you PHP, JS and bare HTML as an example.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Option #1.<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">\u041f\u043e\u043d\u0430\u0434\u043e\u0431\u0438\u0442\u0441\u044f \u043b\u044e\u0431\u043e\u0439 \u0445\u043e\u0441\u0442\u0438\u043d\u0433, \u043f\u043e\u0434\u0434\u0435\u0440\u0436\u0438\u0432\u0430\u044e\u0449\u0438\u0439 PHP, \u0441\u043e\u0437\u0434\u0430\u0451\u043c \u0442\u0430\u043c \u0444\u0430\u0439\u043b index.php \u0438 \u043f\u0438\u0445\u0430\u0435\u043c \u0432 \u043d\u0435\u0433\u043e \u0441\u043b\u0435\u0434\u0443\u044e\u0449\u0438\u0439 \u043a\u043e\u0434:<\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><code>&lt;?php<br>header('Location: instagram:\/\/user?username=dvygolov',301);<br>?&gt;<\/code><\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Save, throw the link to yourself, say, in Messenger, go, see that my insta has opened and don't forget to subscribe!<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Option #2, for freeloaders.<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">\u0415\u0441\u043b\u0438 \u0443 \u0432\u0430\u0441 \u041d\u0415\u0422 \u0445\u043e\u0441\u0442\u0438\u043d\u0433\u0430 \u0438 \u0434\u0435\u043d\u0435\u0433 \u043d\u0430 \u043d\u0435\u0433\u043e, \u0442\u043e \u043f\u043e\u0439\u0434\u0451\u0442 \u043b\u044e\u0431\u043e\u0439 \u043a\u043e\u043d\u0441\u0442\u0440\u0443\u043a\u0442\u043e\u0440, \u043f\u043e\u0434\u0434\u0435\u0440\u0436\u0438\u0432\u0430\u044e\u0449\u0438\u0439 JS. \u041e\u0442\u043a\u0440\u044b\u0432\u0430\u0435\u043c index.html \u0438 \u0432\u0441\u0442\u0430\u0432\u043b\u044f\u0435\u043c \u0442\u0443\u0434\u0430 \u0432\u043e\u0442 \u0442\u0430\u043a\u043e\u0439 \u0441\u043a\u0440\u0438\u043f\u0442:<\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><code>&lt;html><br>.<br>window.location.replace(\"instagram:\/\/user?username=dvygolov\");<br>&lt;\/script><br>.<\/code><\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Go in, see my insta and obviously sign up, or if you signed up in the previous step, sign up mom and girlfriend.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Option #3, for the poor.<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">If you don't even have access to a JS constructor, but only bare HTML, you can make a diplink here too. Open index.html and shove this construction into its head:<\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><code>&lt;html&gt;<br>&lt;head&gt;<br>&lt;meta http-equiv=\"refresh\" content=\"0; url=instagram:\/\/user?username=dvygolov\"&gt;<br>&lt;\/head&gt;<br>.<\/code><br><\/p>\n\n\n\n<p class=\"wp-block-paragraph\">\u0422\u0435\u0441\u0442\u0438\u0440\u0443\u0435\u043c, \u043f\u0435\u0440\u0435\u0445\u043e\u0434\u0438\u043c, \u0438 \u0435\u0441\u043b\u0438 \u0432\u0438\u0434\u0438\u043c \u043c\u043e\u044e \u0438\u043d\u0441\u0442\u0443, \u0442\u043e \u0434\u0435\u043b\u0430\u0435\u043c \u0440\u0435\u043f\u043e\u0441\u0442, \u0440\u0430\u0441\u0441\u043a\u0430\u0437\u044b\u0432\u0430\u0435\u043c \u0434\u0440\u0443\u0437\u044c\u044f\u043c \u0438 \u0448\u043b\u0451\u043c \u043c\u043d\u0435 \u0434\u043e\u043d\u0430\u0442\u044b, \u044f \u0438\u0445 \u043d\u0435 \u0432\u0438\u0434\u0435\u043b \u0441 \u043a\u043e\u043d\u0446\u0430 \u043b\u0435\u0442\u0430, \u043a\u0430\u0436\u0435\u0442\u0441\u044f?<br><\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Conclusions<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">Congratulations!!! You and I have just seen how you can do a normal redirect in three different ways. The main \"magic\" here lies in, <strong>where <\/strong>we do this redirect. The trick is this: usually in the Internet we use links with the protocol name <strong>http:\/\/<\/strong>. Such links are opened in a normal browser or in WebView if we open links from some application like fb\/tg etc.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">But if instead of http we use a special \"protocol\" <strong>instagram:\/\/<\/strong>then webview prilki does not know how to open the link and asks the OS of the phone: \"What to do with such a link?\". OS answers: \"None of your business, it's not your link, it's another application's!\" and opens it. Each application can have its own link format registered in the system. I showed you an example with instagram, if you look for it, you will find how to open other applications as well.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">And that's it for now, pour in the plus!<\/p>\n\n\n<section class=\"ywb-related-reading\" aria-label=\"What to read next\">\r\n        <div class=\"ywb-related-reading__inner\">\r\n            <h2 class=\"ywb-related-reading__title\">What to read next<\/h2>\n            <p class=\"ywb-related-reading__hub-note\">\n                <a class=\"ywb-related-reading__hub-link\" href=\"https:\/\/yellowweb.top\/en\/en\/poleznye-materialy-po-arbitrazhu-trafika\/#hub-tech\">Open the full traffic arbitrage hub \u2192<\/a>\n            <\/p>\n            <div class=\"ywb-related-reading__grid\">\r\n                                                        <a class=\"ywb-related-reading__card\" href=\"https:\/\/yellowweb.top\/en\/en\/uskoryaem-i-uproshhaem-perevod-prelendingov-lendingov\/\">\n                        <span class=\"ywb-related-reading__card-title\">Speed Up and Simplify Translation of Prelanders and Landing Pages<\/span>\n                        <span class=\"ywb-related-reading__card-text\">\u041f\u0435\u0440\u0435\u0432\u043e\u0434 \u0438 \u0430\u0434\u0430\u043f\u0442\u0430\u0446\u0438\u044f \u043f\u0440\u0435\u043b\u0435\u043d\u0434\u043e\u0432 \u0438 \u043b\u0435\u043d\u0434\u0438\u043d\u0433\u043e\u0432.<\/span>\n                    <\/a>\n                                                        <a class=\"ywb-related-reading__card\" href=\"https:\/\/yellowweb.top\/en\/en\/delaem-universalnuyu-straniczu-spasibo\/\">\n                        <span class=\"ywb-related-reading__card-title\">Build a Universal Thank-You Page<\/span>\n                        <span class=\"ywb-related-reading__card-text\">\u0423\u043d\u0438\u0432\u0435\u0440\u0441\u0430\u043b\u044c\u043d\u0430\u044f \u0441\u0442\u0440\u0430\u043d\u0438\u0446\u0430 \u0421\u043f\u0430\u0441\u0438\u0431\u043e \u043f\u043e\u0434 \u0434\u0438\u043f\u043b\u0438\u043d\u043a\u0438 \u0438 \u0442\u0435\u0445\u043d\u0438\u0447\u043a\u0443.<\/span>\n                    <\/a>\n                                                        <a class=\"ywb-related-reading__card\" href=\"https:\/\/yellowweb.top\/en\/en\/massovyj-import-akkauntov-facebook-v-profili-indigo-na-izi\/\">\n                        <span class=\"ywb-related-reading__card-title\">Bulk Import Facebook Accounts into Anti-Detect Browser Profiles<\/span>\n                        <span class=\"ywb-related-reading__card-text\">\u0418\u043c\u043f\u043e\u0440\u0442 \u0430\u043a\u043a\u0430\u0443\u043d\u0442\u043e\u0432 \u0432 \u0440\u0430\u0431\u043e\u0447\u0438\u0435 \u0431\u0440\u0430\u0443\u0437\u0435\u0440\u043d\u044b\u0435 \u043f\u0440\u043e\u0444\u0438\u043b\u0438.<\/span>\n                    <\/a>\n                            <\/div>\r\n        <\/div>\r\n    <\/section>","protected":false},"excerpt":{"rendered":"<p>How to create your own deeplink quickly and for free when you need a simple technical bridge in an advertising flow.<\/p>","protected":false},"author":2,"featured_media":325,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"inline_featured_image":false,"site-sidebar-layout":"default","site-content-layout":"default","ast-site-content-layout":"default","site-content-style":"default","site-sidebar-style":"default","ast-global-header-display":"","ast-banner-title-visibility":"","ast-main-header-display":"","ast-hfb-above-header-display":"","ast-hfb-below-header-display":"","ast-hfb-mobile-header-display":"","site-post-title":"","ast-breadcrumbs-content":"","ast-featured-img":"","footer-sml-layout":"","ast-disable-related-posts":"","theme-transparent-header-meta":"default","adv-header-id-meta":"","stick-header-meta":"","header-above-stick-meta":"","header-main-stick-meta":"","header-below-stick-meta":"","astra-migrate-meta-layouts":"default","ast-page-background-enabled":"default","ast-page-background-meta":{"desktop":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"ast-content-background-meta":{"desktop":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"footnotes":""},"categories":[20,34],"tags":[],"class_list":["post-322","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-scripts","category-tipsntricks"],"_links":{"self":[{"href":"https:\/\/yellowweb.top\/en\/wp-json\/wp\/v2\/posts\/322","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/yellowweb.top\/en\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/yellowweb.top\/en\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/yellowweb.top\/en\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/yellowweb.top\/en\/wp-json\/wp\/v2\/comments?post=322"}],"version-history":[{"count":5,"href":"https:\/\/yellowweb.top\/en\/wp-json\/wp\/v2\/posts\/322\/revisions"}],"predecessor-version":[{"id":1758,"href":"https:\/\/yellowweb.top\/en\/wp-json\/wp\/v2\/posts\/322\/revisions\/1758"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/yellowweb.top\/en\/wp-json\/wp\/v2\/media\/325"}],"wp:attachment":[{"href":"https:\/\/yellowweb.top\/en\/wp-json\/wp\/v2\/media?parent=322"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/yellowweb.top\/en\/wp-json\/wp\/v2\/categories?post=322"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/yellowweb.top\/en\/wp-json\/wp\/v2\/tags?post=322"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}