[firebase_dynamic_link] How can i get the st, sd and si which I provided during the link creation when someone is sharing the link on my website. #2462
Unanswered
devdutt-evolution
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am creating a dynamic link by passing the fields
st
,sd
andsi
now user has copied that link and pasting in the chat field on my website and I want to implement unfurling logic like slack and show the preview.When I try to get the
meta
tags of the link(shortened) I get the meta tags of page to which i will be redirected.But I want to show the data which i passed to
st
,sd
andsi
while creating the link.So how to do it?
Somehow slack and other chat platforms are able to get it but I am not getting that tag anywhere.
So where and how can I get that data.
Here is the example how slack shows the preview
![image](https://private-user-images.githubusercontent.com/155346437/305836428-3c7ea111-f4c2-4c27-8a86-592f5647dbef.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzk1MTcxMDYsIm5iZiI6MTczOTUxNjgwNiwicGF0aCI6Ii8xNTUzNDY0MzcvMzA1ODM2NDI4LTNjN2VhMTExLWY0YzItNGMyNy04YTg2LTU5MmY1NjQ3ZGJlZi5wbmc_WC1BbXotQWxnb3JpdGhtPUFXUzQtSE1BQy1TSEEyNTYmWC1BbXotQ3JlZGVudGlhbD1BS0lBVkNPRFlMU0E1M1BRSzRaQSUyRjIwMjUwMjE0JTJGdXMtZWFzdC0xJTJGczMlMkZhd3M0X3JlcXVlc3QmWC1BbXotRGF0ZT0yMDI1MDIxNFQwNzA2NDZaJlgtQW16LUV4cGlyZXM9MzAwJlgtQW16LVNpZ25hdHVyZT03M2FjZmFiZjhmYzhkZmE5ZmU2ODE1YzJiNDNjODFiYzljYTE5YjFiNmQxYzg3ZmYxODhiYjMwZDFjZDM5YmI1JlgtQW16LVNpZ25lZEhlYWRlcnM9aG9zdCJ9.I0y7g4QqJeAc061enuammtPFx_tD8HOqWSQfnFAonCg)
and here is what meta tags I'm getting
![image](https://private-user-images.githubusercontent.com/155346437/305837119-1310fd61-a0b6-4694-ace2-0229fdd3b085.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzk1MTcxMDYsIm5iZiI6MTczOTUxNjgwNiwicGF0aCI6Ii8xNTUzNDY0MzcvMzA1ODM3MTE5LTEzMTBmZDYxLWEwYjYtNDY5NC1hY2UyLTAyMjlmZGQzYjA4NS5wbmc_WC1BbXotQWxnb3JpdGhtPUFXUzQtSE1BQy1TSEEyNTYmWC1BbXotQ3JlZGVudGlhbD1BS0lBVkNPRFlMU0E1M1BRSzRaQSUyRjIwMjUwMjE0JTJGdXMtZWFzdC0xJTJGczMlMkZhd3M0X3JlcXVlc3QmWC1BbXotRGF0ZT0yMDI1MDIxNFQwNzA2NDZaJlgtQW16LUV4cGlyZXM9MzAwJlgtQW16LVNpZ25hdHVyZT01YjU4ZWZhZGYxZDE5MTJmMzZjMGZlMGVlOWNkNTA4Mjg3MjA4MmVmOTc2YjU3MjQ0NTgyMTAxODFjNWU0YTY1JlgtQW16LVNpZ25lZEhlYWRlcnM9aG9zdCJ9.rk78EwZFLRjVp4GWyUF3HcTannq6duPDc1dC8kbMNYw)
So if any one knows just how slack crawls and extracts that info.
Beta Was this translation helpful? Give feedback.
All reactions