Help for wordpress
Installation version 3.0 and newest
- download the plugin from Voice-it plugin
- unzip the file voice-it.zip into the folder (yourwordpressdir)/wp-content/plugins/
- go into wordpress admin area menu plugin -> select voice-it and activate it
- if you want to customize the language or simply change some labels, you can open the plugin using the editor (or edit the file voice-it.php) and there you find
$voiceitsettings=array( "language"=>"en-EN", "leaveamessage"=>addslashes("Leave a voice comment"), "listenamessage"=>addslashes("Listen the voice comment"), "downloadamessage"=>addslashes("download and share"), "listenamessageor"=>addslashes("Listen an audio comment or"), "infoaftermessage"=>addslashes("You can save your comment, if you want you can add some more text, but be careful to don't remove or change [voiceit]....[/voice_it] tags"), );
You can add your changes, supported languages are en-EN, it-IT, es-ES
Activation
To have a working copy of the voice-it plugin you have to go to Voice-it , and register a new user using your website hostname.
Be careful, the name of the host must bu without / and any http as without any file name.
To help you here there are some examples:
http://www.miosito.com/wordpress.php became -> www.miosito.com
https://wordpress.test.foo/ became -> wordpress.test.foo
version 2.0 and older
- download the plugin from Voice-it plugin
- unzip the file voice-it.zip into the folder (yourwordpressdir)/wp-content/plugins/
- go into wordpress admin area menu plugin -> select voice-it and activate it
- put the following code into your template where you want:
echo voice_it_showhtml("en-EN");
Activation
To have a working copy of the voice-it plugin you have to go to Voice-it , and register a new user using your website hostname.
Be careful, the name of the host must bu without / and any http as without any file name.
To help you here there are some examples:
http://www.miosito.com/wordpress.php became -> www.miosito.com
https://wordpress.test.foo/ became -> wordpress.test.foo
Screenshot
Insert and listen voice comment in Wordpress

Insert audio comments in Wordpress

Or embed Voice-it in any page of Wordpress and receive audio message only for you (embed HTML code)
