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

---

Prohledat pluginy

Plugin **nebyl testován na 3 nejnovějších verzích WordPressu.** Nemusí už být tedy
podporován a u novějších verzí WordPressu může mít problémy s kompatibilitou a může
být nestabilní.

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

# TabbedCode

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

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

 * [Podrobnosti](https://cs.wordpress.org/plugins/tabbed-code/#description)
 * [Hodnocení](https://cs.wordpress.org/plugins/tabbed-code/#reviews)
 *  [Instalace](https://cs.wordpress.org/plugins/tabbed-code/#installation)
 * [Vývojáři](https://cs.wordpress.org/plugins/tabbed-code/#developers)

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

## Popis

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

## Snímky obrazovky

 * [[
 * Example tab group for code

## Instalace

 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

## Nejčastější dotazy

  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

## Recenze

Pro tento plugin nejsou žádné recenze.

## Autoři

TabbedCode je otevřený software. Následující lidé přispěli k vývoji tohoto pluginu.

Spolupracovníci

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

[Přeložte “TabbedCode” do svého jazyka.](https://translate.wordpress.org/projects/wp-plugins/tabbed-code)

### Zajímá vás vývoj?

[Prohledejte kód](https://plugins.trac.wordpress.org/browser/tabbed-code/), podívejte
se do [SVN repozitáře](https://plugins.svn.wordpress.org/tabbed-code/), nebo se 
přihlaste k[ odběru protokolu vývoje](https://plugins.trac.wordpress.org/log/tabbed-code/)
pomocí [RSS](https://plugins.trac.wordpress.org/log/tabbed-code/?limit=100&mode=stop_on_copy&format=rss).

## Přehled změn

#### 1.0

 * Release

## Meta

 *  Verze **1.0**
 *  Poslední aktualizace **před 9 roky**
 *  Aktivních instalací **Méně než 10**
 *  Verze WordPressu ** 4.7 nebo novější **
 *  Testováno až do WordPressu **4.7.33**
 *  Jazyk
 * [English (US)](https://wordpress.org/plugins/tabbed-code/)
 * Štítky
 * [code](https://cs.wordpress.org/plugins/tags/code/)[tabbed](https://cs.wordpress.org/plugins/tags/tabbed/)
   [tabs](https://cs.wordpress.org/plugins/tags/tabs/)
 *  [Podrobnosti](https://cs.wordpress.org/plugins/tabbed-code/advanced/)

## Hodnocení

Zatím nebyly zadány žádné recenze.

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

[Zobrazit všechny recenze](https://wordpress.org/support/plugin/tabbed-code/reviews/)

## Spolupracovníci

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

## Podpora

Potřebujete pomoc?

 [Fórum podpory](https://wordpress.org/support/plugin/tabbed-code/)

## Dary

Chtěli byste podpořit vývoj tohoto pluginu?

 [ Přispět na tento plugin ](https://marvin-dalheimer.de)