Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • Rachel 13 posts 43 karma points
    Aug 29, 2011 @ 21:08
    Rachel
    0

    All embedded YouTube videos display oohembed error message

    Just today I noticed that all of the YouTube videos I have embedded on my website now won't display. Instead, in its place is this error text:

    Does anyone know what the problem could be?  All was working fine up until today, even up until 2 hours ago. 

    Thanks.

  • Alin Parjolea 7 posts 27 karma points
    Aug 29, 2011 @ 21:30
    Alin Parjolea
    0

    I am having the same problem. Anyone knows what is going on? I have found out that if i embed the video in the clasic way (object...) and make the width at max the width of it's container then it works. But if you have 100 pages with videos??? impossible to fix. so.. what is the problem??

  • James Hildeman 92 posts 88 karma points
    Aug 29, 2011 @ 22:52
    James Hildeman
    0

    Looks like embed.ly bought http://oohembed.com/ and has changed the underlying process for embedding.  I just started using this package last week Thursday and it is busted today. 

    I don't see anything accessible in the .ascx.  No .cs included.  Looks like we're going to need an update!

  • tentonipete 78 posts 223 karma points
    Sep 02, 2011 @ 17:01
    tentonipete
    0

    I started using the package today and started to receive errors after inserting a few videos. I was using 4.7.

    If any of you guys are desperate you can download the source, it's really easy to edit the Page_Load method of the user control to change the URL from 

    http://www.oohembed.com/oohembed?url=http%3A%2F%2Fvimeo.com%2F18150336

    to

    http://api.embed.ly/1/oembed?url=http%3A%2F%2Fvimeo.com%2F18150336&key=your_embedly_key
  • tentonipete 78 posts 223 karma points
    Sep 02, 2011 @ 18:43
    tentonipete
    3

    done it for you to bridge gap to next release:

    http://dl.dropbox.com/u/2228117/CPalm.Umbraco.Macro.OEmbed.zip

    make sure you add to appsettings in web.config (you need to sign up for the key on http://embed.ly):

     <add key="embedlykey" value="your_embedly_key" />
  • Keith Petersen 67 posts 111 karma points
    Sep 20, 2011 @ 18:51
    Keith Petersen
    0

    Thanks for fixing this.

  • Umbraco 137 posts 294 karma points
    Nov 15, 2011 @ 15:04
    Umbraco
    1

    Because the developer is MIA I have created a patched version of the package (v0.9.1). That way it's easier to install as a local package. I will not upload it to the package repository, since it's not my work. But you can download it from my Dropbox (no guarantees it will work, but I tested it on Umbraco 4.7.1 and it seems to work just fine wih Flickr, YouTube and SlideShare).

    http://bit.ly/sznhG8

    Thanks to tentonipete for the fix and to Christian Palm for the original OEmbed package!

     

  • Owen Hope 119 posts 140 karma points
    Nov 21, 2011 @ 18:59
    Owen Hope
    0

    Hi Guys,

    I have installed Michiels 0.9.1 package - went to embed.ly and got an api key and added it to my web.config - however I am still seeing this error

    Error with embedding the source
    oohembed source: http://api.embed.ly/1/oembed ? maxwidth=640&maxheight=375&url=http%3a%2f%2fvimeo.com%2f26350282&key=

    It seems that it can't pick up my API key? Any suggestions?

    Cheers,

     

    Owen

  • Umbraco 137 posts 294 karma points
    Nov 21, 2011 @ 21:58
    Umbraco
    0

    Hi Owen,

    Only thing I can think of is that your appSetting doesn't use the right name: embedlykey

    Can you double check just to be sure?

    -Michiel

  • Owen Hope 119 posts 140 karma points
    Nov 21, 2011 @ 21:59
    Owen Hope
    0

    Hi Michiel,

    I resolved my problem, I copied and pasted the API with a trailing space (oops!) 

    Thanks for creating this patch, I was in a pretty tough spot before!

     

    Owen

  • Umbraco 137 posts 294 karma points
    Nov 21, 2011 @ 22:02
    Umbraco
    0

    Cool!

    I just packaged it up, also thanks to the the others in this thread before me that did the hard work.

     

  • claire 15 posts 36 karma points
    Apr 19, 2012 @ 09:17
    claire
    0

    Hi guys,

    I've installed this package and managed to get a YouTube link embedded nicely when I first hit Save and Publish. However, I can't seem to make any further changes to the page without coming across this error:

    Length cannot be less than zero. Parameter name: length

    I found this post http://our.umbraco.org/forum/using/ui-questions/27451-Length-cannot-be-less-than-zero-Parameter-name-length and made changes to the TinyMCE and Umbraco config files as instructed but to no effect.

    If I remove the macro, all is good. Has anyone else come across this error and if so, how did you get around it?

    Thanks in advance

  • claire 15 posts 36 karma points
    Apr 20, 2012 @ 04:56
    claire
    0

    Never mind, I found another package to use instead

  • Stewart Ellis 25 posts 64 karma points
    Jun 20, 2012 @ 22:16
    Stewart Ellis
    0

    Which package Claire? I am just setting this up and would like to start with the right solution.

     

    Thanks

  • claire 15 posts 36 karma points
    Jun 21, 2012 @ 01:41
    claire
    0

    Stewart, try the uTube package for embedding video. I haven't had any problems with it in Umbraco v4.7.1.

    http://our.umbraco.org/projects/website-utilities/utube

     

Please Sign in or register to post replies

Write your reply to:

Draft