---
title: "Modules - Smile Pack - Tassos Docs"
description: ""
url: "https://www.tassos.gr/docs/smile-pack/modules"
date: "2026-04-08T22:49:42+00:00"
language: "en-GB"
---

# Modules

##  [  Using the PayPal Button Module (Recurring Payments, Donations)  ](https://www.tassos.gr/docs/smile-pack/modules/paypal-button)

##  [  Using the Gallery Module (Slideshow, Masonry, Grid)  ](https://www.tassos.gr/docs/smile-pack/modules/gallery)

##  [  Using the Map Module (Google Maps, OpenStreetMap, Bing Maps)  ](https://www.tassos.gr/docs/smile-pack/modules/map)

##  [  Using the Video Module (YouTube, Vimeo, Self-Hosted)  ](https://www.tassos.gr/docs/smile-pack/modules/video)

##  [  Using the Accordion Module (FAQ)  ](https://www.tassos.gr/docs/smile-pack/modules/accordion)

## 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": "Documentation",
            "item": "https://www.tassos.gr/docs"
        },
        {
            "@type": "ListItem",
            "position": 3,
            "name": "Smile Pack",
            "item": "https://www.tassos.gr/docs/smile-pack"
        },
        {
            "@type": "ListItem",
            "position": 4,
            "name": "Modules",
            "item": "https://www.tassos.gr/docs/smile-pack/modules"
        }
    ]
}
```
