Before you ask please READ THIS

Video shortcuts & YouTube URL

edited May 2013 in Skyfashion Posts: 36
In 2 out of 3 cases, video function produces error:
"Video not availbale - more information"

although the clip runs on YouTube without problems and URL is correctly embedded in video shortcut dialog box.

Is there a workaround?

I want to embed:

1.
2.

and the codings are:

1. [video type="youtube" src="" height="335" width="595" autoplay="off" /]

2. [video type="youtube" src="" height="335" width="595" autoplay="off" /]

Is there a workaround?

Cheers, Hughes

Comments

  • Posts: 493
    hi Hughenry,

    If you want to insert a code on this page you have to use tags < pre > and < code > (without spaces in this tags, like in HTML). Now you inserted some code and it shows a video from youtube. Please insert it in this tags and I will try to find a problem.

    With regards
  • Posts: 36
    Hi Argone,

    restart:

    I want to embed:

    1.
    youtube.com/watch?v=J4vuF5zkt_8
    2. youtube.com/watch?v=hvHyaZ-SwOA

    and codings are:

    1. [video type="youtube" src="http://www.youtube.com/watch?v=J4vuF5zkt_8" height="335" width="595" autoplay="off" /]

    2. [video type="youtube" src="http://www.youtube.com/watch?v=hvHyaZ-SwOA" height="335" width="595" autoplay="off" /]
  • Posts: 36
    Any ideas...?
  • Posts: 493
    Hi Hughenry

    This lines comes from documentation

    VIDEOS
    [video type="youtube" src="MovieID" height="335" width="595" autoplay="off" /]
    [video type="vimeo" src="MovieID" height="335" width="595" autoplay="off" /]


    MovieID we mean "J4vuF5zkt_8" not a link to youtube

    so your code should look like this:
    [video type="youtube" src="J4vuF5zkt_8" height="335" width="595" autoplay="off" /]

    Try to change it and let me know if it works

    With regards
Sign In or Register to comment.

Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!