STOMT For Websites

Collect and get wishes voted from your websites

Javascript / Website Widget Overview

Do you see the "Feedback" button to the right? This is how the normal STOMT website widget looks like. But our widget supports different kinds of integration, which we show here.

Installation:

  1. Get an App-Id
  2. Copy & Paste the widget below or use one of our thirdparty integrations (to the right)
  3. Customize if needed.

Embedded STOMT Form

Installation: After having our script or thirdparty extension installed on your website, use the following snippet anywhere on your page to install this widget.

Add to your script: Stomt.push(['addCreate', {appId: 'APP_ID'}]);

Add anywhere: <div id="stomt_create"></div>

View full documentation

Embedded STOMT Feed

Installation: After having our script or thirdparty extension installed on your website, use the following snippet anywhere on your page to install this widget.

Add to your script: Stomt.push(['addFeed', {appId: 'APP_ID'}]);

Add anywhere: <div id="stomt_feed"></div>

View full documentation