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

---

Plugins zoeken

Deze plugin **is niet getest met de laatste 3 grotere versies van WordPress**. Mogelijk
wordt het niet meer onderhouden of ondersteund. Ook kunnen er compatibiliteitsproblemen
ontstaan wanneer het wordt gebruikt met recentere versies van WordPress.

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

# TabbedCode

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

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

 * [Details](https://nl.wordpress.org/plugins/tabbed-code/#description)
 * [Beoordelingen](https://nl.wordpress.org/plugins/tabbed-code/#reviews)
 *  [Installatie](https://nl.wordpress.org/plugins/tabbed-code/#installation)
 * [Ontwikkeling](https://nl.wordpress.org/plugins/tabbed-code/#developers)

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

## Beschrijving

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

## Schermafbeeldingen

 * [[
 * Example tab group for code

## Installatie

 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

## Beoordelingen

Er zijn geen beoordelingen voor deze plugin.

## Bijdragers & ontwikkelaars

“TabbedCode” is open source software. De volgende personen hebben bijgedragen aan
deze plugin.

Bijdragers

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

[Vertaal “TabbedCode” in je eigen taal.](https://translate.wordpress.org/projects/wp-plugins/tabbed-code)

### Interesse in ontwikkeling?

[Bekijk de code](https://plugins.trac.wordpress.org/browser/tabbed-code/), haal 
de [SVN repository](https://plugins.svn.wordpress.org/tabbed-code/) op, of abonneer
je op het [ontwikkellog](https://plugins.trac.wordpress.org/log/tabbed-code/) via
[RSS](https://plugins.trac.wordpress.org/log/tabbed-code/?limit=100&mode=stop_on_copy&format=rss).

## Changelog

#### 1.0

 * Release

## Meta

 *  Versie **1.0**
 *  Laatst geüpdatet **9 jaar geleden**
 *  Actieve installaties **Minder dan 10**
 *  WordPress versie ** 4.7 of nieuwer **
 *  Getest t/m **4.7.33**
 *  Taal
 * [English (US)](https://wordpress.org/plugins/tabbed-code/)
 * Tags
 * [code](https://nl.wordpress.org/plugins/tags/code/)[tabbed](https://nl.wordpress.org/plugins/tags/tabbed/)
   [tabs](https://nl.wordpress.org/plugins/tags/tabs/)
 *  [Geavanceerde weergave](https://nl.wordpress.org/plugins/tabbed-code/advanced/)

## Waarderingen

Er zijn nog geen beoordelingen ingediend.

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

[Bekijk alle beoordelingen](https://wordpress.org/support/plugin/tabbed-code/reviews/)

## Bijdragers

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

## Ondersteuning

Iets te melden? Hulp nodig?

 [Het supportforum bekijken](https://wordpress.org/support/plugin/tabbed-code/)

## Doneren

Wil je de groei van deze plugin ondersteunen?

 [ Doneer aan deze plugin ](https://marvin-dalheimer.de)