Plugin nebyl testován na 3 nejnovějších verzích WordPressu. Nemusí už být tedy podporován a u novějších verzí WordPressu může mít problémy s kompatibilitou a může být nestabilní.

TabbedCode

Popis

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]

Snímky obrazovky

  • Example tab group for code

Instalace

  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

Nejčastější dotazy

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

Recenze

Pro tento plugin nejsou žádné recenze.

Autoři

TabbedCode je otevřený software. Následující lidé přispěli k vývoji tohoto pluginu.

Spolupracovníci

Přeložte “TabbedCode” do svého jazyka.

Zajímá vás vývoj?

Prohledejte kód, podívejte se do SVN repozitáře, nebo se přihlaste k odběru protokolu vývoje pomocí RSS.

Přehled změn

1.0

  • Release