Answer the question
In order to leave comments, you need to log in
Is deeplinking technically possible today, with support for Safari and Default Android Browser?
The client asked to place 3 icons on the site: vkontakte, facebook, twitter. Each icon leads to his page in social networks. He also asked to open the corresponding application if the user has it installed.
I used this service to generate deeplinks, deep-link.js to process links on the page (works based on delay - if native app doesn't open, opens fallback url). I got this ($id is username / id):
<meta property="al:ios:url" content="fb://page/$id" />
<meta property="al:ios:app_store_id" content="284882215" />
<meta property="al:ios:app_name" content="Facebook" />
<meta property="al:android:url" content="fb://page/$id">
<meta property="al:android:package" content="com.facebook.katana">
<meta property="al:android:app_name" content="Facebook">
<meta property="al:web:url" content="https://www.facebook.com/page/$id" />
<meta property="og:title" content="example page title" />
<meta property="og:type" content="website" />
Answer the question
In order to leave comments, you need to log in
Look at telegram.me/{USERNAME} Source
There is deeplinking with iframe
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question