記法ガイドに埋め込み(YouTube・X・Speakerdeck)を足す - #3225
Merged
Merged
Conversation
3つとも記事で実際に使われているのに、貼り方がどこにも書いていなかった。 提供元のコードをそのまま貼る・幅と高さを書き換えない(狭い画面での収まりは CSS が持つ #2454)・X はポストが消えたときに要点が残らない、の3つを書く。 実物は出さない。中身は提供元のプレイヤーで、このブログの見た目の決まりが 効く範囲の外にあり、置くと記法ガイドを開くだけで外部への接続が走る。 Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
3つとも記事で実際に使われている(X 47記事・Speakerdeck 70記事・YouTube 23記事)のに、貼り方がどこにも書いていなかった。書き手向けの決まりを記法ガイドに足す。
足したこと
## 埋め込みを新設し、### YouTube/### X/### Speakerdeckを置いた。共通の決まりは2つ。width="560" height="315"が付いたままでよい。書き換えると二重に効くサービスごとの注意:
titleを残す(読み上げでは動画の名前になる)。Google スライドと SlideShare も同じ扱い<blockquote class="twitter-tweet">とwidgets.jsの2点セット。ポストが消えると埋め込みも消えるので要点は本文にも書く(blockquoteの中だけが残る)<script>形式と<iframe>形式のどちらでも出るが、選べるなら<iframe>形式(外部の JS を読まずに済む)。styleを消さない(幅と縦横比を自分で持っている)実物は出していない
他の節は表示結果を並べていますが、ここは貼り方だけにしました。中身は提供元のプレイヤーで、このブログの見た目の決まりが効く範囲の外にあります。実物を置くと、記法ガイドを開くだけで3つの外部サービスへの接続が走ります(X と Speakerdeck の
<script>形式は外部 JS の読み込みつき)。その理由もページに1行書いてあります。CLAUDE.md にも同じ決まりを足しました(CSS が幅を合わせる対象は YouTube / Google スライド / SlideShare で、Speakerdeck は触らない、まで)。
確認
htmlで色が付くこと、生きた埋め込みが混ざっていないこと、サイドバーの目次に3節が出ること🤖 Generated with Claude Code