外掛說明
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]
安裝方式
- Install the plugin through the WordPress plugins screen directly or upload the plugin to
/wp-content/plugins/TabbedCode
directory - Activate the plugin through the ‘Plugins’ screen in WordPress
常見問題集
- Installation Instructions
-
- Install the plugin through the WordPress plugins screen directly or upload the plugin to
/wp-content/plugins/TabbedCode
directory - Activate the plugin through the ‘Plugins’ screen in WordPress
- Install the plugin through the WordPress plugins screen directly or upload the plugin to
使用者評論
這個外掛目前沒有任何使用者評論。
參與者及開發者
變更記錄
1.0
- Release