plugin-icon

TabbedCode

作者 rinma·
Adds Shortcodes for adding code examples in tabs to your blog.
版本
1.0
最近更新:
Apr 25, 2017

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]
免費使用Business方案
目前已測試版本
WordPress 4.7.31
此外掛程式已可供下載,並可用於你 系統。