Public Embeds
Publish a read-only view of an InfoLobby table on your website. Visitors browse and (optionally) click into record details without logging in or seeing fields you haven't exposed.
Create an embed
Open a table, choose Configure from the table menu, switch to the Public tab, then open the Embed section and click Publish New Embed.
Configure the embed
| Setting | Purpose |
|---|---|
| Name | Internal label so you can tell embeds apart |
| View | Which saved view to publish. The view controls which records and which fields are visible. |
| Include search box | Lets visitors search within the published records |
| Allow click-through to record detail | Adds a read-only detail screen when a visitor clicks a row |
| Allowed Domains | Domains where the iframe may be embedded |
After saving, InfoLobby gives you a direct link and embed HTML. Embedded grids automatically resize their iframe height.
Always set allowed domains. It prevents other sites from framing your embed without permission.
Only fields included in the embed's view are returned to the public. Anything hidden from the view is hidden from the embed.
What visitors cannot do
- Edit, create, or delete records
- See fields not in the view
- Access records that don't pass the view's filters (even by guessing record IDs)
- Hit the embed faster than the per-table rate limit
Embed snippet
<script src="https://YOURHOST/public/embeds/embed.js"></script>
<script>_infolobby_embed.render("HASH_ID");</script>
Replace HASH_ID with the hash shown in the embed configuration.