---
title: "Tassos Code Snippets - Tassos Docs"
description: "Explore guides for Tassos Code Snippets. The easiest custom code snippets extension for Joomla"
url: "https://www.tassos.gr/docs/code-snippets"
date: "2026-04-29T07:06:44+00:00"
language: "en-GB"
---

# Tassos Code Snippets

Explore guides for Tassos Code Snippets. The easiest custom code snippets extension for Joomla

 [  Getting Started   Learn the basics of installing, setting up, and creating your first code snippet.   3 articles  ](https://www.tassos.gr/docs/code-snippets/getting-started) [  Snippet Types   Explore PHP, JavaScript, CSS, and HTML snippets and when to use each type.   8 articles  ](https://www.tassos.gr/docs/code-snippets/types) [  Snippet Locations   Discover where snippets can be inserted: header, footer, articles, and more.   4 articles  ](https://www.tassos.gr/docs/code-snippets/locations) [  How-to Guides   Step-by-step tutorials for customizing your site. Learn to add analytics, enhance content, and improve UX.   5 articles  ](https://www.tassos.gr/docs/code-snippets/howto) [  Recipes   Practical patterns for combining extension features to control when, where, and who sees your snippets.   3 articles  ](https://www.tassos.gr/docs/code-snippets/recipes) [  Functionality   Deep dive into features like conditional logic, priorities, and ACL controls.   3 articles  ](https://www.tassos.gr/docs/code-snippets/functionality) [  Troubleshooting   Solve common issues and learn how to debug snippets that aren't working.   0 articles  ](https://www.tassos.gr/docs/code-snippets/troubleshooting)

## 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": "Tassos Code Snippets",
            "item": "https://www.tassos.gr/docs/code-snippets"
        }
    ]
}
```
