How to Make Your MP3 Autoplay on Tumblr
Tumblr allows you to add custom HTML code to your blog's sidebar. Using this feature, you can make your blog play an MP3 file automatically without relying on Flash-based music players or streaming video and music websites that may display advertisements on your blog or slow browsers down. Upload an MP3 file to an online server, or use a link to an MP3 file found online and add a brief block of code to your blog to play a song for people who visit your blog.
Instructions
-
-
1
Upload the MP3 file to a Web server that allows direct linking, or find a direct link to an MP3 file that you want to play on your Tumblr blog. A direct link to an MP3 file looks like this: "http://www.website.com/file.mp3."
-
2
Log in to your Tumblr account and click the name of your blog at the top of the Dashboard page.
-
-
3
Select the "Customize Appearance" option on the right to proceed to the design layout for your blog.
-
4
Scroll down to the "Description" field on the left side of the page.
-
5
Type the following code in the "Description" field:
<embed src="http://www.website.com/file.mp3" width="200" height="42" ></embed>
Substitute the address between the quotation marks for the direct address of the MP3 file that you located or uploaded.
-
6
Click the green "Save" button in the upper left corner of the page. Your Tumblr blog's sidebar now contains an embedded media player that begins playing an MP3 file as soon as someone visits your blog.
-
1
Tips & Warnings
You can also type the following code in your Tumblr blog's Description field to play an MP3 file automatically:
<object height="50px" width="100px" data="http://www.website.com/file.mp3" />