On January 16, 2014 at 10:16 pm
No, but I’ve found this text at the plugin FAQ support page:
How can I add the plugin interface without using the sidebar widget?
Just add the following line to your template:
<?php if(function_exists(“transposh_widget”)) { transposh_widget(); }?>
If you want to use a widget style other than the default style and title, you can use something like:
<?php if(function_exists(“transposh_widget”)) { transposh_widget(array(), array(‘title’ => ‘Translation’, ‘widget_file’ => ‘flags/tpw_flags.php’)); }?>