Streaming with MeetingPulse

Include MeetingPulse with your livestream to get instant feedback from your audience. Embed polls and Q&A with an iFrame

Emily Zaehring avatar
Written by Emily Zaehring
Updated over a week ago

Embedding MeetingPulse is simple

The basics

Just about any MeetingPulse screen can be embedded using an iFrame. Generally, you'll want to get feedback from your audience, so you want to share an attendee view. 

<iframe src="https://app.meet.ps/attendee/MEETING_NAME" width="400" height="600" style="border:none;">

MeetingPulse attendee view is designed to work well on phones, so it's generally better to have the box taller than it is wide.

We also have a Pulse widget that you can embed. It's a short, wide bar that allows your audience to give you instant feedback.

You can have up to 9 different Pulse reactions. Write in your own labels, pick from a range of emojis and colors.

Embedding is as easy as a quick iframe:

<iframe src="https://app.meet.ps/widgets/MEETING_NAME/pulse" width="600" height="600" style="border:none;" allow=“encrypted-media”>
</iframe>

Where MEETING_NAME is the name of your meeting

Livestreaming

On the page hosting your video, you can simply add an iFrame to the side. People can vote on polls while watching your stream. If you're just interested in Pulse, then the smaller widget can leave you with more screen space.

Q&A

If you have a sign-up page for your event, it can be a good to give your attendees a chance to ask questions. Embed MeetingPulse's Q&A so people can ask questions and upvote the topics that interest them, without ever leaving your site.

Authentication

You can also send MeetingPulse the identities of the attendees, so you know who is responding with what answers. Contact Support if you're interested in more details.

Did this answer your question?