How to Add Pictures With Audio Posts on Tumblr
The Tumblr blog editor includes an HTML editor you use to insert raw HTML code into a blog post. The HTML code is translated and displayed in your blog post. You use this process to display a picture and audio file, such as a QuickTime or Flash file. The "video object" tags let you post this file type in your Tumblr blog post.
Instructions
-
-
1
Open a Web browser and log into your Tumblr dashboard. Click the blog you want to use and open the blog editor for a new post or a current post you want to edit.
-
2
Click the "HTML" link in the main menu for the editor. An HTML editor window opens, which is where you place the embedded code.
-
-
3
Copy and paste the following code into the HTML editor:
<video width="400" height="400" controls="controls">
<embed src="myfile.swf" width="400" height="400" />
</video>The code above inserts a Flash SWF file, but you can replace this file with any video and audio file you want to display.
-
4
Click "Updates" to complete the changes to the post and publish the movie to your Tumblr blog.
-
1