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

---

Caută module

Acest modul **nu a fost testat cu ultimele 3 versiuni importante ale WordPress**.
S-ar putea să nu mai fie întreținut sau susținut și ar putea avea probleme de compatibilitate
când este folosit cu versiuni recente ale WordPress.

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

# TabbedCode

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

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

 * [Detalii](https://ro.wordpress.org/plugins/tabbed-code/#description)
 * [Recenzii](https://ro.wordpress.org/plugins/tabbed-code/#reviews)
 *  [Instalare](https://ro.wordpress.org/plugins/tabbed-code/#installation)
 * [Dezvoltare](https://ro.wordpress.org/plugins/tabbed-code/#developers)

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

## Descriere

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]
    ```

## Capturi ecran

[⌊Example tab group for code⌉⌊Example tab group for code⌉[

Example tab group for code

## Instalare

 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

## Întrebări frecvente

  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

## Recenzii

Nu există nicio verificare pentru acest modul.

## Contributori și dezvoltatori

„TabbedCode” este un software open-source. La acest modul au contribuit următoarele
persoane.

Contributori

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

[Tradu „TabbedCode” în limba ta.](https://translate.wordpress.org/projects/wp-plugins/tabbed-code)

### Te interesează dezvoltarea?

[Răsfoiește codul](https://plugins.trac.wordpress.org/browser/tabbed-code/), vezi
[depozitarul SVN](https://plugins.svn.wordpress.org/tabbed-code/), sau abonează-
te la [jurnalul de dezvoltare](https://plugins.trac.wordpress.org/log/tabbed-code/)
prin [RSS](https://plugins.trac.wordpress.org/log/tabbed-code/?limit=100&mode=stop_on_copy&format=rss).

## Istoric modificări

#### 1.0

 * Release

## Meta

 *  Versiunea **1.0**
 *  Ultima actualizare **Acum 9 ani**
 *  Instalări active: **Mai puțin de 10**
 *  Versiune WordPress ** 4.7 sau mai recentă **
 *  Testat până la **4.7.35**
 *  Limbă
 * [English (US)](https://wordpress.org/plugins/tabbed-code/)
 * Etichete
 * [code](https://ro.wordpress.org/plugins/tags/code/)[tabbed](https://ro.wordpress.org/plugins/tags/tabbed/)
   [tabs](https://ro.wordpress.org/plugins/tags/tabs/)
 *  [Vizualizare avansată](https://ro.wordpress.org/plugins/tabbed-code/advanced/)

## Evaluări

Nu a fost trimisă nicio recenzie până acum.

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

[Vezi toate recenziile](https://wordpress.org/support/plugin/tabbed-code/reviews/)

## Contributori

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

## Suport

Ai ceva de zis? Ai nevoie de ajutor?

 [Vezi forumul pentru suport](https://wordpress.org/support/plugin/tabbed-code/)

## Donează

Vrei să sprijini dezvoltarea acestui modul?

 [ Donează pentru acest modul ](https://marvin-dalheimer.de)