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

---

Sök tillägg

Det här tillägget **har inte testats med någon av de 3 senaste huvudversionerna 
av WordPress**. Det kanske inte längre underhålls och kan ha kompatibilitetsproblem
när det används tillsammans med nyare versioner av WordPress.

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

# TabbedCode

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

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

 * [Detaljer](https://sv.wordpress.org/plugins/tabbed-code/#description)
 * [Recensioner](https://sv.wordpress.org/plugins/tabbed-code/#reviews)
 *  [Installation](https://sv.wordpress.org/plugins/tabbed-code/#installation)
 * [Utveckling](https://sv.wordpress.org/plugins/tabbed-code/#developers)

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

## Beskrivning

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ärmdumpar

[⌊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

## Vanliga frågor

  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

## Recensioner

Detta tillägg har inga recensioner.

## Bidragsgivare och utvecklare

”TabbedCode” är programvara med öppen källkod. Följande personer har bidragit till
detta tillägg.

Bidragande personer

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

[Översätt ”TabbedCode” till ditt språk.](https://translate.wordpress.org/projects/wp-plugins/tabbed-code)

### Intresserad av programutveckling?

[Läs programkoden](https://plugins.trac.wordpress.org/browser/tabbed-code/), kika
på [SVN-filförvaret](https://plugins.svn.wordpress.org/tabbed-code/) eller prenumerera
på [utvecklarloggen](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).

## Ändringslogg

#### 1.0

 * Release

## Meta

 *  Version **1.0**
 *  Senast uppdaterat **9 år sedan**
 *  Aktiva installationer **Färre än 10**
 *  WordPress-version ** 4.7 eller senare **
 *  Testat upp till **4.7.37**
 *  Språk
 * [English (US)](https://wordpress.org/plugins/tabbed-code/)
 * Etiketter
 * [code](https://sv.wordpress.org/plugins/tags/code/)[tabbed](https://sv.wordpress.org/plugins/tags/tabbed/)
   [tabs](https://sv.wordpress.org/plugins/tags/tabs/)
 *  [Avancerad vy](https://sv.wordpress.org/plugins/tabbed-code/advanced/)

## Betyg

Än så länge har inga recensioner skickats in.

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

[Visa alla recensioner](https://wordpress.org/support/plugin/tabbed-code/reviews/)

## Bidragande personer

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

## Support

Har du något att säga? Behöver du hjälp?

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

## Donera

Skulle du vilja bidra till utvecklingen av detta tillägg?

 [ Donera till det här tillägget ](https://marvin-dalheimer.de)