Title: TabbedCode
Author: rinma
Published: <strong>25.04.2017</strong>
Last modified: 25.04.2017

---

Шукати плагіни

Цей плагін **не перевірявся з останніми 3-ма основними випусками WordPress**. Можливо,
він більше не може розроблятися або підтримуватися, і він може мати проблеми сумісності
при використанні з більш новими версіями WordPress.

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

# TabbedCode

 Від автора [rinma](https://profiles.wordpress.org/rinma/)

[Завантажити](https://downloads.wordpress.org/plugin/tabbed-code.1.0.zip)

 * [Деталі](https://uk.wordpress.org/plugins/tabbed-code/#description)
 * [Відгуки](https://uk.wordpress.org/plugins/tabbed-code/#reviews)
 *  [Встановлення](https://uk.wordpress.org/plugins/tabbed-code/#installation)
 * [Розробка](https://uk.wordpress.org/plugins/tabbed-code/#developers)

 [Підтримка](https://wordpress.org/support/plugin/tabbed-code/)

## Опис

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

## Скріншоти

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

Example tab group for code

## Встановлення

 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

## Часті питання

  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

## Відгуки

Для цього плагіна немає відгуків.

## Учасники та розробники

“TabbedCode” — проект з відкритим вихідним кодом. В розвиток плагіну внесли свій
вклад наступні учасники:

Учасники

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

[Перекладіть “TabbedCode” на вашу мову.](https://translate.wordpress.org/projects/wp-plugins/tabbed-code)

### Цікавитесь розробкою?

[Перегляньте код](https://plugins.trac.wordpress.org/browser/tabbed-code/), перегляньте
[сховище SVN](https://plugins.svn.wordpress.org/tabbed-code/) або підпишіться на
[журнал розробки](https://plugins.trac.wordpress.org/log/tabbed-code/) за допомогою
[RSS](https://plugins.trac.wordpress.org/log/tabbed-code/?limit=100&mode=stop_on_copy&format=rss).

## Журнал змін

#### 1.0

 * Release

## Мета

 *  Версія **1.0**
 *  Останнє оновлення **9 років тому**
 *  Активних встановлень **Менше 10**
 *  Версія WordPress ** 4.7 або вище **
 *  Tested up to **4.7.34**
 *  Мова
 * [English (US)](https://wordpress.org/plugins/tabbed-code/)
 * Позначки
 * [code](https://uk.wordpress.org/plugins/tags/code/)[tabbed](https://uk.wordpress.org/plugins/tags/tabbed/)
   [tabs](https://uk.wordpress.org/plugins/tags/tabs/)
 *  [Розширений перегляд](https://uk.wordpress.org/plugins/tabbed-code/advanced/)

## Оцінки

No reviews have been submitted yet.

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

[See all reviews](https://wordpress.org/support/plugin/tabbed-code/reviews/)

## Учасники

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

## Підтримка

Є що сказати? Потрібна допомога?

 [Перейти в форум підтримки](https://wordpress.org/support/plugin/tabbed-code/)

## Пожертвування

Ви хотіли б підтримати розвиток цього плагіна?

 [ Пожертвувати на розвиток плагіна ](https://marvin-dalheimer.de)