<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>y-kawaz</author_name>
  <author_url>https://blog.hatena.ne.jp/y-kawaz/</author_url>
  <blog_title>y-kawazの日記</blog_title>
  <blog_url>https://y-kawaz.hatenadiary.org/</blog_url>
  <categories>
  </categories>
  <description>要素の作成＆追加 ↓こんな感じでDOMで要素を作ってappendしてたのを、jQueryだとどうやるのがいいのかなーと、 (function(){ var foo = document.getElementById('foo'); var a = document.createElement(&quot;a&quot;); a.href = &quot;http://d.hatena.ne.jp/y-kawaz/&quot;; a.appendChild(document.createTextNode(&quot;y-kawazの日記&quot;)); foo.appendChild(a); )(); ↓一番適当なのはこんな感じだけどコレだとベタ過ぎて…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fy-kawaz.hatenadiary.org%2Fentry%2F20090628%2F1246212594&quot; title=&quot;今更jQuery - y-kawazの日記&quot; class=&quot;embed-card embed-blogcard&quot; scrolling=&quot;no&quot; frameborder=&quot;0&quot; style=&quot;display: block; width: 100%; height: 190px; max-width: 500px; margin: 10px 0px;&quot;&gt;&lt;/iframe&gt;</html>
  <image_url></image_url>
  <provider_name>Hatena Blog</provider_name>
  <provider_url>https://hatena.blog</provider_url>
  <published>2009-06-28 03:09:54</published>
  <title>今更jQuery</title>
  <type>rich</type>
  <url>https://y-kawaz.hatenadiary.org/entry/20090628/1246212594</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
