Vimeo Page Builder releases
WordPress plugin: paste a Vimeo ID, clone an Elementor master page, publish it at /{video-id}/
by Anirudha Talmale · github.com/anirudhatalmale6-alt/vimeo-page-builder
Install
The author publishes release zips, so WP-CLI can install straight from GitHub:
wp plugin install https://github.com/anirudhatalmale6-alt/vimeo-page-builder/releases/download/v1.3.2/vimeo-page-builder-1.3.2.zipReadme
Vimeo Page Builder
One field, one button. A member of staff pastes a Vimeo ID, clicks BUILD, and a new
page goes live: cloned from your master Elementor page, named after the video ID, sitting
on /{video-id}/, with the video inside the page swapped to the new one.
How it works, and why it is built this way
The plugin never rebuilds your layout. Elementor stores a whole page as one JSON blob in the database. This copies that blob verbatim and changes only the video reference inside it.
That matters. The usual way one of these breaks is that it recreates widgets in code — which means it encodes assumptions about Elementor's internal widget format, and an Elementor update eventually invalidates them. Copying the blob makes the plugin indifferent to what is in your layout: sections, columns, custom widgets, third-party add-ons, whatever. It does not need to understand them.
What gets changed
Two passes, because a video reaches a page by more than one route:
- Elementor video widgets set to Vimeo have their URL rewritten.
- Everything else — hand-pasted `
Read the full README on GitHub →
Releases
| Tag | Published | Asset | Downloads |
|---|---|---|---|
| v1.3.2 | Aug 12, 2026 | vimeo-page-builder-1.3.2.zip | 0 |
| v1.3.1 | Aug 12, 2026 | vimeo-page-builder-1.3.1.zip | 0 |
| v1.3.0 | Aug 12, 2026 | vimeo-page-builder-1.3.0.zip | 0 |
| v1.2.1 | Aug 12, 2026 | vimeo-page-builder.zip | 0 |
| v1.2.0 | Aug 12, 2026 | vimeo-page-builder.zip | 0 |
| v1.1.0 | Aug 12, 2026 | vimeo-page-builder.zip | 0 |
| v1.0.0 | Aug 12, 2026 | vimeo-page-builder.zip | 0 |