Embedded Tweet frequently asked questions |
埋め込み型ツイートは二つのパーツから成り立っています: ツイート情報を内包する<blockquote>
と、
<blockquote>
を完全描写ツイートへ変換する、Twitterサーバ上のJavaScript ファイルです。
あなたのwebページで完全描写ツイートではなくただのツイート文が表示される場合は、あなたのCMSや編集インタフェースで、ツイートの描写に必要な<script>
を飛ばしている可能性があります。
Try switching to a “text,” “HTML,” or “code editing” mode to directly input the pre-formatted Tweet information. Rich-text or WYSIWYG editors can misinterpret pasted HTML code, which may interfere with placing a Tweet on your page.
あなたの記事でHTMLが正しく動作しない場合は、ボタンやウィジットをページ上で認識させるために、ウェブサイト用Twitter JavaScriptをウェブページテンプレートに追加する必要があります。あなたのウェブページテンプレートの </body>
エレメントを閉じる直前に、以下コードを追加してください。:
<script id="twitter-wjs" type="text/javascript" async defer src="//platform.twitter.com/widgets.js"></script>
上記の JavaScript コードでは、Twitter ウィジットJavaScriptがページ上に存在しない場合に、その読み込みを実施します。 読み込まれたJavaScript は、あなたのページ上の埋め込み型ツイートや埋め込み型タイムラインやツイートボタンやフォローボタンを、インタラクティブなウィジットやボタンに変換します。
A fully-rendered Tweet does not display on my pageAn Embedded Tweet comes in two parts: a If you see Tweet text on your page but not a fully-rendered Tweet it’s possible your CMS or editing interface stripped the Try switching to a “text,” “HTML,” or “code editing” mode to directly input the pre-formatted Tweet information. Rich-text or WYSIWYG editors can misinterpret pasted HTML code, which may interfere with placing a Tweet on your page. If you cannot reliably work with HTML in your articles then you or your website team should add the Twitter for Websites JavaScript to your webpage template to interpret any buttons or widgets on the page. Add the following code just before the closing <script id="twitter-wjs" type="text/javascript" async defer src="//platform.twitter.com/widgets.js"></script> The JavaScript snippet above loads the Twitter widgets JavaScript if it is not already present on the page. The loaded JavaScript will convert Embedded Tweets, Embedded Timelines, Tweet Buttons, and Follow Buttons on your page into interactive widgets and buttons. |
Twitter ウィジット JavaScript は、ツイートがTwitter上に既に存在しない場合は完全描写ツイートを表示しません。
ページ上には、ツイート情報を持つ<blockquote>
に設定したフォールバック用コンテンツが表示されます。
What happens when an author deletes his or her Tweet?The Twitter widgets JavaScript will not display a fully-rendered Tweet if the Tweet no longer exists on Twitter. The fallback |
埋め込み型ツイートは、ページに挿入される時に内包しているエレメントの横幅を調整します。 埋め込み型ツイートは最低200ピクセルの横幅が必要で、最大で550ピクセルになります。
Will Embedded Tweets adapt to my responsive site?An Embedded Tweet will adjust to the width of its containing element when inserted into a page. An Embedded Tweet requires a minimum width of 220 pixels and will fill up to 550 horizontal pixels. |
基本的な埋め込み型ツイートには、最大140文字のツイート文、ツイート主情報、タイムスタンプ、ツイートアクションが含まれています。 既定では、埋め込み型ツイートには会話の前のツイート、ツイートに関連する写真や動画やリンクプレビューが表示されます。 ツイート表示を基本的に形式のみに制限するには、conversation パラメータとcards パラメータにfalse を設定してください。
How can I create an Embedded Tweet of a consistent height?A basic Embedded Tweet includes Tweet text up to 140 characters in length, author information, a timestamp, and Tweet actions. An Embedded Tweet shows the previous Tweet in a conversation and photos, a video, or a link preview associated with the Tweet by default. Set conversation and cards parameters to false to limit Tweet display to just its basic formatting. |
ページレベルや個々のウィジットカスタムリンクカラーは、Twitterウィジット JavaScriptによって追加される<style>
ブロックを通してページに追加されます。
content security policyによってCSSの挿入を制限しているウェブサイトでは、リンクカラーのカスタマイズが妨げられる可能性があります。
twitter:widgets:csp
メタエレメントが設定されたサイトでは、CSPの警告を避けるために
カスタムリンクを表示しません。
My specified link color does not appearPage-level and individual widget custom link colors are added to the page through inline Sites with a |