埋め込み型動画では、data-* 属性やJavaScript ファクトリー機能を使ったカスタマイズをサポートしています。 このリファレンスドキュメントでは、全ての形式で使用されるパラメータについて説明します。
Reference the oEmbed API with widget_type=video
to set these parameters as part of an HTML response for a Tweet ID or URL.
Embedded Video parameter referenceAn Embedded Video supports customization in data-* attributes and a JavaScript factory function. This reference document describes parameters used in all formats. Reference the oEmbed API with |
希望するツイートの数値型ID。
サンプル値: 560070183650213889
hidden
を設定した場合、動画の下隅にあるツイッターバードのロゴを選択すると、ツイートがオーバーレイ表示されるのではなく、ツイートURLにリンクされます。
サンプル値: hidden
Parameters
id
required
The numerical ID of the desired Tweet. Example Value:
status
optional
When set to Example Value:
lang
optional
A supported Twitter language code. Loads text components of a Tweet overlay in the specified language. Note: does not affect the text of the cited Tweet. Example Value: |
You can now shoot, edit and share video on Twitter. Capture life’s most moving moments from your perspective. pic.twitter.com/31JoMS50ha
— Twitter (@twitter) enero 27, 2015
<blockquote class="twitter-video" data-status="hidden" lang="es"> <p>You can now shoot, edit and share video on Twitter. Capture life's most moving moments from your perspective. <a href="http://t.co/31JoMS50ha"> pic.twitter.com/31JoMS50ha </a></p> — Twitter (@twitter) <a href="https://twitter.com/twitter/status/560070183650213889"> enero 27, 2015 </a> </blockquote>
HTML example
<blockquote class="twitter-video" data-status="hidden" lang="es"> <p>You can now shoot, edit and share video on Twitter. Capture life's most moving moments from your perspective. <a href="http://t.co/31JoMS50ha"> pic.twitter.com/31JoMS50ha </a></p> — Twitter (@twitter) <a href="https://twitter.com/twitter/status/560070183650213889"> enero 27, 2015 </a> </blockquote> |
注意: 数値型 Tweet ID は文字列として渡す必要があります。
twttr.widgets.createVideo( "560070183650213889", document.getElementById("video-container"), { status: "hidden", lang: "es" } );
JavaScript factory exampleNote: the numeric Tweet ID should be passed as a string. twttr.widgets.createVideo( "560070183650213889", document.getElementById("video-container"), { status: "hidden", lang: "es" } ); |