WP Manifestindependent plugin directory
manifest / updates / ekwa-webstories-export-import

Ekwa Web Stories Export & Import

Export Google Web Stories (with every image, video, poster and publisher logo asset) from one WordPress site and import them — fully re-linked — into another. Built for site redesigns / migrations.

by Ekwa · github.com/agskanchana/ekwa-webstories-export-import · website

0stars
0forks

Install

No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:

wp plugin install https://github.com/agskanchana/ekwa-webstories-export-import/archive/refs/heads/main.zip

From the readme

Export Google Web Stories together with all of their media assets and import them — fully re-linked — into another WordPress site. This plugin lets you move stories created with the official Google Web Stories plugin (https://wordpress.org/plugins/web-stories/) from one WordPress site to another, including every asset used by each story: Images (and their generated sizes) Videos and their poster frames The story's featured image / poster The publisher logo It is built for site redesigns and migrations, where you need the old site's stories — and all the media inside them — to land cleanly on a brand-new site. Export produces a single self-contained ZIP "bundle" containing: manifest.json — the stories (AMP markup + editor JSON + meta) and an index of every asset. assets/ — the actual media files (full-size originals included). Import reads that bundle on the destination site and: 1. Adds every asset to the Media Library (regenerating thumbnails/sizes). 2. Builds an old-URL → new-URL and old-ID → new-ID map. 3. Rewrites the AMP markup, the editor JSON, the poster, publisher logo and featured image of each story so they point at the freshly-imported copies. 4. Creates

Read the full README on GitHub →