How do I post an html snippet of a video as a podcast entry?

On my podcast page, I've put up an html snippet to a movie that streams from Blip. It works on the website page, but it doesn't register as a podcast episode.
Is dragging and dropping a movie onto the placeholder the only way for something to register as an episode? Or is their some way around this? Thanks a lot!
If you'd like to see, my podcast page is:
http://web.mac.com/jason.berlin/Site/JasonBerlins_Podcast%21/Jason_BerlinsPodcast%21.html
Thanks for any help!
Jason

Hi Jason,
Sorry I guess that's not possible also because an HTML Snippet what it does is create a new page where it adds the code you enter in the snippet to and then embed this new page into the page you added the Snippet to. Thus the code isn't on the page you added the snippet to. And you have to add the file directly into the placeholder.
Regards,
Cédric

Similar Messages

  • IWeb html snippet to stay permenantly in place

    In iWeb how can you make an html snippet stay permenantly on the bottom right of any page?

    Just want to make sure I understand.  Is this what you are saying?
    <script type="text/javascript">
    top.location.href = "http://MYEXTERNALBLOG/"; </script>
    I figure I must be missing something?  Tried the above and still no luck with it opening in a new window...

  • Pass HTML snippet TO JSPX page

    Hi
    I have a backing bean. In page's backing bean I have a small HTML snippet (that is small MenuBar functionality) that has come OUt of database.
    How can i pass this HTML snippet FROM this backing bean TO the jspx page ? Meaning this HTML snippet should go as HTML in the body of jspx page and then get rendered as MenuBar as jspx page runs .......
    thx
    dd

    Are you using ADF in jour JSPX?
    It isn't good practice to create HTML in your backing bean and then pass it to your page...
    In JSPX you can create dynamic menus without any problems. There are methods enough to iterate a collection from your backing bean.
    The complete idea of beans is to have a seperation between your view layer and other layers. You shoulnd't realy use that methode... Instead, get a collection that respresent your menu. For example a public List<MenuItem> getMenu(). In your jspx you can iterate it and output it correctly.

  • WEB WIDGET - HTML SNIPPET  how to post myspace music in iWeb

    i'm making a site for a band. i'm using the *web widget- html snippet* to insert the myspace player from a band. the bands site is http://www.myspace.com/mod39lone.
    this is the code i'm putting in :
    <embed src="http://lads.myspace.com/music/musicplayer.swf?n=aHR0cDovL211c2ljLm15c3BhY2 UuY29t&t=wz7NYVvdN1sD5sZn5jwqhteIJEBAWtU7cGxSvblOZr59VYuvhFOEuaUs29mG1lCNKsOUiB4 00Vl6iAOogScxHQ==&u=LTE=&a=0&d=MTc4MzA0MTgxXjExODc3NDE1MjU=" quality=high bgcolor=#FFFFFF width="450" height="345" name="mp3player" align=""type="application/x-shockwave-flash" FlashVars="culture=nl-NL"pluginspage="http://www.macromedia.com/go/getflashplay er"> </embed>
    when i'm editing iWeb, the player shows up and plays the music and everything is fine! but when i publish the site, it says "Movie not loaded" when you click on it.
    the site i'm currently working on is still being worked on, but i made an extra page to show whoever could help me. the link is:
    http://web.me.com/henreegee/IamTokyo/Blank.html

    That method can be done using iFrame code in an HTML snippet. You need to upload the Family Matters - Computer.m4v file to your server and link to it there via an HTML snippet and iFrame code. An example is in this demo page along with the code: QT movies via iFrame.
    There are other ways to add the movie (the full one Family Matters - Computer.m4v.
    One is to upload the file to your server and linking to it as shown in this demo page: Opening Item in a New, Precisely Sized Window.
    The method you posted is explained in this tutorial: Old Toad's Tutorial #18 - Adding Movie/Video File to iWeb Page via Export for Web in Quicktime Player. To see the edits click on the buttons in steps 5a and 5b.
    OT

  • How to capture an HTML snippet like dashboard widget?

    How do you copy a website html to paste into an iWeb 09 html snippet? Is there a copy command in the Safari browser like when you clip a snippet to make a Dashboard widget? That would be too easy. Do I need some other software for copying the html?

    Photog Dog wrote:
    How do you copy a website html to paste into an iWeb 09 html snippet?
    Drag your pointer over the embed code so that it is all highlighted in blue. Then do ⌘C to copy it and then paste it into iWeb's HTML Snippet window by doing ⌘V.
    Is there a copy command in the Safari browser like when you clip a snippet to make a Dashboard widget?
    No — Only the general ⌘C and ⌘V editing commands mentioned above.
    Do I need some other software for copying the html?
    No.

  • How to send an html snippet with swf flash under other layers in iWeb?

    I like designing websites on iweb but face problems regarding flash.
    When i embedd a swf in an HTML snippet...the snippet automatically postions itself at the topmost layer. Even if you send it behind lets say a box or any shape, or a link ..on publishing it , it comes right back up when seen on other browsers like firefox or chrome. But strangely on my mac browser - safari- it works just fine.
    Links in a flash swf banner when placed in iWeb (inside an html snippet ) opens other linked pages within the frame of the html snippet itself...and not as a seperate page.
    I'm not a programmer so i wouldnt understand complicated stuff... but i knw how to copy paste codes inside a snippet and edit the sizes.
    I need help fast?
    Thanks in Advance!!
    Anshuman

    When i embedd a swf in an HTML snippet...the snippet automatically postions itself at the topmost layer. Even if you send it behind lets say a box or any shape, or a link ..on publishing it , it comes right back up when seen on other browsers like firefox or chrome. But strangely on my mac browser - safari- it works just fine.
    That's how browsers behave.
    Links in a flash swf banner when placed in iWeb (inside an html snippet ) opens other linked pages within the frame of the html snippet itself...and not as a seperate page.
    Use the target attribute : target="_top" or target="_blank" in the <a href> element.
    I'm not a programmer so i wouldnt understand complicated stuff... but i knw how to copy paste codes inside a snippet and edit the sizes.
    Pasting custom code in a HTML Snippet and make it work is your responsibility. And if you're not a programmer, start learning and become one. Before you know you're the resident technology expert in this forum.

  • Add a favicon to iweb via the HTML snippet...how?

    Is there a way to add a favicon to iweb via the HTML snippet?
    My search on google has found many ways to do it by editing the published files, but this is more work than it is worth (since it needs to be done on every new publish).
    Any ideas?
    thanks
    bob

    bob:
    There's been no way to add a favicon via HTML snippet that I've found. Using TextWrangler which can do multi-file find and replace doing it the old fashion way, post publication editing, is a little easier as described in Old Toad's Tutorial #22 - Adding a Favicon to Your Web Site.
    Send a feature request to the iWeb developers via http://www.apple.com/feedback/iweb.html
    OT

  • Having difficulties posting my simple viewer in the HTML snippet box

    My simple viewer files are in my site folder Home-sites-jmb-sculptural work
    do I need to upload this to the web to have the HTML address work
    I have gotten other HTML objects to show up... just not my simple viewer
    I have to admit that my skills with HTML involve a lot of cut and paste skills
    I really don't know HTML tech at all

    Yes, you have to upload the SV folder with its file to your iDisk and then add the following code to an HTML snippet:
    <IFRAME SRC = "URL to the index.html file that's created inside the slideshow folder on the hosting server" WIDTH="XXX" px HEIGHT="XXX" PX FRAMEBORDER="O" --if "0" no border, otherwise "1" with border MARGINWIDTH ="Opx" MARGINHEIGHT="Opx" SCROLLING="no" --"no" no scrolling bar, "yes" show always, "auto" showed when need > Your browser does not support IFRAME </IFRAME>
    This demo page, SimpleViewer and Flash Album Exporter, has an example of such a SV presentation and describes the steps how to set it up.
    OT

  • How do prevent HTML snippets from being listed on search engines?

    I just created a new website using iWeb 3.0.1. On a couple of my pages I embedded flash music players and video players using the HTML Snippet widget. I did a quick search of my website on google and noticed that the HTML widgets were showing in the results as separate pages. I then clicked on these HTML Snippet pages and up came the widget on a separate page by itself. How do I prevent search engines from listing any HTML Snippets on my iWeb site as separate pages?
    Thanks
    athafran

    Paste this in the HTML Snippet.
    In the <body> ... </body> part you paste the code you currently use for your Snippet.
    I haven't tried it, the noindex part, but the code itself is accepted by iWeb.
    <html>
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
    <meta name="robots" content="noindex,nofollow">
    <meta name="description" content="instructions for excluding search engine robots">
    <title>Search Engine exclusion</title>
    </head>
    <body>
    Here your current code.
    </body>

  • How to change appearance of text in HTML snippet?

    Does anyone know if / how I can make the text inside an HTML snippet (when rendered in the overall HTML page) appear like the text on the rest of the page?
    Here, you can see an example of what I mean: http://zach.in.tu-clausthal.de/tmp/iweb.png
    So, the HTML snippet contains, effectively, a hyperlink to an email adress - now I would like to make the email adress look like all other links on my web page.
    I have tried to insert a <span class=".."> inside the HTML snippet, to no avail.
    Any other ideas, suggestions, and insights will be highly appreciated.
    Regards,
    Gabriel.

    Normally you would just use a style for the <a> so that you can style the link and rollover.
    If you want to use this code as is, put the CSS into the snippet. You don't need a span "class".
    Change the span to this...
    <span>zach in.tu-claushal.de</span>
    ... and add the style...
    <style type="text/css">
    span {
        font: 1.0em "Verdana", sans-serif;
        font-style: normal;
        color: #000FFF;
        text-decoration: underline;
        text-transform: normal;
    </style>
    Change the font type, size and color to taste.
    I have expressed the size in ems but you can use pixels etc.
    If you don't want the underline, change "text-decoration" to "none".

  • How can I send the html animation on the post(mail,google,yandex)?

    how can I send the html animation on the post(mail,google,yandex)?

    What do you mean? F you want to post your files here, put a zipped file on the cloud somewhere like dropbox, and post the link.

  • How do I change the style of text in an HTML Snippet?

    Hello everyone,
    I'm using an HTML snippet with an iFrame tag in it. What formatting code do I include in the snippet so that the style of the text is the same as that of the default text object for the particular iWeb theme I'm using?
    Much obliged,
    Gregory

    Use CSS to format fonts. Look here for info.

  • How to add html?  The HTML snippet does not work.  Whatever I add, (a "like button, SEO key words, etc.), does not appear on the site once published.

    I am trying to add html to my website created in iWeb, (a "like" button, for example).  I paste the HTML language into the HTML Snippet window, but it does not show up ion my published page.  Any advice?

    I have put code into two html snippets, (per facebook instructions).  Should they go together?
    First snippet:
    <div id="fb-root"></div>
    <script>(function(d, s, id) {
      var js, fjs = d.getElementsByTagName(s)[0];
      if (d.getElementById(id)) return;
      js = d.createElement(s); js.id = id;
      js.src = "http://connect.facebook.net/en_US/all.js#xfbml=1";
      fjs.parentNode.insertBefore(js, fjs);
    }(document, 'script', 'facebook-jssdk'));</script>
    Second snippet:
    <div class="fb-like" data-href="http://www.bonniecrockettconsulting.com" data-send="true" data-width="450" data-show-faces="false"></div>
    Thanks!

  • How can I vertically resize an HTML Snippet?

    It will only let me vertically resize my HTML Snippets a certain amount--there's about a centimeter of space in between the bottom of the Snippet and my actual HTML object. It's not just certain HTML Snippets--no matter what it is, this always happens. I used to know a trick for resizing it smaller, but I've forgotten it now.

    Man this is some heavy work; I would suggest moving this on to the "Server" section of support as they have more business workarounds.

  • How do i remove HTML snippets borders?

    can anybody help me i want to remove the html snippet borders it won't show in my mac safari browser but i shows up in ios safari which is a bit annoying is there a way that i can remove to border

    Other browsers, like older versions of Firefox, display unwanted borders unless you specified "border:none" in the stylesheet.
    The example of the "default code" given above is some what dated!
    The "allowTransparency" attribute is only required for old versions of IE. Transpareny is the default value in all modern browsers and is not supported in HTML5. Neither are "frameborder" and "scrolling".
    A new attribute in HTML5, that would be applicable in your case, is "seamless" which specifies that the iframe content should look as though its part of the page that contains it.
    As far as preventing scrollbars is concerned, use "overflow:hidden" in the css. 
    For the time being, until HTML5 is universally adopted, it makes more sense to write iframe styles in CSS although you can still use the height and width attributes if you really want to since they are still supported. 
    <iframe src="URL to the embeded doc" style="width:Xpx;height:Ypx;border:none;overflow:hidden"></iframe>

Maybe you are looking for

  • External Monitor: Is this even possible?

    I want to color correct using an external monitor. My set up is mini DVI out to VGA to S Video. Everything I've read, people get their video out by firewire to tape deck to monitor. Is my set up possible?

  • "Edit Original" opens in Paint instead of Photoshop (Windows)

    I've found a solution to this problem, so I wanted everyone to find it. In the older Windows programs, you can choose which program opens in editing, but in Windows 7 that feature is disabled. If you download the following program, click File Type Se

  • # coming when I select data from oracle table using Native SQL

    Hi Gurus, I am selecting 'First name' from oracle table directly using native sql. I am fetching 65000 records but 10+ records having '#' at the end of firstname. For eg: John#. But oracle team couldn't find '#' in their table for those records. What

  • JNI, addNotify() and HWND

    Hi I'm using a Canvas as a target for some C++ rendering code. I have a native method to collect the HWND in addNotify() and some shut down code in removeNotify() - all pretty basic stuff, and it works fine. However, I've noticed that resizing the Ca

  • How to start indesign

    i have just downloaded adobe creative cloud, and installed indesign, how do i actually get into indesign and start a project