How to set <meta> tags in document <head>? #2119
-
Has anyone got any tips on setting meta tags in head? I plan to use meta tags to have a nice image and text to share to whatsapp from the app i'm building targeting web, android and ios. The share link going to the web app. My plan was to investigate using react helmet just in the web app. Alternatively some custom javascript in index.html to listen for history navigation events and can set meta tags on the fly? Many thanks |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
sorry missed this existing question: #1974 (and thanks @necolas for moving my issue to a discussion) |
Beta Was this translation helpful? Give feedback.
sorry missed this existing question: #1974
I'll use react helment :)
(and thanks @necolas for moving my issue to a discussion)