Pixie Hollow - Disney Fairies Online Forums

Pixie Hollow - Disney Fairies Online Forums (https://www.pixiehollowforums.com/forums/index.php)
-   UserPages (https://www.pixiehollowforums.com/forums/forumdisplay.php?f=26)
-   -   Squiddy's Userpage Guides - Music (https://www.pixiehollowforums.com/forums/showthread.php?t=6718)

Jezzi 10-02-2010 04:42 PM

Squiddy's Userpage Guides - Music
 
Full credit for this guide goes to Squiddy on TTC.


Adding Music to Your Userpage

Welcome to Adding Music to Your Userpage. This guide will be showing you how to easily add a song to your userpage. I will be using iTunes to get the song we want, in the format we want. If you already have an MP3 of the song you want, skip to the Uploading the Song section.

Retrieving the Song

I will be explaining how to pick a song out of your iTunes Library and into the format we want. In order to get the song to work on your userpage, you need to get the song as an MP3 file, with the file extension .mp3.

In iTunes, you can what file extension a song by performing these steps:
  1. Right-click the song in iTunes, and choose Get Info. The Info Window will appear.
  2. Under the Summary tab, near the bottom, there will be the location to the file, which ends with the file's extension.

Currently, every iTunes song bought from the iTunes store has the file extension .m4a. M4A is an unprotected format, so it can be converted. If your song is in M4A format, skip to the Converting the Song section.

Before 2009, iTunes Store songs had the file extension .m4p. M4P files are protected and cannot be converted. Fortunately, if you still have songs in M4P format, the iTunes Store can convert your songs to M4A (unprotected) for just 30 cents a song.

Converting the Song

If your song is in M4A (.m4a) format, you can convert it to an MP3 with iTunes. To do this, follow these steps:

  1. Go to the Edit menu, and choose Preferences....
  2. In the window that appears, click on the Import Settings... (NOTE: If you do not use iTunes 9, this button should be in the Advanced tab of the Preferences window.)
  3. A smaller window will appear. You will see the settings for importing and converting songs.
  4. Make sure it will import using MP3 Encoder and that the Setting is Good Quality (128 kbps). After doing so, click OK.
  5. Select the song in your iTunes library, go to the Advanced menu, and choose Create MP3 Version.


Uploading the Song
**Updated by Onionleaf**

To upload our music file, we are going to use and approved hosting site called Dropbox.

Sweet Cupcake has posted a helpful tutorial for using Dropbox: How insert images like url in the post

Follow the directions in the tutorial mentioned above. If you're making a new account, after you've created it go to this link. Scroll down to the title that says "Creating a Public folder" and follow the instructions there. This will create a Public folder on your account.

Move your MP3 file into the Dropbox > Public folder, then right-click your file and select Copy public link. You can then use this link for the next step: Userpage Codes.


Userpage Codes

Below are the codes for adding the music into your userpage. Replace LINK with the link to the uploaded song.

Basic code:
Code:

<EMBED SRC="LINK" WIDTH=300 HEIGHT=25  AUTOSTART=FALSE>
If you want it to start automatically (autostart) or play over and over (loop), use one of the codes below:

Code with autostart only:
Code:

<EMBED SRC="LINK" HEIGHT=25 WIDTH=300 AUTOSTART=TRUE>
Code with autostart and loop:

Code:

<EMBED SRC="LINK" WIDTH=300 HEIGHT=25 AUTOSTART=TRUE LOOP=TRUE>
Basic code with no controls showing:
Code:

<EMBED SRC="LINK" WIDTH=300 HEIGHT=25 AUTOSTART=FALSE HIDDEN=TRUE>
Code with autostart and no controls showing:
Code:

<EMBED SRC="LINK" WIDTH=300 HEIGHT=25 AUTOSTART=TRUE HIDDEN=TRUE>
Code with autostart, loop, and no controls showing:
Code:

<EMBED SRC="LINK" WIDTH=300 HEIGHT=25 AUTOSTART=TRUE LOOP=TRUE HIDDEN=TRUE>

Jezzi 10-02-2010 05:01 PM

Adding MIDI Music to Your Userpage

Welcome to Adding MIDI Music to Your Userpage. I will be showing you how to easily add a MIDI to your userpage. In this guide, we will be learning how to add a MIDI to our userpage. If you already have a MIDI of the song you want, skip to the Uploading the Song section.

What's a MIDI?

A MIDI is simply a set of instructions that tell how a song is supposed to be played. These instructions are read by your computer and are played with the computer's own set of sounds. So a MIDI is nothing like an MP3, where you hear real instruments. It's the computer that comes up with the sounds. Because of this, MIDIs are quite small in file size.

Finding a MIDI

You can't create MIDIs yourself unless you have a special kind of keyword to play them with. Therefore, the best way to get a MIDI is by searching for it. You can search for a MIDI for a specific song simply by searching (Name of Song) MIDI.

Once you find your MIDI, you can use the direct link to the MIDI (which ends in .mid or .midi) for the codes below to add to your userpage. You can also save the MIDI and upload it to a hosting site. To save the MIDI, right-click it and choose Save Target As... (Save Link As... in Firefox). You will then be asked to save it to your computer.

Uploading the Song
**Updated by Onionleaf**

To upload our music file, we are going to use and approved hosting site called Dropbox.

Sweet Cupcake has posted a helpful tutorial for using Dropbox: How insert images like url in the post

Follow the directions in the tutorial mentioned above. If you're making a new account, after you've created it go to this link. Scroll down to the title that says "Creating a Public folder" and follow the instructions there. This will create a Public folder on your account.

Move your MIDI file into the Dropbox > Public folder, then right-click your file and select Copy public link. You can then use this link for the next step: Userpage Codes.



Userpage Codes

Below are the codes for adding the music into your userpage. The text song.mp3 in the code you choose should be replaced with the music link that FileAve provided you with, or the link from the site where you found your MIDI.

Basic code:
Code:

<EMBED SRC="song.mid" WIDTH=300  HEIGHT=25 AUTOSTART=FALSE>
If you want it to start automatically (autostart) or play over and over (loop), use one of the codes below:

Code with autostart only:
Code:

<EMBED SRC="song.mid" HEIGHT=25 WIDTH=300 AUTOSTART=TRUE>
Code with autostart and loop:

Code:

<EMBED SRC="song.mid" WIDTH=300 HEIGHT=25 AUTOSTART=TRUE LOOP=TRUE>
Basic code with no controls showing:
Code:

<EMBED SRC="song.mid" WIDTH=300 HEIGHT=25 AUTOSTART=FALSE HIDDEN=TRUE>
Code with autostart and no controls showing:
Code:

<EMBED SRC="song.mid" WIDTH=300 HEIGHT=25 AUTOSTART=TRUE HIDDEN=TRUE>
Code with autostart, loop, and no controls showing:
Code:

<EMBED SRC="song.mid" WIDTH=300 HEIGHT=25 AUTOSTART=TRUE LOOP=TRUE HIDDEN=TRUE>

alllthingspixiehollow 07-07-2012 07:40 PM

Great guide! Although is there another site besides file Ave? It doesn't seem to work out for me..

Onionleaf 07-08-2012 09:22 AM

I currently use Fileden.com - you will have to create an account there, but it is quick and easy to do. Once you upload the file, it will give you a direct link to your music track, which you can copy and paste onto your userpage.

alllthingspixiehollow 07-08-2012 09:26 AM

Great! Thanks Onionleaf! :)

Onionleaf 11-10-2012 08:19 AM

:sign0179: Just thought I'd let everyone know that I have updated the Uploading section of the guide, since the FileAve site no longer exists. :blink8:

Have fun adding music to your UserPages! (Make sure it is approved first!)

Lily Snowfleck 07-24-2013 12:32 PM

9.99 per month on 'new' fileden?
 
Today I went to FileDen to register, and it brought me to this page saying that all new users of FileDen would have to register at the 'new' FileDen, called CX.com. On the CX, you have to pay 9.99 every 12 months to use it.
I am only going to use it one time!

My dad already doesn't agree to get me a yearly PH membership, I don't want him worrying about this too.

Onionleaf 07-24-2013 11:37 PM

Thanks for the warning Lily, I had no idea about the change to the uploading site. I'll be sure to change the instructions to Dropbox later today. :wink:
Sorry if you have already paid for the new account, Dropbox is a free program and can also generate a direct link for embedding.

Lily Snowfleck 07-25-2013 12:07 AM

Thank You Onionleaf!
Fortunately, I have not paid for an account. :Happy:

:Singing:Lily Snowfleck:Singing:

Lily Snowfleck 07-26-2013 01:05 PM

Aww Man... I was about to move it to the Public folder, but I didn't see a public folder.

I noticed that this guide was for an older version of dropbox too... I managed to follow using the new one, but I can't find a public folder :(

All I see wen I click on the Dropbox folder is what I uploaded, I don't see any public folder in it.

I am in the last step to turn the file into HTML.

UPDATE: I clicked on "Get Link" and tried pasting the link in between the codes you gave, but nothing different shows when I save my Userpage, no music. I turned my volume up and down to make sure.


:Singing:Lily Snowfleck:Singing:

Amethyst Diamondheart 07-26-2013 09:25 PM

um how do you do it on YouTube?

Onionleaf 07-27-2013 06:42 AM

Quote:

Originally Posted by LilySnowfleckXD (Post 256903)
I noticed that this guide was for an older version of dropbox too... I managed to follow using the new one, but I can't find a public folder :(

Aw, jingles! Looks like they removed the Public folder feature. :Sad: The only thing I can suggest at the moment is to check this link. Scroll down to the title that says "Creating a Public folder" and follow the instructions there. I already have a Public folder on my account so I can't check it for you. Most likely it is not a free feature though or does not have that same function.
I'll try to look for another hosting site that creates a direct link for music files. If anybody else has any suggestions, please share them.

Quote:

Originally Posted by Amethyst Diamondheart (Post 256946)
um how do you do it on YouTube?

Adding a YouTube video to your userpage is exactly the same as how you would add it to your post. See How to post a youtube video.
Remember that videos should also be approved my a Mod or Admin first.

Lily Snowfleck 07-27-2013 11:47 AM

It worked! :Clapping:
I guess it's a good idea to add that instruction link to the instructions above, so other pixies can know. :Wink:

:Singing:Lily Snowfleck:Singing:

Onionleaf 07-28-2013 01:36 AM

:smiley32: Thanks Lily! I'm so happy to hear that it worked for you! And just as you have suggested, the link has been added to the guide too.

alllthingspixiehollow 02-09-2014 11:16 PM

I was wondering, does it matter where in your userpage you place the code?


All times are GMT. The time now is 02:47 AM.

Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2024, vBulletin Solutions Inc.