How embeds work.
Create a poll or survey in Jampolls, choose how it looks, then drop it into any page where people already visit.
Create in Jampolls
Build a poll, survey, or other interactive tool. You control it entirely from your dashboard.
Choose how it should look
Pick the color, shape, and size so the embed feels like part of your website.
Add it to your website
Copy the code and paste it where you want the embed to appear. Visitors can engage right there.
See how it can look on your page.
Pick the website type, choose a style, then copy the code when it feels right.
Where will it go?
Optional. Embed keys are made to be public on websites. Do not paste private API keys here.
Make it feel native
Website preview
Customer check-in
Example website section
Help us choose what to share next.
Your visitors can answer without opening another tab or leaving your page.
Ready to add
Using a placeholder key. Replace it with your Jampolls embed key.
<script src="https://cdn.jampolls.com/latest/jampolls.min.js"></script>
<div id="jampolls-widget"></div>
<script>
JamPolls.embed("YOUR_EMBED_KEY", "#jampolls-widget", {
theme: "jampolls",
vars: {
"--jp-primary": "#FFA946",
"--jp-radius": "22px",
"--jp-option-radius": "16px",
"max-width": "460px"
},
onVote: function(event) {
console.log("voted", event.optionId);
}
});
</script>Made for real websites
Add a poll, survey, or quiz to a product page, blog post, event page, or campaign without sending people somewhere else.
Looks like it belongs
Choose the color, width, and roundness so the embed feels natural beside your existing content.
Simple to hand off
Your team can copy the right version for a simple website, React site, or Vue site.