Home Plugins tabbed code
TabbedCode logo

TabbedCode

by rinma on WordPress.org

Adds Shortcodes for adding code examples in tabs to your blog.

(0)
Example tab group for code

Example tab group for 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]
Active installations0+
Weekly downloads
7-41.67%
Version1.0
Last updated4/25/2017
WordPress version4.7
Tested up to4.7.29
Tags
codeexamplestabbedtabs