开发者 |
msopentech
ivycat bradyvercher sewmyheadon kidsguide |
---|---|
更新时间 | 2014年6月11日 03:02 |
PHP版本: | 3.8 及以上 |
WordPress版本: | 3.9 |
版权: | GPLv2 or later |
版权网址: | 版权信息 |
bing-translator
folder to the /wp-content/plugins/
directory.[bing_translator]
shortcode will be placed within the content area. Note: this widget displays inline, so you may wish to add a line break before and after to make sure it clears your existing content.<?php bing_translator(); ?>
[notranslate][/notranslate]
shortcode:
No, this plugin is completely free.
There's no limit.
Yes. No problem. Because the widget is powered by JavaScript running in the visitor's browser, it translates any web page on-the-fly.
No. The plugin uses the language settings in WordPress. Find out more about WordPress in your language.
The Bing Translator widget is displayed on the site using the visitor's browser language settings. To see how the Bing Translator widget looks in German, you need to change your browser accept-language setting to German. Instructions to change default browser language settings for:
Yes. However, the Bing Translator will only show on each page once. So, it's best to decide on one implementation (Widget, Template Tag, or Shortcode) and stick with it.
Yes. The [notranslate][/notranslate]
shortcode will protect content from being translated regardless of how you embed the Bing Translator on your site.
[bing_translator]
shortcode to each piece of content on which you'd like it to appear.If you're implementing the Bing Translator plugin using WordPress Shortcodes or Template Tags, you can change the output by passing along an array of arguments. Here are the possible arguments:
center
or left
or right
yes
or no
manual
or auto
light
or dark
[bing_translator align="center" enable_ctf="yes" mode="manual" theme="dark"]
** Passing arguments to Template Tag **
bing_translator( array( 'align' => '', 'enable_ctf' => yes, 'mode' => 'manual', 'theme' => 'dark', ) );