Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
これを行う簡単な方法はまだありますか?このスニペットは以前は機能していましたが、現在は壊れているようです。
<iframe title="YouTube video player" width="640" height="510" src="http://www.youtube.com/embed/5yle1USyhCY&rel=0" frameborder="0" allowfullscreen></iframe>
ありがとう!
ああ、ばかげた私。アンパサンドではなくクエスチョン マークにする必要がありました。
その URL は次のようにする必要があります。
http://www.youtube.com/embed/5yle1USyhCY?rel=0
それ以外の:
http://www.youtube.com/embed/5yle1USyhCY&rel=0