We have released a new version of the Riffly WordPress plugin.
You can now change any of the text that appears on your blog that is apart of the Riffly recording system by editing the wp-content/plugins/riffly/wp-riffly.php file. At the top of the file uncomment the definition and edit the value. This will override the default value.
/***** BEGIN TRANSLATION *****/
// rifflyL10N["add_webcam_comment"] = "Add Webcam Comment";
// rifflyL10N["add_audio_comment"] = "Add Audio-only Comment";
// rifflyL10N["play_video_comment_link"] = "Play Video Comment";
// rifflyL10N["play_video_comment_comment"] = "Play Video<br>Comment »";
// rifflyL10N["play_audio_comment_link"] = "Play Audio Comment";
// rifflyL10N["play_audio_comment_comment"] = "Play Audio<br>Comment »";
// rifflyL10N["close_player_link"] = "X";
// rifflyL10N["close_recorder_link"] = "X";
/***** END TRANSLATION *****/
You can also enable/disable audio or video comments as you see fit by editing the wp-content/plugins/riffly/wp-riffly.php file. At the top of the file uncomment option you want to set and change the value. By changing true to false, this will disable the feature.
/***** BEGIN OPTIONS *****/
// Change to false to disable.
// rifflyConfig["webcam_enabled"] = true;
// rifflyConfig["audio_enabled"] = true;
/***** END OPTIONS *****/
Also, thank you to all of our Premium account subscribers! If there is any Premium feature you need, please let us know, thanks!
Team Riffly