Knowledge Base
Help & Support
Get detailed guidance on creating live polls, embedding interactive widgets, analyzing voter trends, and configuring dashboard parameters.
1. Creating Polls & Adding Options
PollFlux allows you to build real-time interactive voting options in seconds. Here is the step-by-step workflow:
- Navigate to the Creator: Click on Create Poll link in the navbar header.
- Enter Title: Input your target question in the title text box. Keep it concise so it is easy to read on mobile formats.
- Configure Options: You must provide at least two choices. Click + Add Option to create additional slots. You can upload custom icons or images for options.
- Set Expiration Limits: Set custom duration limits in minutes or configure the poll to close automatically after a designated timeframe.
- Publish: Click Create Live Poll. The voting URL is generated instantly and voting becomes active.
2. Integrating the Dynamic Widget
Integrating a live poll directly into your own website or CMS page is simple using our secure iframe integration codes.
Copying the Widget Code
Navigate to the poll's Manage Dashboard page, select the "Share & Embed" card, and click copy on the responsive integration code:
HTML / IFRAME
embed-widget.html
<iframe
src="https://pollflux.com/poll/widget/YOUR-POLL-ID"
width="100%"
height="500"
frameborder="0"
style="border:1px solid #EAEAEA; border-radius:16px; box-shadow:0 10px 30px rgba(0,0,0,0.08);"></iframe>
Key Widget Capabilities:
- Fluid Design: Standard 100% width scaling allows the widget container to adapt seamlessly to responsive page grids.
- Socket Sync: Embedded scripts run on top of SignalR clients. Counts automatically refresh without triggering parent web refreshes.
3. Inspecting Live Analytics & Stats
The administrative workspace displays live metrics showing voter behaviors and trending velocities:
- Time Range Filters: Dynamically filter database timelines between 10 Minutes, 1 Hour, and 24 Hours.
- Interactive Standings Grid: Real-time row reordering shifts option columns instantly as vote margins fluctuate.
- Velocity Line Charts: Monitor user voting frequencies. Empty state templates render dynamically if activity levels fall.
4. Lifecycle Controls & Configurations
Configure the active operational state of your poll using controls in the administrative dashboard:
- Lock/Unlock Submissions: Temporarily pause voting inputs while maintaining public read access to static results standings.
- Reset Database Metrics: Instantly wipe voting histories and set all option tallies back to 0.
- Permanent Deletion: Irreversibly delete option associations, vote arrays, and public embed widgets from primary databases.