← All guides
Written Guide

Settings Export and Import

Export your complete plugin configuration as a JSON snapshot and import it to another site in one step.

FREE 5 min read

What you will need

Export / Import does not require PRO or Publisher

site (for import)

This guide appears in the Publisher section of the documentation, but Settings Export and Import is available to all registered license tiers, including the free registration key. If you have not yet registered, see Guide 09: Register Your Free License Key →.


What the export includes (and what it does not)

The settings export captures all your MBS configuration choices:

Included: Appearance colors and dark mode settings, layout defaults and card spacing, formatting options (buy button label, format display preferences), affiliate codes, general settings, email templates, custom CSS, and section order (the order of sections on your showroom page).

Not included: Your license key, encrypted credentials (Amazon PA-API keys, email service provider API keys), and your book catalog (books, series, authors, and contributors are not exported here).

The license key and encrypted credentials are intentionally excluded from the export for security. You must re-enter them manually after importing settings on a new site.


Step 1 — Export your settings

  1. Go to My Book Showroom → Settings
  2. Click the Import / Export tab
  3. Find the Export Settings scenario card
  4. Click the Export Settings button

Settings Import/Export tab showing the Export Settings card with the Export Settings button

Your browser downloads a file named mbs-settings-YYYY-MM-DD.json where the date reflects today. Save this file somewhere safe.

Run an export immediately after you finish finalizing your showroom design. That JSON file becomes your snapshot — if a future change goes wrong, you can restore your known-good configuration in seconds by importing it.


Step 2 — Inspect or edit the JSON (advanced, optional)

The export file is plain JSON and can be opened in any text editor. Each key in the file corresponds to one mbs_setting_* option stored in the WordPress options table. Keys that MBS does not recognize are silently ignored on import — they do not cause errors.

If you are not comfortable editing JSON, skip this step entirely.


Step 3 — Import settings on the destination site

  1. Log in to the destination WordPress site
  2. Go to My Book Showroom → Settings
  3. Click the Import / Export tab
  4. Find the Import Settings scenario card
  5. Click Choose File and select the .json file you exported
  6. Click Import

Settings Import/Export tab showing the Import Settings card with a file chosen and the Import button

MBS reads the JSON, validates each key, and applies every setting. Existing settings on the destination site are overwritten by the imported values.

When the import finishes, a confirmation notice appears at the top of the page telling you how many settings were imported.

Settings page showing the import success admin notice with a count of imported settings


Step 4 — Re-enter credentials on the destination site

After importing, go to each settings tab that holds credentials and re-enter them manually:

lookup or affiliate features

ARC or mailing list integrations

These values were not carried over by the export, so the destination site starts without them.


Common use case: cloning your showroom to a second site

The most common use for Settings Export/Import is copying a finished showroom design from a staging or primary site to a second site:

  1. Finalize your design on site A
  2. Export from site A (Step 1)
  3. Install and register MBS on site B
  4. Import on site B (Step 3)
  5. Re-enter credentials on site B (Step 4)

Your second site will have identical colors, layouts, formatting options, section order, and custom CSS from the moment import completes.