Plugin Name
开发者 |
Ivan Kazandjiev
|
更新时间 |
2012年6月28日 01:34 |
PHP版本: |
1.1 及以上 |
WordPress版本: |
2.1 |
版权: |
GPLv2 or later |
版权网址: |
版权信息
|
详情介绍:
The next shortcode is example of the simple usage of Translation Box:
[translation_box languages="english,russian,german,spanish,french,chinese" width="100%" height="200px" bgcolor="white" txtcolor="#000000"]
The shortcode is [translation_box]. If you use it by itself it will default to showing all the languages from the full list at the end of the section and also will have width of 100%, height of 110px, bgcolor of white and txtcolor of black.
1.The first attribute is called languages and is equal to the list of languages (for full list of supported langugages check the bottom section !) you would like to include in your translation box. Make sure you use comma for separation of different languages.
2.The second attribute is called width and it is used for setting up the width of the translation boxes. It can accept values in %, px, em, etc. .
3.The third attribute is called height and it is used for setting up the width of the translation boxes. It can accept values in %, px, em, etc. .
4.The fourth attribute is called bgcolor and it is used for setting up the CSS background color for the text box for translation. Make sure you suppliy valid CSS values for this property .
5.The fifth attribute is called txtcolor and it is used for setting up the color of the text in the text box for translation. Make sure you suppliy valid CSS values for this property .
安装:
- UnZip "translatorbox.zip" on your computer
- Upload
translatorbox
folder to the /wp-content/plugins/
directory
- Activate the plugin through the 'Plugins' menu in WordPress
- Enjoy
更新日志:
0.1
- More Languages added to our plugin