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

---

Søg plugins

Dette plugin **er ikke blevet testet med de seneste 3 større udgivelser af WordPress**.
Det vedligeholdes eller understøttes muligvis ikke længere og kan have kompatibilitetsproblemer,
når det bruges med nyere versioner af WordPress.

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

# TabbedCode

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

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

 * [Detaljer](https://da.wordpress.org/plugins/tabbed-code/#description)
 * [Vurderinger](https://da.wordpress.org/plugins/tabbed-code/#reviews)
 *  [Installation](https://da.wordpress.org/plugins/tabbed-code/#installation)
 * [Udvikling](https://da.wordpress.org/plugins/tabbed-code/#developers)

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

## Beskrivelse

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

## Skærmbilleder

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

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

## Anmeldelser

Der er ingen anmeldelser for denne widget.

## Bidragsydere & udviklere

“TabbedCode” er open source-software. Følgende personer har bidraget til dette plugin.

Bidragsydere

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

[Oversæt “TabbedCode” til dit eget sprog.](https://translate.wordpress.org/projects/wp-plugins/tabbed-code)

### Interesseret i udvikling?

[Gennemse koden](https://plugins.trac.wordpress.org/browser/tabbed-code/), tjek 
[SVN repository](https://plugins.svn.wordpress.org/tabbed-code/), eller abonner 
på [udviklerloggen](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).

## Ændringslog

#### 1.0

 * Release

## Meta

 *  Version **1.0**
 *  Senest opdateret **9 år siden**
 *  Aktive installationer **Færre end 10**
 *  WordPress-version ** 4.7 eller højere **
 *  Testet op til **4.7.33**
 *  Sprog
 * [English (US)](https://wordpress.org/plugins/tabbed-code/)
 * Tags
 * [code](https://da.wordpress.org/plugins/tags/code/)[tabbed](https://da.wordpress.org/plugins/tags/tabbed/)
   [tabs](https://da.wordpress.org/plugins/tags/tabs/)
 *  [Avanceret visning](https://da.wordpress.org/plugins/tabbed-code/advanced/)

## Bedømmelser

Der er endnu ikke indsendt nogen anmeldelser.

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

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

## Bidragsydere

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

## Support

Har du noget at sige? Har du brug for hjælp?

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

## Donér

Vil du gerne støtte udviklingen af dette plugin?

 [ Donér til dette plugin ](https://marvin-dalheimer.de)