Title: TabbedCode
Author: rinma
Published: <strong>25 Aprile 2017</strong>
Last modified: 25 Aprile 2017

---

Ricerca i plugin

Questo plugin **non è stato testato con le ultime 3 versioni principali (major releases)
di WordPress**. Potrebbe non essere più mantenuto, o supportato, e potrebbe presentare
problemi di compatibilità se utilizzato con versioni più recenti di WordPress.

![](https://s.w.org/plugins/geopattern-icon/tabbed-code.svg)

# TabbedCode

 Di [rinma](https://profiles.wordpress.org/rinma/)

[Scarica](https://downloads.wordpress.org/plugin/tabbed-code.1.0.zip)

 * [Dettagli](https://it.wordpress.org/plugins/tabbed-code/#description)
 * [Recensioni](https://it.wordpress.org/plugins/tabbed-code/#reviews)
 *  [Installazione](https://it.wordpress.org/plugins/tabbed-code/#installation)
 * [Sviluppo](https://it.wordpress.org/plugins/tabbed-code/#developers)

 [Supporto](https://wordpress.org/support/plugin/tabbed-code/)

## Descrizione

Adds Shortcodes for adding code examples in tabs to your blog.

The Plugin adds two shortcodes.
 The first is [tab_group] and it needs an id. This
id must be unique! The second is [tab_code] and it takes the language from your 
code snippet as parameter. You can use all languages from highlight.js. When no 
language is provided the text will be interpreted as a simple text.

Example:

    ```
    [tab_group id="hello-world"]
        [tab_code lang="javascript"]
            console.log("Hello World");
        [/tab_code]
        [tab_code lang="sql"]
            SELECT * FROM hello_world;
        [/tab_code]
        [tab_code]
            Hello World
        [/tab_code]
    [/tab_group]
    ```

## Screenshot

 * [[
 * Example tab group for code

## Installazione

 1. Install the plugin through the WordPress plugins screen directly or upload the 
    plugin to `/wp-content/plugins/TabbedCode` directory
 2. Activate the plugin through the ‘Plugins’ screen in WordPress

## FAQ

  Installation Instructions

 1. Install the plugin through the WordPress plugins screen directly or upload the 
    plugin to `/wp-content/plugins/TabbedCode` directory
 2. Activate the plugin through the ‘Plugins’ screen in WordPress

## Recensioni

Non ci sono recensioni per questo plugin.

## Contributi e sviluppo

“TabbedCode” è un software open source. Le persone che hanno contribuito allo sviluppo
di questo plugin sono indicate di seguito.

Collaboratori

 *   [ rinma ](https://profiles.wordpress.org/rinma/)

[Traduci “TabbedCode” nella tua lingua.](https://translate.wordpress.org/projects/wp-plugins/tabbed-code)

### Ti interessa lo sviluppo?

[Esplora il codice](https://plugins.trac.wordpress.org/browser/tabbed-code/) segui
il [repository SVN](https://plugins.svn.wordpress.org/tabbed-code/), segui il [log delle modifiche](https://plugins.trac.wordpress.org/log/tabbed-code/)
tramite [RSS](https://plugins.trac.wordpress.org/log/tabbed-code/?limit=100&mode=stop_on_copy&format=rss).

## Changelog

#### 1.0

 * Release

## Meta

 *  Versione **1.0**
 *  Ultimo aggiornamento **9 anni fa**
 *  Installazioni attive **Meno di 10**
 *  Versione WordPress ** 4.7 o superiore **
 *  Testato fino alla versione **4.7.33**
 *  Lingua
 * [English (US)](https://wordpress.org/plugins/tabbed-code/)
 * Tag
 * [code](https://it.wordpress.org/plugins/tags/code/)[tabbed](https://it.wordpress.org/plugins/tags/tabbed/)
   [tabs](https://it.wordpress.org/plugins/tags/tabs/)
 *  [Visualizzazione avanzata](https://it.wordpress.org/plugins/tabbed-code/advanced/)

## Valutazioni

Non sono state ancora inviate recensioni.

[Your review](https://wordpress.org/support/plugin/tabbed-code/reviews/#new-post)

[Vedi tutte le recensioni](https://wordpress.org/support/plugin/tabbed-code/reviews/)

## Collaboratori

 *   [ rinma ](https://profiles.wordpress.org/rinma/)

## Supporto

Hai qualcosa da dire? Ti serve aiuto?

 [Chiedi nel forum di supporto](https://wordpress.org/support/plugin/tabbed-code/)

## Donazioni

Vuoi sostenere le versioni future?

 [ Fai una donazione per lo sviluppo ](https://marvin-dalheimer.de)