Embedded
Embedding Pollz Polls in Your Web Page
https://getpollz.io/embed/{anonymousPollToken}Embedding Example
https://getpollz.io/embed/abc123<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Embedded Poll</title>
</head>
<body>
<!-- Embedded Poll -->
<iframe src="https://getpollz.io/embed/abc123" width="100%" height="600" frameborder="0" allowtransparency="true" allow="encrypted-media"></iframe>
</body>
</html>Last updated