Census Video

The Census Video component allows content authors to embed video source files on AEM pages.

On This Page:

When to Use

The Census Video can be used when content authors wish to embed any video files onto an AEM webpage.

 

Usage

The Census Video component supports different format videos. The component allows an embeded video to display right on the AEM page. Video sources include: youtube, C-Span, USTREAM, Census Player.

Formats supported include:

- mp4

-Ogg

-FLV (Flash video)

 

Configure Dialog

Tab 1: Video 

author
  • Title - Title name can be added here
  • Title Size - Choose the title size
  • Title Alignment - Choose how to align the title
  • Description - If needed, a short description for the video file can be inserted here
  • Description Alignment - Choose how to align the description 
  • Video Alignment - Choose how to align the video
  • Choose video source - Choose the video source here

Tab 2: Video Source

author
  • Choose Size - Choose size of video thumbnail
  • Enter ID - Enter the ID of the video, youtube, C-span, Census Player, or USTREAM 

Developer Resources

Expand the section below to see the Census Video component's HTML output.

<div class="uscb-census-video video uscb-margin-TB-15 uscb-print-hide" style="min-height:20px">

 

<!-- hides the title and description text if on a text&image component -->

 

 

 

    <div class="uscb-layout-row uscb-layout-align-center uscb-text-align-center">

<!-- youtube -->

    

   

<div class="uscb-video-width data-uscb-video-youtube-id" data-youtube-id="CLiqLgumkoE" style="width: 960px;">

    <div class="uscb-video-container">

        <iframe class="uscb-video" src="//www.youtube.com/embed/CLiqLgumkoE?wmode=opaque&amp;rel=0" scrolling="no" allowfullscreen="" style="border: 0 none transparent;">Loading...</iframe>

    </div>

</div>

Top of Section
Is this page helpful?
Thumbs Up Image Yes Thumbs Down Image No
NO THANKS
255 characters maximum 255 characters maximum reached
Thank you for your feedback.
Comments or suggestions?

Top

Back to Header