Odiogo added to GeekyNomad.com
by thomas ~ September 22nd, 2008
GeekyNomad.com post can now be listened to through the service of Odiogo.com.
You can do this by using the “listen now” button or by using the “subscribe now” button in the sidebar.
Tip: Just wanted to include my experience regarding the plugin. For me it wasn’t immediately clear how I could manually determine the location of the plugin “listen now” button. Then I stumbled across a line in odiogo_listen_button.php (wp-content > plugins > odiogo_listen_button) which I had overlooked.
Around line 113 there is an option that says:
$odiogo_adv_options['manually_insert_listennow_link'] = false;
Set this to true and use the code:
<?php odiogo_listennow();?>
to include the listen button anywhere you want in your template files.
UPDATE: In one of the updates of de Odiogo button this feature (meaning $odiogo_adv_options['manually_insert_listennow_link'] = false;) was moved from around line 113 to around line 57.
You can follow any responses to this entry through the RSS 2.0 feed. You can leave a response, or trackback from your own site.





















October 14th, 2008 at 9:29 pm
Lifesaver – thanks for sharing!
July 13th, 2009 at 8:16 am
Thanks so much. I have been looking for a way to do this.
August 6th, 2009 at 9:29 am
Dear Sharon,
You are very welcome.
Best regards,
Thomas