Title: Plugin: Audio Player] INSERTING audio player INTO header
Last modified: August 19, 2016

---

# Plugin: Audio Player] INSERTING audio player INTO header

 *  Resolved [Maka](https://wordpress.org/support/users/vovotte/)
 * (@vovotte)
 * [15 years, 9 months ago](https://wordpress.org/support/topic/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:http://karat.katapult.free.fr/imageson/karat11-a1-chloe.mp3,http://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)

 *  [Rev. Voodoo](https://wordpress.org/support/users/rvoodoo/)
 * (@rvoodoo)
 * [15 years, 9 months ago](https://wordpress.org/support/topic/plugin-audio-player-inserting-audio-player-into-header/#post-1645962)
 * what’s the problem? It doesn’t work? It doesn’t look right?
 *  Thread Starter [Maka](https://wordpress.org/support/users/vovotte/)
 * (@vovotte)
 * [15 years, 9 months ago](https://wordpress.org/support/topic/plugin-audio-player-inserting-audio-player-into-header/#post-1645981)
 * I want it in the header, in the same line than logo
    [my site](http://karat.katapult.free.fr/blog/)
 *  [Rev. Voodoo](https://wordpress.org/support/users/rvoodoo/)
 * (@rvoodoo)
 * [15 years, 9 months ago](https://wordpress.org/support/topic/plugin-audio-player-inserting-audio-player-into-header/#post-1645990)
 * move the code up above the `</div>` it is currently under
 * That will get it inside the header, then you can tweak the css to add margins
   to move it up down left right
 *  Thread Starter [Maka](https://wordpress.org/support/users/vovotte/)
 * (@vovotte)
 * [15 years, 9 months ago](https://wordpress.org/support/topic/plugin-audio-player-inserting-audio-player-into-header/#post-1646145)
 * Yep, it works !
    Thanks

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘Plugin: Audio Player] INSERTING audio player INTO header’ is closed to
new replies.

## Tags

 * [audio+player](https://wordpress.org/support/topic-tag/audioplayer/)

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 4 replies
 * 2 participants
 * Last reply from: [Maka](https://wordpress.org/support/users/vovotte/)
 * Last activity: [15 years, 9 months ago](https://wordpress.org/support/topic/plugin-audio-player-inserting-audio-player-into-header/#post-1646145)
 * Status: resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
