Plugin: Audio Player] INSERTING audio player INTO header
-
I’m am trying to insert audio MP3 player into the header on my site in the rightbottom, align with the logo. I have used this “code” to insert it :
<div id="wrapper2"> <!--This controls pages navigation bar--> <div id="header"> <a href="<?php bloginfo('url'); ?>"><img src="<?php bloginfo('template_directory'); ?>/images/<?php echo(get_option('influx_color_scheme')); ?>logo.png" alt="logo" class="logo" /></a> </div> <div id="audioplayer"><?php if (function_exists("insert_audio_player")) { insert_audio_player("[audio:https://karat.katapult.free.fr/imageson/karat11-a1-chloe.mp3,https://karat.katapult.free.fr/imageson/karat40_a1_bemybaby_cut2.mp3]"); } ?> </div> <!--End category navigation-->
And for the css
p.audioplayer_container { text-align: right; }
Any tips ?
And
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘Plugin: Audio Player] INSERTING audio player INTO header’ is closed to new replies.