Follow posts tagged #music player, #playlist, and #blog in seconds.
Sign upMusic Player Gifs
I noticed that the stereo gif used in Ixora’s drop down music tab only comes in black, rainbow, and a soft rainbow. I realized that it isn’t very useful when neither black or rainbow go with the palette being used on your blog.
I don’t normally post things resource related, but I figured I’d give it a shot. I made different coloured versions of that stereo gif for your liking. Including white, but you probably won’t be able to see it unless you highlight it with your cursor. For your convenience I’ve placed an asterisk (*) directly before the white gif.
The medium & light rainbow ones, as well as the black one are not mine!
Neutrals



*


Light
Medium
Dark
Neon
LGBTQ
Have fun!
How to stylize the audio player
Ever wonder how theme-makers get the audio player to display just a button? And even, sometimes, a ROUNDED button?
Magically from…

To this…

Well, the concept is easy. The coding… not hard at all!
The Concept
All that is needed is to change the size of the div layer that wraps the audio player to a square, hide the overflow and have the same div layer background as your audio player. Then, you have a couple of options…
A. Circle player
Method: use rounded corners to make it into a circle.

B. Player in center of album art
Method: Absolute position the audio player div layer, set the margin top and left to position it in the center of the album.

The HTML
We are just working with the audio post variables (I am not including caption variables), so your basic codes will look something similar to the follow:
{block:Audio}
{AudioPlayerWhite}
{block:AlbumArt}<img src="{AlbumArtURL}" width="100">{/block:AlbumArt}
{/block:Audio}
Now, you need to wrap the audio player in a div layer so you can stylize it. You can use class or id, it doesn’t matter.
{block:Audio}
<div id= "audioplayer">{AudioPlayerWhite}</div>
{block:AlbumArt}
<img src="{AlbumArtURL}" width="100">
{/block:AlbumArt}
{/block:Audio}
The CSS
First, let’s make a plain square player since the CSS stylization you include for this carries throughout other looks. From this point on, you start experimenting with the CSS on how big you want the button to be, and accordingly, you adjust the height and width of the div layer, #audioplayer. There are 3 things you need to include for the div layer…
- Background (matches the audio player, #000000 for black player, #E5E5E5 for the grey player and #FFFFFF for the white player)
- Width
- Height
- Overflow:hidden;
Depending how big you want your player, you may need to add some padding so that the play button is centered in the div layer.
Here’s an example coding of just a small square player…
#player {
width:30px;
height:30px;
overflow:hidden;
}
Ok, now moving onto the circle player, all you’re adding extra to what we have so far is adding large rounded corners in the CSS so that it becomes a circle:
-moz-border-radius: 30px;
-webkit-border-radius: 30px;
border-radius: 30px;
Generally, to make it a circle, you need to adjust the radius values (in this example, 30px) to the same value as your height/width.
Ok, now what if we want it centered in an album art? Simply, position it so that it is absolute (in relative to the post) and then adjust top and left margins so that it becomes centered on your album art, like so:
#player {
width:30px;
height:30px;
overflow:hidden;
position:absolute;
margin-top:45px;
margin-bottom:45px;
}
You DO NOT need to add left and top position properties because those are in relation to the window (not post).
Now, you can customize the player however you want. A popular stylization is to make the player semi-transparent.

