Това разширение не е обновявано повече от 2 години. Може вече да не се поддържа и да има проблеми със съвместимостта при използването му на по-нови версии на WordPress.

TabbedCode

Описание

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

Инсталиране

  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

Отзиви

There are no reviews for this plugin.

Сътрудници и разработчици

“TabbedCode” е софтуер с отворен код. Към разширението са допринесли следните хора:

Сътрудници

Превеждане на “TabbedCode” на вашия език.

Имате интерес към разработване?

Преглеждане на кода, разглеждане на SVN хранилище, или абонамент към програмната история (log) чрез RSS.

Списък с промени

1.0

  • Release