はてなダイアリーでslideshareのスライドが貼り付けられない問題が直ってた

はてなダイアリーではブログパーツとしてslideshareに対応していて、エントリの中にスライドを貼り付けれるようになっている。

でもslideshare側のURLが変更になってたみたいで、手動で古いURLに戻さないと表示できなかった。その方法は以前エントリに書いた。うわ、めんどくさいね。

でも今日確認したらその問題が修正されてたみたいで、何にもしなくてもそのまま貼り付けれた。手順は、「Embed」とあるところのタグをコピーして貼り付けるだけ。

試してみる

さっそく誰かのスライドを貼り付けてみた。

Embedのタグを...

そのままコピペ。


うん、ちゃんとできてる。

貼り付けたタグはこんな感じ。長い。

<div style="width:425px;text-align:left" id="__ss_1615685"><a style="font:14px Helvetica,Arial,Sans-serif;display:block;margin:12px 0 3px 0;text-decoration:underline;" href="http://www.slideshare.net/Roelof/beautiful-japan-1615685?type=presentation" title="Beautiful Japan.">Beautiful Japan.</a><object style="margin:0px" width="425" height="355"><param name="movie" value="http://static.slidesharecdn.com/swf/ssplayer2.swf?doc=enaarslidesharebeautifuljapan-090621093632-phpapp02&stripped_title=beautiful-japan-1615685" /><param name="allowFullScreen" value="true"/><param name="allowScriptAccess" value="always"/><embed src="http://static.slidesharecdn.com/swf/ssplayer2.swf?doc=enaarslidesharebeautifuljapan-090621093632-phpapp02&stripped_title=beautiful-japan-1615685" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="425" height="355"></embed></object><div style="font-size:11px;font-family:tahoma,arial;height:26px;padding-top:2px;">View more <a style="text-decoration:underline;" href="http://www.slideshare.net/">documents</a> from <a style="text-decoration:underline;" href="http://www.slideshare.net/Roelof">Roelof  </a>.</div></div>

すっきりバージョン

上下にあるリンクがじゃまな人はobject要素だけを取り出せばOK。

こっちのタグはこんな感じ。

<object style="margin:0px" width="425" height="355"><param name="movie" value="http://static.slidesharecdn.com/swf/ssplayer2.swf?doc=enaarslidesharebeautifuljapan-090621093632-phpapp02&stripped_title=beautiful-japan-1615685" /><param name="allowFullScreen" value="true"/><param name="allowScriptAccess" value="always"/><embed src="http://static.slidesharecdn.com/swf/ssplayer2.swf?doc=enaarslidesharebeautifuljapan-090621093632-phpapp02&stripped_title=beautiful-japan-1615685" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="425" height="355"></embed></object>

というわけで、これからはslideshareのスライドをバンバン貼り付けといいよ。