---
title: "Export and import popups between websites - EngageBox"
description: "EngageBox provides the convenient feature of exporting and importing your popups for reasons such as backup, moving between websites, etc. The proces"
url: "https://www.tassos.gr/docs/engagebox/start/export-and-import-boxes-between-websites"
date: "2026-04-03T04:05:28+00:00"
language: "en-GB"
---

[ Home ](https://www.tassos.gr/index.php?option=com_content&view=category&layout=blog&id=24&Itemid=1088) / [ EngageBox ](https://www.tassos.gr/index.php?option=com_content&view=category&id=35) / [ Getting Started ](https://www.tassos.gr/index.php?option=com_content&view=category&id=54)

#  Export and import popups between websites

EngageBox provides the convenient feature of exporting and importing your popups for reasons such as backup, moving between websites, etc.

The process of moving popups between websites is divided into two sub-processes: first, exporting, and second, importing. Below, we'll show you how to do both of them.

## [How to export your Popups](#how-to-export-your-popups)

[![how to export your engage boxes](https://www.tassos.gr/images/2025/09/eb-export-popups.png)](https://www.tassos.gr/images/eb-how-to-export-boxes.png)

- Login to the administrator of the Joomla website you want to export from
- Go to *Components* *EngageBox*
- Click the *List* button on the dashboard
- Check which popups you would like to export (see screenshot)
- Click on Actions &gt; *Export* button on the horizontal menu (see screenshot)
- Your browser will automatically download your .ebox file which you'll need for the import later

## [How to import your Popups](#importboxes)

![how to import your engage boxes](https://www.tassos.gr/images/2025/09/eb-import-popups.png)

- Login to the administrator of the Joomla website you want to import to
- Go to *Components* *EngageBox*
- Click the *Import* button on the dashboard
- Click *Browse* to select your .ebox file from before (see screenshot)
- Click *Import* to import your popups (see screenshot)
- You will be automatically moved to your List of popups in which you'll see the imported ones at the bottom!

 Last updated on Sep 8th 2025 09:09

## Schema

```json
{
    "@context": "https://schema.org",
    "@type": "BreadcrumbList",
    "itemListElement": [
        {
            "@type": "ListItem",
            "position": 1,
            "name": "Home",
            "item": "https://www.tassos.gr"
        },
        {
            "@type": "ListItem",
            "position": 2,
            "name": "Home",
            "item": "https://www.tassos.gr/docs"
        },
        {
            "@type": "ListItem",
            "position": 3,
            "name": "EngageBox",
            "item": "https://www.tassos.gr/docs/engagebox"
        },
        {
            "@type": "ListItem",
            "position": 4,
            "name": "Getting Started",
            "item": "https://www.tassos.gr/docs/engagebox/start"
        },
        {
            "@type": "ListItem",
            "position": 5,
            "name": "Export and import popups between websites",
            "item": "https://www.tassos.gr/docs/engagebox/start/export-and-import-boxes-between-websites"
        }
    ]
}
```

```json
{
    "@context": "https://schema.org",
    "@type": "Article",
    "mainEntityOfPage": {
        "@type": "WebPage",
        "@id": "https://www.tassos.gr/docs/engagebox/start/export-and-import-boxes-between-websites"
    },
    "headline": "Export and import popups between websites",
    "image": {
        "@type": "ImageObject",
        "url": "https://www.tassos.gr/"
    },
    "publisher": {
        "@type": "Organization",
        "name": "Tassos",
        "logo": {
            "@type": "ImageObject",
            "url": "https://www.tassos.gr/https://www.tassos.gr/media/brand/logo-text.png"
        }
    },
    "author": {
        "@type": "Person",
        "name": "Tassos Marinos",
        "url": "https://www.tassos.gr/docs/engagebox/start/export-and-import-boxes-between-websites"
    },
    "datePublished": "2016-09-16T12:48:57+03:00",
    "dateCreated": "2016-09-16T12:48:57+03:00",
    "dateModified": "2025-09-08T09:04:41+03:00"
}
```
