Descripción
Hello In All Languages displays a «hello» word translated to the official language of the country the visitor’s IP belongs to.
Instalación
How to install
- Upload the extracted archive to wp-content/plugins/ or upload the archive from the admin dashboard (Plugins -> Add New -> Upload).
- Activate the plugin via the Plugins menu.
How to configure
- Open the plugin settings page (Settings -> Hello In All Languages).
- Sign up for a free DB-IP.com API key and paste it in the appropriate field.
- Select how the word will be displayed (capitalised, uppercase, or lowercase).
- Select the default language (will be used if the visitor’s IP cannot be determined).
How to use
Enter the shortcode [HELLO-IN-ALL-LANGUAGES] in any post or page and the translated hello will be displayed.
Notes
- To ensure that all the hello translations will be displayed correctly, please use UTF-8 charset.
- Please be aware that the plugin may not work properly if you are testing your blog in a local server.
- To determine the visitor’s physical location based on his IP, the geolocation API provided by DB-IP.com is being used.
Preguntas frecuentes
- How can I get support?
-
For questions, issues, or feature requests, you can either contact me, or post them either in the WordPress Forum (make sure to add the tag «hello-in-all-languages»), or in this blog post.
Reseñas
No hay reseñas para este plugin.
Colaboradores y desarrolladores
«Hello In All Languages» es un software de código abierto. Las siguientes personas han colaborado con este plugin.
ColaboradoresTraduce «Hello In All Languages» a tu idioma.
¿Interesado en el desarrollo?
Revisa el código , echa un vistazo al repositorio SVN o suscríbete al registro de desarrollo por RSS.
Registro de cambios
1.0.6
- A free DB-IP.com API key is now required to use the plugin.
- Switched from using IPInfoDB to DB-IP.com.
1.0.5
- Some code refactoring.
- Removed «Way to connect to API» option.
- When plugin is uninstalled, saved settings are removed from the database.
1.0.4
- Fixed a wpdb warning.
- Minor content changes.
1.0.3
- Now using version 3 of the IPInfoDB API.
- Added the option to use personal API key.
- Added a country code
- Fixed an issue where an unknown coutry code was causing the greeting to be empty.
1.0.2
- Updated to use version 2 of the IPInfoDB API.
1.0.1
- Fixed uncaught exception error.
1.0.0
- The initial release!