157238998: Dynamic link not working with facebook
See original GitHub issueFacebook (the most popular social app.) uses special head meta tag to convert page to dynamic link. Without this tag it opens the link in the ‘inAppBrowser’. Is there is way go integrate firebase dynamic links with facebook.
<meta property="fb:app_id" content="your_fb_app_id" />
<meta property="al:android:package" content="com.your.package" />
<meta property="al:android:app_name" content="YourAwesomeApp" />
<meta property="al:android:url" content="somescheme://XYZ" /> <!-- identifiable by your app, your app must handle this data scheme inside your manifest's intent-filter tag --!>
<meta property="al:web:should_fallback" content="true" />
<meta property="al:web:url" content="http://www.yourwebsite.com/" />
Issue Analytics
- State:
- Created 4 years ago
- Reactions:14
- Comments:84 (4 by maintainers)
Top Results From Across the Web
Dynamic links do not work properly on Facebook and ...
I see three problems here: Facebook app is not properly detecting that application is installed. Facebook Messenger app is sharing the long ...
Read more >Firebase dynamic links with Facebook app - Stack Overflow
Firebase does not automatically host App Links tags for Dynamic Links, so this is the expected default behavior on Android.
Read more >Codezma (@tech_codezma) / Twitter
157238998: Dynamic link not working with facebook · Issue #916 · firebase/firebase-android- ... uses special head meta tag to convert page to dynamic...
Read more >Dynamic Link - Adobe Support
Create a dynamically linked composition from Adobe Premiere Pro ... Issues linking to an After Effects composition?
Read more >Generate link previews with social metadata - Firebase - Google
You can improve the way apps and sites display your Dynamic Links by specifying ... Social metadata is passed to Twitter, Facebook, Facebook...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@manu89ft sorry I really don’t know how long it will take.
Guys, since nobody from the Firebase team reacts to this two other issues about Dynamic Links not working (properly) in Facebook app, I contacted Firebase through their support. This is the response I got:
So, don’t expect any fixes from Firebase and deal with the issue accordingly…