Showing posts with label embed. Show all posts
Showing posts with label embed. Show all posts

Friday, September 25, 2009

How to Embed Adobe PDF On Blogger

  • Log in to Blogger.
  • Press New Post.
  • Paste the following code:



  • Replace YOUR_DOCUMENT.pdf with the URL of your Adobe PDF.
  • Press Publish Post.


Example:

Thursday, September 24, 2009

How To Embed Mp4 Videos On Blogger



In this easy tutorial, I will teach you how to embed mp4 videos to Blogger using Quicktime.


  • Log in to Blogger.
  • Press New Post.
  • Paste the following code:



  • Replace YOUR_VIDEO.mp4 with the URL of your video.

  • Change the attributes of the code to meet your desires:

    width - How wide;
    height - How tall;
    autoplay - Plays automatically when page loads (true or false);
    controller - Shows Quicktime movie controls (true or false);
    loop - Plays movie continuously (true or false).

  • Press Publish Post.

Thursday, August 20, 2009

Embed Flash Games On Blogger


  • Go to a flash games website (i.e. addictinggames.com), and choose a game that you would like on your blog. Go to that games page.
  • Right-click anywhere on that page, and choose View Page Info.
  • Press the Media button.
  • Scroll down until you see Embed under the Type Column.
  • Right-click that choice, and press copy.
  • Paste it in a new tab, and press enter.
  • Now, Log In to Blogger in a new tab.
  • Press Posting and then New Post.
  • Paste the following code:



  • Replace the words YOUR FLASH GAME HERE with your game's URL that you opened in a New Tab.
  • Edit the width="400" height="300" to meet your game's needs.
  • Press Publish Post.

EXAMPLE:

If you publish the following in a new post:

<embed src="http://www.addictinggames.com/D78AQSAKQLQWI9/1298.swf" type="application/x-shockwave-flash" width="400" height="300"></embed>

The result would be:

Thursday, August 13, 2009

Embed A Webpage Within Your Webpage

This tutorial will teach you how to embed a fully functional webpage onto your blog or website using an inline frame (iframe).

If you insert the following code in a New Post...:
<iframe src="http://www.google.com/" height="110" width=80%></iframe>

...You'll get the following result: