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

---

Buscar plugins

Este plugin **no se ha probado con las últimas 3 versiones mayores de WordPress**.
Puede que ya no tenga soporte ni lo mantenga nadie, o puede que tenga problemas 
de compatibilidad cuando se usa con las versiones más recientes de WordPress.

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

# TabbedCode

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

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

 * [Detalles](https://es-mx.wordpress.org/plugins/tabbed-code/#description)
 * [Opiniones](https://es-mx.wordpress.org/plugins/tabbed-code/#reviews)
 *  [Instalación](https://es-mx.wordpress.org/plugins/tabbed-code/#installation)
 * [Desarrollo](https://es-mx.wordpress.org/plugins/tabbed-code/#developers)

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

## Descripción

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

 * [[
 * Example tab group for code

## Instalación

 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

## Preguntas frecuentes

  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

## Reseñas

No hay reseñas para este plugin.

## Colaboradores y desarrolladores

Este software es de código abierto. Las siguientes personas han contribuido a este
plugin.

Colaboradores

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

[Traduce “TabbedCode” a tu idioma.](https://translate.wordpress.org/projects/wp-plugins/tabbed-code)

### ¿Interesado en el desarrollo?

[Revisa el código](https://plugins.trac.wordpress.org/browser/tabbed-code/), echa
un vistazo al [repositorio SVN](https://plugins.svn.wordpress.org/tabbed-code/) 
o suscríbete al [registro de desarrollo](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 cambios

#### 1.0

 * Release

## Meta

 *  Versión **1.0**
 *  Última actualización **hace 9 años**
 *  Instalaciones activas **Menos de 10**
 *  Versión de WordPress ** 4.7 o superior **
 *  Probado hasta **4.7.33**
 *  Idioma
 * [English (US)](https://wordpress.org/plugins/tabbed-code/)
 * Etiquetas:
 * [code](https://es-mx.wordpress.org/plugins/tags/code/)[tabbed](https://es-mx.wordpress.org/plugins/tags/tabbed/)
   [tabs](https://es-mx.wordpress.org/plugins/tags/tabs/)
 *  [Vista avanzada](https://es-mx.wordpress.org/plugins/tabbed-code/advanced/)

## Valoraciones

Aún no se han enviado valoraciones.

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

[Ver todas las valoraciones](https://wordpress.org/support/plugin/tabbed-code/reviews/)

## Colaboradores

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

## Soporte

¿Tienes algo que decir? ¿Necesitas ayuda?

 [Ver el foro de soporte](https://wordpress.org/support/plugin/tabbed-code/)

## Donar

¿Te gustaría apoyar el progreso de este plugin?

 [ Dona a este plugin ](https://marvin-dalheimer.de)