#Transifex Live Wordpress Plugin


[What is Transifex?](https://www.transifex.com/product/?utm_source=github&utm_medium=web&utm_campaign=tx-live-wp-plugin)



[What is Transifex Live?](https://www.transifex.com/product/transifexlive/)


== Description ==

In order to use Transifex Live you will need to [sign up here for a FREE account](https://www.transifex.com/signup/?utm_source=github&utm_medium=web&utm_campaign=tx-live-wp-plugin).  This plugin also requires a Transifex Live API key.  More information about how to obtain a key can be found in the [Transifex Live documentation here](http://docs.transifex.com/developer/live/?utm_source=github&utm_medium=web&utm_campaign=tx-live-wp-plugin), if you don't have a key yet.  

== Features ==

* Integrates Transifex Live into your WordPress site using your API key.
* Display language selector in top left, top right, bottom left, or bottom right corner of your site.
* Auto-detect the browser locale and translate the page.
* Automatically identify new strings when page content changes.
* Customize the language switcher by choosing your own color scheme.

== Get Involved ==

Developers can contribute via this repository.  Please send a Pull Request.

Translators can contribute new languages to this plugin or our other WordPress plugins through [Transifex](https://www.transifex.com/projects/p/transifex-live/).

== Minimum Requirements ==

* WordPress 3.0 or greater
* PHP version 5.2.4 or greater
* MySQL version 5.0 or greater

=== Installation ===

== Automatic Installation ==

Automatic installation is the easiest option as WordPress handles the file transfers itself and you don’t need to leave your web browser. To do an automatic install of Transifex Live, log in to your WordPress admin panel, navigate to the Plugins menu and click Add New.

In the search field type "Transifex Live" and click Search Plugins. Once you’ve found the plugin you can view details about it such as the point release, rating and description. Most importantly of course, you can install it by simply clicking Install Now. After clicking that link you will be asked if you’re sure you want to install the plugin. Click yes and WordPress will automatically complete the installation.

== Manual Installation ==

The manual installation method involves downloading the plugin and uploading it to your webserver via your favorite FTP application.

1. Download the plugin file to your computer and unzip it
2. Using an FTP program, or your hosting control panel, upload the unzipped plugin folder to your WordPress installation’s wp-content/plugins/ directory.
3. Activate the plugin from the Plugins menu within the WordPress admin.

== Upgrading ==

Automatic updates should work like a charm; as always though, ensure you backup your site just in case.

== Changelog ==

= 1.0.0 =
Full relase.  Restructured plugin to follow boilerplate.  Added unit tests.

= 1.0.1
Minor edits for documentation