creative-kit-sample
creative-kit-sample copied to clipboard
what are the meta tags needed for Snapchat?
not sure if this is the right place to ask this question but thought i'd give it a go.
My website has dynamic page titles on certain pages and relies on sharing. So if user1 sends my webpages link to their friend, user2, on snapchat, I need the link preview to say 'user1 has invited you'. But right now it just says 'nameOfMyWebsite'.
I used open graph tags and the above functionality works perfectly on Instagram/whatsapp. I've added twitter tags too:
<meta name="twitter:title" content="user1 has invited you ">
<meta property="og:title" content="user1 has invited you">
but what meta tags should I put for this to work on snapchat?
where should i paste meta data??