不動産情報、工務店、建築ブログ、SNS、社内 wiki — どこでも 1 行で読者に 3D BIM を体験してもらえます。3 形式から選べます。
| 形式 | 貼る場所 | 体験 |
|---|---|---|
iframe | HTML / WordPress / Notion / Cloudflare Pages | その場で 3D 操作 |
link button | SNS / Slack / メール / Markdown | クリックで bim.house に遷移 |
oEmbed | Twitter / Slack / Notion / Discord (自動) | URL を貼るだけで自動展開 |
HTML が編集できるサイトなら、貼るだけで訪問者がその場で 3D を回せます。
<iframe src="https://bim.house/embed/famous-fallingwater"
width="100%" height="480" frameborder="0"
allow="fullscreen" loading="lazy"
title="BIM.house — 落水荘 3D BIM"></iframe>
famous-fallingwater 部分を /library で見つけた slug (例: kata, soluna-build-teshikaga, famous-villa-savoye) に変えるだけ。SNS の説明欄、Slack、メール、PDF — iframe が貼れない場所では「BIM.house で開く」ボタン画像 + リンク。
<a href="https://bim.house/viewer/famous-fallingwater" target="_blank">
<img src="https://bim.house/embed/button.svg" alt="BIM.house で開く" height="44">
</a>
[](https://bim.house/viewer/famous-fallingwater)
<img src="https://bim.house/embed/button.svg?label=View%20in%20BIM.house" height="44" alt="View in BIM.house">
Twitter X / Slack / Notion / Discord 等で https://bim.house/viewer/<slug> を貼ると自動展開。
https://bim.house/viewer/famous-fallingwater
oEmbed JSON エンドポイント:
GET https://bim.house/oembed?url=https://bim.house/viewer/famous-fallingwater&format=json
/embed/<slug>?edit=1 で iframe 内 BIM 編集も可/embed/<slug>?bare=1 で完全に枠なしの 3D viewer のみ/permit/<slug> をボタンに貼れば訪問者が即 PDF 化可能サイトのデザインに合わせて自前のボタン画像を作って /viewer/<slug> にリンクするだけでも OK。色・形・サイズ自由。"BIM.house で開く" の文字列だけ含めていただければデザイン完全自由です。