Lets you embed Questiory interactive experiences directly into your WordPress site.
Each experience can include live polls, open-ended questions, drawing activities, image submissions, and more. Responses appear in real time as word clouds, bar charts, pie charts, radar charts, and other visualizations that the whole audience can see together.
Use it to run interactive workshops, classroom activities, team retrospectives, icebreakers, brainstorming sessions, training modules, or any situation where you want your audience to participate rather than just read.
How it works:
/presentation/ — a unique code that looks like xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx.No configuration needed. Works with any theme.
Features:
Paste the shortcode into any post or page, replacing the ID with your presentation’s ID:
[questiory_presentation id="019e825f-dcef-74bc-a252-618103cd7f81"]
This renders the presentation at 100% width and 550px height by default.
Your presentation ID is the last part of the play URL. For example, if your share URL is:
https://play.questiory.com/presentation/019e825f-dcef-74bc-a252-618103cd7f81
Then your ID is: 019e825f-dcef-74bc-a252-618103cd7f81
You can override the default dimensions using the width and height parameters:
[questiory_presentation id="019e825f-dcef-74bc-a252-618103cd7f81" width="800" height="400"]
[questiory_presentation id="019e825f-dcef-74bc-a252-618103cd7f81" width="100%" height="600"]
Parameter
Default
Description
id
(required)
The presentation ID from your Questiory play URL
width
100%
Width of the embedded player (px or %)
height
550
Height of the embedded player in pixels