In that case, just add in opacity values so that the div layer isn’t 100% opaque. Like so:
opacity: 0.7;
filter:alpha(opacity=70);
-moz-opacity: 0.7;
-khtml-opacity: 0.7;
Now, in relation to the captions and playcount etc, whenever you add album art, that content is pushed down under the image. So that case, you want to stylize the album art so that it floats to the left, meaning, the content wraps around the image, and some margins so there’s some breathing space between the album art and text. My codes generally look something like this:
{block:Audio}
<div >{AudioPlayerWhite} </div>
<div >{block:AlbumArt}<img src="{AlbumArtURL}" width="100">{/block:AlbumArt}</div>
{PlayCountWithLabel}
{block:caption}<div class="caption">{caption}</div>{/block:caption}
{/block:Audio}
And then in my CSS, I’d add:
#albumart { float:left; margin:0px 7px;}
And that’s all there is to it! Happy coding ;)
How to add cute music players to your blog
There are 2 music players i like. Feel free to choose from any of these two you would like to use. But first, I’ll teach you how to get the music you want first.
___________________________________________________________________________________
How to get the direct link of the music:
Step 1: Go to http://kiwi6.com - create an account (you can connect your facebook account if you want).
Step 2: Go to Artist tools » Upload » You can select if you want to upload music from your computer or convert a youtube video to mp3.
(ex link: http://www.youtube.com/watch?v=9ySlbKxtpio).
Step 3: After uploading, you will see two links (Name and Saved as). Click any of the two then you will see a Share Link and Direct Link. Copy the Direct Link.
___________________________________________________________________________________
Now that we have the music ready, you can choose from these two players: Billy Music Player or Flash MP3 Player.
___________________________________________________________________________________
Billy Music Player:
Paste the direct link of the music you have uploaded then put the title of the song on the right side. You can put 5 songs if you like. Click Generate Code. Copy the code and paste it on your blog. You can put it on your about me section or anywhere you like.
___________________________________________________________________________________
Flash MP3 Player:
Choose the Mini size of player. On the right side, look for Generator then click. Paste the Direct Link on the mp3 section. If you want the player to play once the visitor opens your blog, choose 1 then if you don’t, choose 0. Copy the code and paste it on your blog. You can also change the color by changing the value of the bgcolor from #000000 to any color you want.
(Example: <param name=”bgcolor” value=”#ffffff” />)
Additional codes:
You can add these after the value of the Flashvars
&bgcolor=ffffff&loadingcolor=b5b5b5&buttoncolor=0d0d0d& slidercolor=ff57a3
(Example: <param name=”FlashVars” value=”mp3=http%3A//flash-mp3-player.net/medias/another_world.mp3&autoplay=1& bgcolor=ffffff& loadingcolor=b5b5b5& buttoncolor=0d0d0d& slidercolor=ff57a3” />)
You can change the colors to any color you want. Click here for color codes!
___________________________________________________________________________________
I hope these tutorials helped you.
Tutorials © Cutesecrets
Mini Music Player (by Hypster)
1. Go to this site. (Dude, it’s free!)
2. To create a music player, you must register first. If you’ve done, just pass the step three and go to the step four.
3. For an easier way (without registration), go to this site and choose sign in via facebook, twitter, tumblr, or any account you want.
4. Search the songs you want in the box below start building your playlist. (Powered by youtube)
5. Click +ADD for adding your music choice to your playlist.
6. After choosing the songs, go back to the homepage and choose the cassette image on the right sidebar.
7. Choose classic player.
8. You can custom the playlist with tick the enable autoplay or shuffle mode, then copy the playlist code on the right sidebar.
9. Paste the code in your description box or under the <body> tag.
In this part, there will be a bit tricky and modification code, so read the instruction carefully.
10. Remove the red highlighted code.

11. Now change the width and height exactly as the image shown below(red highlighted only!)

12. Update preview » Save
Creating a small music player

First go to hypster.com, create your account, pick your songs, blah, blah, blah.
Go to create player, select classic player

Get the code and put it where ever you want it to be in your blog (in description, in a slide down tab, ect.)
Now delete the codes i have highlighted

now change the height and width in the area that i have highlights (Note: Only do the ones i have highlighted, the other height and with has no effect on it)
Change the width to 55px and the height to 15px

And there you, their is your small music player (:
Type your URL and listen to all the music you've ever reblogged.
trntbl.meIt took me a while to find this site again. God, I missed it.
Small Playlist Tutorial
So I have been getting so many messages (dozens) asking how I got my music player, I decided to make/post a tutorial. Good luck<3
1. Sign up at hypster.com
2. Make a playlist on Hypster.
3. Once you’re done, click My Account and then the yellow tape recorder thingy (Player Skins)
4. Select the ‘Classic Player’ Option
5. You can enable Autoplay or Shuffle and change colors if you want on the options page that it will bring you to.
6. Next to the options you have, there will be a box listing available sites that you can embed your Hypster playlist into. Below the list of websites there will be and Embed code. Click on the code and copy it (if it hasn’t done so automatically) It usually copies on it’s own.
7. Go to Tumblr—>Customize—>Description (or wherever you want to put it, i have it on my ‘description’) and paste the embed code into there. Find the last <a> and highlight that all the way to the end of the code and press delete. The part of the code you deleted should be <a href=”http://www.hypster.com/?src=player… style=”font-weight:bold;font-size:12px”>… Your Own Free Hypster.com Playlist.</a> (you don’t need that part, unless you want to advertise the site you got this music player from)
8. Find where this tag starts: <embed quality=
9. In the <embed quality= tag, find width=370px and change it to 55px. Next, find height=300px and change it to 15px. Altering the width and height for this will leave only the skip, pause, and rewind buttons visible. If you want more visible, you can play around with these two dimensions.Here is an example of a code:
<img style=”visibility:hidden;width:0px;height:0px;” border=0 width=0 height=0 src=”http://c.gigcount.com/wildfire/IMP/CXNID=2000002.0NXC/bT*xJmx*PTEzMjg*MTE3NDY2NzEmcHQ9MTMy ODQxMTc1NjkyMSZwPTIxMzc5MSZkPSZnPTEmbz*xMjF
hYTE4MmY5MDk*ZDQ*YmMy/Y2U4MzFjYTAxZjc4OA==.gif” /><embed quality=”high” style=”width:55px;visibility:visible; height:15px;” type=”application/x-shockwave-flash” height=”300” width=”370” pluginspage=”http://www.macromedia.com/go/getflashplayer”
border=”0” src=”http://www.hypster.com/flash/player.swf?id=2792031:3255477:1&autoplay=true”
FlashVars=”color_bg=0xffffff&color_border=ffffffff&color_box=0x
ffffff&color_songbg=0x000000&color_song_clicked=0x000000&co
lor_Title=0x000000&color_btns=0x#5cb3ff&color_title=0x00000
0” /><br />color_bg is your background color. (ffffff is white, 000000 is black)
color_btns is the color of your buttons (rewind, play/pause, skip)
I really do hope this helps you <3 :)
Make sure to follow me, http://fu-ckk.tumblr.com/
Maybe leave a thank you note<3
Small Music Player Tutorial
1. Sign up at hypster.com
2. Make a playlist on Hypster.
3. Once you’re done, click My Account and then the yellow tape recorder thingy (Player Skins)
4. Select the ‘Classic Player’ Option
5. You can enable Autoplay or Shuffle and change colors if you want on the options page that it will bring you to.
6. Next to the options you have, there will be a box listing available sites that you can embed your Hypster playlist into. Below the list of websites there will be and Embed code. Click on the code and copy it (if it hasn’t done so automatically)
7. Go to Tumblr—>Customize—>Description (or wherever you want to put it) and paste the embed code into your there. Find the last <a> and highlight that all the way to the end of the code and press delete. The part of the code you deleted should be <a href=”http://www.hypster.com/?src=player… style=”font-weight:bold;font-size:12px”>… Your Own Free Hypster.com Playlist.</a>
8. Find where this tag starts: <embed quality=
9. In the <embed quality= tag, find width=370px and change it to 55px. Next, find height=300px and change it to 15px. Altering the width and height for this will leave only the skip, pause, and rewind buttons visible. If you want more visible, you can play around with these two dimensions.
Here is an example of a code:
<img style=”visibility:hidden;width:0px;height:0px;” border=0 width=0 height=0 src=”http://c.gigcount.com/wildfire/IMP/CXNID=2000002.0NXC/bT*xJmx*PTEzMjg*MTE3NDY2NzEmcHQ9MTMy ODQxMTc1NjkyMSZwPTIxMzc5MSZkPSZnPTEmbz*xMjF
hYTE4MmY5MDk*ZDQ*YmMy/Y2U4MzFjYTAxZjc4OA==.gif” /><embed quality=”high” style=”width:55px;visibility:visible; height:15px;” type=”application/x-shockwave-flash” height=”300” width=”370” pluginspage=”http://www.macromedia.com/go/getflashplayer”
border=”0” src=”http://www.hypster.com/flash/player.swf?id=2792031:3255477:1&autoplay=true”
FlashVars=”color_bg=0xffffff&color_border=ffffffff&color_box=0x
ffffff&color_songbg=0x000000&color_song_clicked=0x000000&co
lor_Title=0x000000&color_btns=0x#5cb3ff&color_title=0x00000
0” /><br />
color_bg is your background color. (ffffff is white, 000000 is black)
color_btns is the color of your buttons (rewind, play/pause, skip)
—-





























































































