Using link unfurling in Virtual Agent
Summarize
Summary of Using link unfurling in Virtual Agent
Link unfurling in the Virtual Agent enhances user interactions by generating rich previews of shared links within chat conversations across various platforms, including the chat widget and mobile devices. This feature provides users with a visual representation that can include images, videos, and text, improving the overall user experience.
Show less
Key Features
- Link unfurling supports content previews for links shared in conversations with users, virtual agents, or text-based bot responses.
- Only links that meet specific criteria, such as being on the Hostname allow list and utilizing compliant Open Graph (OG) tags, will be unfurled.
- Admins can add OG tags to ServiceNow UI pages to enhance link previews.
- The ServiceNow interface supports various OG tags, prioritizing video previews over image previews when both are available.
- Link unfurling is enabled by default but can be disabled by adjusting the system property.
Key Outcomes
When link unfurling is successfully implemented, users can expect to see automatically generated previews that enhance content engagement. However, performance issues related to link availability or security may affect the unfurling process without disrupting conversation flow.
For administrators, managing unfurling settings and supported links is straightforward, allowing for tailored user experiences based on organizational needs.
Virtual Agent supports link unfurling on the chat widget, mobile devices, and various channels. Link unfurling generates a content-rich preview when a supported link is shared in a conversation with a user, a virtual agent, or in a text-based bot response.
How to determine if a link is supported
- The host or domain is included in the Hostname allow list table.
- The link uses standard, compliant Open Graph (OG) tags in the page header as metadata. For example, og:image.
- The link was shared in a conversation with a user, a virtual agent, or in a text-based bot response.Note:These conditions apply only to the chat widget and mobile devices on the ServiceNow® platform. Support requirements and conditions for clients on other platforms can vary. For client-specific support and requirement conditions, see the documentation for the client you're using.
- Asynchronously fetches, if available, the OG tag at the provided link.
- Attaches a card-based, content-rich preview of the link based on the OG tag.
The time required to complete these and any other required tasks can vary, depending on your network configuration and system performance.
Supported OG tags
The ServiceNow user interface supports image, video, and text-based OG tags. When both an image OG tag and a video OG tag are fetched, the video is used instead of the image in the card-based, content-rich preview.
Disabling link unfurling
Link unfurling is automatically enabled by default. To turn it off, Maint users change the com.glide.cs.enable_link_unfurling system property to False.