Use registration page meta tags to customize how the registration link looks when shared on social media.


Example meta tags to customize the shared link on Facebook

(uses Facebook’s Open Graph)


<meta property="og:url" content=“https://app.voicevoice.com/myconversation/register” />
<meta property="og:title" content=“Title of My Conversation” />
<meta property="og:description" content=“Description of My Conversation" />
<meta property="og:image" content=“https://myurl/thumbnail.jpg” />


Example meta tags to customize the shared link on Twitter

(uses Twitter Cards)


<meta name="twitter:title" content=“https://app.voicevoice.com/myconversation/register” >
<meta name="twitter:description" content="Title of My Conversation">
<meta name="twitter:image" content="https://myurl/thumbnail.jpg">
<meta name="twitter:card" content="https://myurl/large_image.jpg">


Setting location: Conversation Settings > Registration Page Metatags