Add a custom page title to conversations

Ask the Community

Make notifications refer to a particular page title


By default, when showing the context of a conversation (in the inbox, email notifications, etc) we use the document.title of the page the conversation is happening on.

If you'd like to have custom, Cord-specific page titles, you can add a <meta> tag in the document <head>.

HTML:
<meta property="cord:title" content="Picnic Location - Poll Results" />
<meta property="cord:title" content="Picnic Location - Poll Results" />
Copy

NOTE: If your app is a single-page app with client-side routing, make sure you keep this <meta> tag's content value up-to-date with the relevant title of the page the user is on.



Not finding the answer you need? Ask our Developer Community

Ask Cordy