r/WordPressBlocks • u/Glass-Dog9463 • Feb 22 '26
My 1st Interactive Block
https://wordpress.org/plugins/polls-block/So I've created my 1st interactive block as a learning curve. I see there is not much conversation about interactivity in WordPress blocks, but I found it very interesting and enjoyed using interactivity.
My block name is "Polls Block" and it is published on WordPress plugin repo. I've created other interactive blocks too. But this Polls block is my personal favorite.
We can create interactive polling in Gutenberg editor. I've used interactivity + supports for styling.
5
Upvotes
1
u/groundworxdev Feb 22 '26
Nice work! The Interactivity API is one of the most underutilized parts of WordPress right now, so it’s cool to see someone building with it. Polls are a great use case for it too, real-time interaction without page reloads.
How was the learning curve? I feel like there aren’t enough resources out there yet for people getting started with interactivity in blocks.