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

---

Pesquisar plugins

Este plugin **não foi testado com os 3 lançamentos principais mais recentes do WordPress**.
Ele pode não ser mais mantido ou suportado e pode ter problemas de compatibilidade
quando usado com versões mais recentes do WordPress.

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

# TabbedCode

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

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

 * [Detalhes](https://br.wordpress.org/plugins/tabbed-code/#description)
 * [Avaliações](https://br.wordpress.org/plugins/tabbed-code/#reviews)
 *  [Instalação](https://br.wordpress.org/plugins/tabbed-code/#installation)
 * [Desenvolvimento](https://br.wordpress.org/plugins/tabbed-code/#developers)

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

## Descrição

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

## Capturas de tela

 * [[
 * Example tab group for code

## Instalação

 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

## Perguntas frequentes

  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

## Avaliações

Não há avaliações para este plugin.

## Colaboradores e desenvolvedores

“TabbedCode” é um programa de código aberto. As seguintes pessoas contribuíram para
este plugin.

Colaboradores

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

[Traduzir o “TabbedCode” para seu idioma.](https://translate.wordpress.org/projects/wp-plugins/tabbed-code)

### Interessado no desenvolvimento?

[Navegue pelo código](https://plugins.trac.wordpress.org/browser/tabbed-code/), 
consulte o [repositório SVN](https://plugins.svn.wordpress.org/tabbed-code/) ou 
assine o [registro de desenvolvimento](https://plugins.trac.wordpress.org/log/tabbed-code/)
por [RSS](https://plugins.trac.wordpress.org/log/tabbed-code/?limit=100&mode=stop_on_copy&format=rss).

## Registro de alterações

#### 1.0

 * Release

## Meta

 *  Versão **1.0**
 *  Última atualização **9 anos atrás**
 *  Instalações ativas **Menos de 10**
 *  Versão do WordPress ** 4.7 ou superior **
 *  Testado até **4.7.33**
 *  Idioma
 * [English (US)](https://wordpress.org/plugins/tabbed-code/)
 * Tags
 * [code](https://br.wordpress.org/plugins/tags/code/)[tabbed](https://br.wordpress.org/plugins/tags/tabbed/)
   [tabs](https://br.wordpress.org/plugins/tags/tabs/)
 *  [Visualização avançada](https://br.wordpress.org/plugins/tabbed-code/advanced/)

## Classificações

Ainda não foi enviada nenhuma avaliação.

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

[Ver todas avaliações](https://wordpress.org/support/plugin/tabbed-code/reviews/)

## Colaboradores

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

## Suporte

Tem algo a dizer? Precisa de ajuda?

 [Ver fórum de suporte](https://wordpress.org/support/plugin/tabbed-code/)

## Doar

Gostaria de contribuir para o desenvolvimento deste plugin?

 [ Doe para este plugin ](https://marvin-dalheimer.de)