エントリーの編集
エントリーの編集は全ユーザーに共通の機能です。
必ずガイドラインを一読の上ご利用ください。
Youtube貼り付けでJSエラー - サイコロン
記事へのコメント0件
- 注目コメント
- 新着コメント
このエントリーにコメントしてみましょう。
注目コメント算出アルゴリズムの一部にLINEヤフー株式会社の「建設的コメント順位付けモデルAPI」を使用しています
- バナー広告なし
- ミュート機能あり
- ダークモード搭載
関連記事
Youtube貼り付けでJSエラー - サイコロン
youtubeのタグ貼り付けのカスタムJSでエラーが出たので、対応策メモ。 Failed to execute 'postMessage'... youtubeのタグ貼り付けのカスタムJSでエラーが出たので、対応策メモ。 Failed to execute 'postMessage' on 'DOMWindow': The target origin provided ('https://www.youtube.com') does not match the recipient window's origin ('http://localhost'). 参考はこちら https://so-zou.jp/web-app/tech/web-api/google/youtube/player-api/iframe.htm#no21 ytPlayerの中のplayerVarsにorigineを付ければ直るらしいので、locationで取り込むよう追記。 playerVars: { "rel": 0, "autoplay": 0, "wmo