FacebookOpenGraphVideoTags Class Content Studio 5.7 SDK
Content Studio Web Content Management System

[This is preliminary documentation and is subject to change.]

If you want to attach a video to your Open Graph page you can simply specify a video url. Facebook uses the og:video:type to determine how to render the video in the news feed. In desktop browsers and Flash-enabled mobile browsers, Facebook will render "http://example.com/awesome.swf" as a Flash video. In Safari on the iPad, Facebook will render "http://example.com/html5.mp4" inside an HTML 5 <video> tag. In browsers which support neither Flash nor HTML 5, Facebook will link to "http://example.com/fallback.vid" when the video thumbnail is clicked.
Inheritance Hierarchy

SystemObject
  ContentStudio.Site.ControlsFacebookOpenGraphAudioVideoTags
    ContentStudio.Site.ControlsFacebookOpenGraphVideoTags

Namespace: ContentStudio.Site.Controls
Assembly: ContentStudio.Site.Controls (in ContentStudio.Site.Controls.dll) Version: 5.7.5016.0 (5.7.5016.0)
Syntax

public class FacebookOpenGraphVideoTags : FacebookOpenGraphAudioVideoTags

The FacebookOpenGraphVideoTags type exposes the following members.

Constructors

  NameDescription
Public methodFacebookOpenGraphVideoTags
Initializes a new instance of the FacebookOpenGraphVideoTags class
Top
Properties

  NameDescription
Public propertyMediaType
Gets or sets the type of the media - e.g. "application/mp3".
(Inherited from FacebookOpenGraphAudioVideoTags.)
Public propertyVideo
Gets or sets the video.
Public propertyVideoHeight
Gets or sets the height of the video.
Public propertyVideoWidth
Gets or sets the width of the video.
Top
Methods

  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
Top
See Also

Reference