3
3

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

AtomでYouTubeを観る

Posted at

気分転換にエディタで動画を観たいときに。

MarkdownプレビューにYouTubeプレーヤーを埋め込む

(MarkdownのプレビューさえできればAtomでなくても...)

  1. 以下をAtomにコピペ
  2. Atomのmarkdown-previewを実行(Ctrl-MCtrl-Shift-m)
# AtomでYouTube

**自動再生なので注意!**

<iframe
  id="ytplayer"
  type="text/html"
  width="640"
  height="390"
  src="http://www.youtube.com/embed/cvj3-MZO9Tw?autoplay=1"
  frameborder="0" />
screenshot

YouTube プレーヤーの埋め込み

3
3
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
3
3

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?