Skip to content

Instantly share code, notes, and snippets.

@uupaa
Last active August 29, 2015 14:27
Show Gist options
  • Save uupaa/5b2d0ca060f98771bfc2 to your computer and use it in GitHub Desktop.
Save uupaa/5b2d0ca060f98771bfc2 to your computer and use it in GitHub Desktop.
blog parts

USTREAM

Flash にマウスオーバーすると 右下に 共有 の文字が浮かぶ

<> をクリックすると以下の画面に、

クリップボードにコピーされる文字列はデフォルト設定だと、こんな感じ

<iframe width="480" height="302"
        src="http://www.ustream.tv/embed/20175595?v=3&amp;wmode=direct"
        scrolling="no" frameborder="0" style="border: 0px none transparent;">
</iframe>
<br />
<a href="http://www.ustream.tv"
   style="font-size: 12px; line-height: 20px; font-weight: normal; text-align: left;"
   target="_blank">Broadcast live streaming video on Ustream</a>

ニコニコ生放送

画面右下の 共有 をクリックすると出てくる

<iframe width="312" height="176"
        src="http://live.nicovideo.jp/embed/lv228178442" scrolling="no" style="border:solid 1px #CCC;" frameborder="0">
  <a href="http://live.nicovideo.jp/watch/lv228178442">...</a>
</iframe>
<a href="http://live.nicovideo.jp/watch/lv228178442" target="_blank">...</a>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment