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

---

Plugins durchsuchen

Dieses Plugin **ist nicht mit den jüngsten 3 Hauptversionen von WordPress** getestet
worden. Es wird möglicherweise nicht mehr gewartet oder unterstützt und kann Kompatibilitätsprobleme
haben, wenn es mit neueren Versionen von WordPress verwendet wird.

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

# TabbedCode

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

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

 * [Details](https://de.wordpress.org/plugins/tabbed-code/#description)
 * [Rezensionen](https://de.wordpress.org/plugins/tabbed-code/#reviews)
 *  [Installation](https://de.wordpress.org/plugins/tabbed-code/#installation)
 * [Entwicklung](https://de.wordpress.org/plugins/tabbed-code/#developers)

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

## Beschreibung

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.

Beispiel:

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

## Screenshots

 * [[
 * Example tab group for code

## Installation

 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

## Rezensionen

Für dieses Plugin gibt es keine Rezensionen.

## Mitwirkende und Entwickler

„TabbedCode“ ist Open-Source-Software. Folgende Menschen haben an diesem Plugin 
mitgewirkt:

Mitwirkende

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

[Übersetze „TabbedCode“ in deine Sprache.](https://translate.wordpress.org/projects/wp-plugins/tabbed-code)

### Interessiert an der Entwicklung?

[Durchstöbere den Code](https://plugins.trac.wordpress.org/browser/tabbed-code/),
sieh dir das [SVN-Repository](https://plugins.svn.wordpress.org/tabbed-code/) an
oder abonniere das [Entwicklungsprotokoll](https://plugins.trac.wordpress.org/log/tabbed-code/)
per [RSS](https://plugins.trac.wordpress.org/log/tabbed-code/?limit=100&mode=stop_on_copy&format=rss).

## Änderungsprotokoll

#### 1.0

 * Release

## Meta

 *  Version **1.0**
 *  Zuletzt aktualisiert **vor 9 Jahren**
 *  Aktive Installationen **weniger als 10**
 *  WordPress-Version ** 4.7 oder höher **
 *  Getestet bis **4.7.33**
 *  Sprache
 * [English (US)](https://wordpress.org/plugins/tabbed-code/)
 * Schlagwörter
 * [code](https://de.wordpress.org/plugins/tags/code/)[tabbed](https://de.wordpress.org/plugins/tags/tabbed/)
   [tabs](https://de.wordpress.org/plugins/tags/tabs/)
 *  [Erweiterte Ansicht](https://de.wordpress.org/plugins/tabbed-code/advanced/)

## Bewertungen

Es wurden noch keine Rezensionen eingereicht.

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

[Alle Rezensionen anzeigen](https://wordpress.org/support/plugin/tabbed-code/reviews/)

## Mitwirkende

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

## Support

Möchtest du etwas mitteilen? Brauchst du Unterstützung?

 [Support-Forum anzeigen](https://wordpress.org/support/plugin/tabbed-code/)

## Spenden

Möchtest du die Weiterentwicklung dieses Plugins unterstützen?

 [ Für dieses Plugin spenden ](https://marvin-dalheimer.de)