Embed a model in WordPress
A Custom HTML block in the editor is enough; no plugin required.
Snippet
<script async src="https://cdn.glboost.com/_/embed.js"></script>
<glboost-viewer asset="YOUR_ASSET_ID" ar poster="auto" style="height:480px"></glboost-viewer>Replace YOUR_ASSET_ID with the id from the asset page; the Embed tab generates the snippet with the id filled in and, for private assets, a signature.
Where it goes
- Add a Custom HTML block to the post or page.
- Paste the snippet. In the block editor the preview shows a box; the model renders on the published page.
Notes
- If your site strips <script> tags for non-admin authors, add the script tag once through the theme header instead.
- Page builders (Elementor, Divi) have an HTML widget that works the same way.
- Private assets need a signature or a share link; see Viewer and embeds.