Venues
Help a visitor turn a date, room or celebration brief into a complete plan they can discuss with your event team.
- Use the dinner or seasonal occasion
- Link the card to your booking or contact page
- Keep your own brand label visible
Give visitors a practical next step without rebuilding the catalog. Configure the card, preview it live, then copy one small iframe snippet into your site.
You may use your own label and accent color so the card feels native to your venue, planner service or shop. White-label styling does not change the source of the ideas or the operator of the widget.
Help a visitor turn a date, room or celebration brief into a complete plan they can discuss with your event team.
Offer a lightweight discovery step before a consultation, with a consistent set of supplies and run-sheet details to discuss.
Give customers a useful plan when they are looking for supplies, food, games or a themed setup rather than sending them to a generic homepage.
Host the iframe on an HTTPS page and load the production widget URL. The widget reads the existing ideas.party database in app.js, renders text nodes and links, and accepts no arbitrary HTML or scripts.
The public /widget route remains indexable as a WebPage because static delivery cannot know whether embed=1 is present. Embedded instances use the same route; apply any host-page robots policy on the surrounding page.
brand: plain text up to 40 characters.accent: a six-digit hex color such as #e85d4a.occasion: one known ideas.party occasion or any.limit: an integer from 1 to 6.attribution: optional explicit HTTP or HTTPS partner URL.Copy the generated code above. Set a meaningful title, keep the iframe responsive and do not remove the attribution label.
<iframe src="https://ideas.party/widget?brand=Your%20event&accent=%23e85d4a&occasion=seasonal&limit=3" title="Party idea finder" loading="lazy" width="100%" height="650" style="border:0;max-width:720px"></iframe>
The widget and configurator send non-personal GA4 events so a partner can see whether the finder is useful without collecting form leads inside the iframe.
| Event | When it fires | Parameters |
|---|---|---|
widget_view | The finder renders ideas. | widget_occasion, widget_limit, attribution presence. |
widget_select | A visitor opens an idea plan. | idea_id, widget_occasion. |
partner_preview_update | The partner configurator changes the preview. | widget_occasion, widget_limit. |
partner_embed_copy | The iframe code is copied. | widget_occasion, widget_limit. |