Currently, the MeetingPulse application can be integrated in these ways:
Given a link to a meeting (e.g. https://meet.ps/some-meeting), you can just add an embed to your page with an iframe tag. Make sure to provide the height and width for the frame for best results. Your attendees will appear in the meeting as anonymous users, unless you enable name and/or email prompt for new visitors.
Show simple exampleIf you want to embed the app in your site and authenticate your visitors based on their login session on your site, you have two options
This way, each user that has been authenticated with your site can access the MeetingPulse app via an iframe and be recognized by the app. We support passing user names and emails this way. Please contact support for more info if you are interested in this solution.
Instead of embedding a frame with a fully-fledged application, you may wish to limit the interface to some minimalisic widget. Currently we only support a ribbon with Pulse buttons. If you need to show those buttons on your site, you will need to embed a frame with a URL of the format https://meet.ps/widgets/<your-meeting-name>/pulse.
Make sure to make the frame long enough if you want all buttons to be on the same line.
Another solution would be to set up a meeting to have only one feature and slide. If you embed a meeting this way, it will only show a single slide without any extra menus, which can be used to your advantage if you want something simpler.
Show widget example