Video hosting integrations framework

  • Release version: Zurich
  • Updated July 31, 2025
  • 2 minutes to read
  • Summarize
    Summarized using AI
    This content was generated using new OpenAI-powered functionality. Results are provided on an as is basis and are not guaranteed to be accurate or complete.

    Summary of Video hosting integrations framework

    The Video Hosting Integrations Framework in Content Publishing allows ServiceNow customers to connect content authoring and publishing processes with external video hosting services. This integration enables content managers to easily incorporate hosted videos into microsites and news articles, enhancing content richness and engagement.

    Show full answer Show less

    The framework supports multiple video hosting domains out-of-the-box, including YouTube, Vimeo, and Brightcove, with options to add additional domains as needed.

    Key Features

    • Content Provider: Identifies the video hosting service. The out-of-the-box “other” provider enables adding publicly available videos without extra configuration.
    • Content Provider Mapping: Links hosted videos to specific content types (currently rich content and news articles), making videos accessible within those content types.
    • Content Processor: Uses subflows from the Flow Designer to configure API calls to the video hosting service. It supports two key actions:
      • Authorize: Allows employees to view private videos securely without needing to share credentials.
      • Search: Adds a video search button to the Rich Content Editor, enabling content managers to browse video thumbnails instead of pasting URLs.
    • Content Rendering Parameter: Provides customizable viewer experience options (such as fullscreen, autoplay, or start time) through interface elements in the Rich Content Editor.

    Configuration and Setup

    To enable video hosting integration:

    • Set up content providers by confirming supported domains or adding new domains to the glide.html.enablemediasites system property.
    • Optionally configure a content provider mapping to associate videos with content types.
    • Optionally configure video authorization to handle private videos requiring credentials.
    • Optionally configure video content search to enhance the content manager’s video selection interface.
    • Optionally configure content rendering parameters to customize video playback behavior.

    What Customers Can Expect

    By implementing this framework, ServiceNow customers empower content managers to seamlessly integrate and manage video content from various hosting services within their Content Publishing workflows. This improves content engagement and streamlines the inclusion of rich media without manual URL handling or credential sharing, enhancing both user experience and security.

    Connect Content Publishing with a video hosting service, to make the hosted videos available for content authoring and publishing.

    Content Publishing offers content managers the ability to build content using videos from a video hosting service. The following components must be configured to add the video hosting service as an option in the Content library.
    Note:
    Depending on your organization, either the content admin or a third-party vendor performs these steps.
    Content provider
    A content provider identifies the video hosting service.
    Content Publishing versions 33.0.9 and later include the out-of-the-box provider "other", which enables organizations to skip configuration. Content managers can use this provider to add publicly available videos to microsites and news articles.
    Content provider mapping
    Content provider mapping makes the hosted videos available to a specific content type. Currently, only the rich content and news articles content types are supported.
    Each content provider mapping is associated with a content provider and appears in the related list.
    Content processor
    Content processors provide an interface to configure API calls to the video hosting service. They are powered by subflows from the Flow Designer. For more information, see Building subflows.
    There are two actions available:
    • Authorize: enables employees to view private videos without providing credentials
    • Search: adds a button to the Rich Content Editor interface that enables a content manager to view thumbnails of available videos, instead of copy-pasting the video URL.
    Each content processor is associated with a content provider mapping and appears in the related list.
    Content Rendering parameter
    A content rendering parameter functions similarly to video hosting URL parameters, allowing content managers to customize the viewer's experience through an interface element in the Rich Content Editor. Depending on the hosting provider, this can include defining a checkbox for enabling full screen or autoplay, or a textbox for specifying the start time.
    Each content rendering parameter is associated with a content provider mapping and appears in the related list.

    Set up content providers

    The following process overview guides you through setting up content providers so content managers can use videos from video hosting services when assembling content.

    1. The following domains are available out-of-the-box: youtube.com, player.vimeo.com, vimeo.com,players.brightcove.net, and brightcove.net.

      To configure an additional domain, the system admin must add the host domain to the glide.html.enable_media_sites system property. For more information, see Available system properties

    2. Configure content provider and mapping
    3. (Optional) If the video hosting service contains private videos that require credentials, Configure a video authorization
    4. (Optional) To provide content managers with an interface where they can select a video, Configure video content search
    5. (Optional) To add interface elements to the Rich Content Editor video picker, Configure content rendering parameter