YouTube Not Posting

  • Sorry for the delay.

    I’m not entirely sure what happened, but we’ll look into it.

  • Howdy folks! Sorry for any problems this has caused. We didn’t announce anything because we weren’t aware you would notice a change. Our documentation has always used lowercase, so we did not know anyone was using uppercase letters in the shortcodes. We recently updated all of our shortcodes to some faster code, which only works with lowercase. We’re going to stick with lowercase so we don’t make the code slower again.

    We’re working on a tool we can use to fix your old posts to lowercase shortcode usage. Once it’s ready, we’ll run it on the blogs for people that have posted here. Anyone else will be able to contact Support to have their shortcodes fixed as well.

  • Unknown's avatar

    Hey Nick,

    Thank you for finally getting back to us. I could have sworn it must have been uppercase at one point – there would be no need for met to change it otherwise, but never mind that now. It’s totally cool if you want to stick with the lowercase – not a problem at all…

    For my particular problem, would the workaround fix be as simple as SQL query (or whatever the db for wordpress.com backbone is) to just globally replace any occurrence in the content of the post of “[AUDIO http://” with “[audio http://” without the double quotes? That sounds like something fairly straight forward that could be executed within a second.

  • I ran an update on blogs for @disembedded, @bigbangkr, @nellybean1015, @headphonecommute, and @daviddrobbins. Let us know if there are still problems.

    Please use lowercase for all shortcodes from now on.

  • Unknown's avatar

    I’ve been here nearly five years and I don’t ever recall the shortcodes using capitals, any of them. The Audio and/or Digg codes I believe used spaces instead of = which can be awkward. It should be standardized, you’d think, across all shortcodes.

  • Unknown's avatar

    I’ve always used lowercase for my shortcodes. It’s still not showing up. All my videos are gone. My biggest problem is understanding why everyone is not being affected by this change. The WordPress blogs I visit such as Always Taeyang and iBigBang Fansite are not having this issue with posting videos. This is a disaster. I’ve reached the point that if this problem is not fixed quickly I’m going to have to delete my blog. http://devotedtothesun.wordpress.com/

  • @nellybean1015 I found an invalid shortcode in the post at http://devotedtothesun.wordpress.com/2011/02/24/video-big-bangs-video-message-to-fans/

    Here is the code you have: [youtube= <a href="http://www.youtube.com/watch?v=CbgSzBYfunk&feature=related">http://www.youtube.com/watch?v=CbgSzBYfunk&feature=related</a>]

    Notice how you have HTML in there making the URL into a link. If that worked previously it was a bug, because it should have never worked. You need to use this:
    [youtube=http://www.youtube.com/watch?v=CbgSzBYfunk&feature=related]

  • Unknown's avatar

    @nickmomrik Looks like mine are all fine now. Will for sure use lowercase from now on! Sleepless in Chicago….

    Thanks so much for your help, disembedded (Patrick Z.)

  • Unknown's avatar

    @nickmomrik

    I have the same problem to my blog at http://raggioindaco.wordpress.com , I don’t see why WP changed this , it is quite irrational….youtube always used and STILL gives the embed codes with the URL link by using their “embed” button to get the embed codes…

    WP should have been warn their users to use a simple link instead the embed codes.

    My videos are all in lowercase FYI…

  • Unknown's avatar

    I noticed that since Thursday 2011/02/24 (I think) videos in my blog entries conceal half the line that contains the date and the tags.

    https://nambulous.wordpress.com/

    Check out the trailer for “Elektra Luxx” for example. I’m usually using the code [youtube=link]. I found out, that if I use just a link, without the youtube tag, it doesn’t conceal half the line about the video (Check out the The Elder Scrolls V: Skyrim Trailer and “Alice: Madness Returns”).

    Can this be explained with the changes that were made here?

    It’s not a huge problem or anything, but… it would still be cool if there was a solution. :)

  • Unknown's avatar

    My embedded YouTube video breaks every time someone uses the Visual editor. The instructions say to put the youtube entry on its own line, which I do (in the HTML window), and then the video shows up — BUT then as soon as a change is made using the Visual editor, the code is no longer on its own line anymore. This means my client cannot edit this page themselves any longer. Any ideas?

  • Unknown's avatar

    Update: Seems to only happen inside tables and divs. Visual editor moves the </td> or </div> tag up onto the same line as the youtube line. Is there anything I can do to prevent this? Otherwise I lose my formatting. :(

  • Unknown's avatar

    Did you try using the shortcode instead?

  • Unknown's avatar

    Hi Jennifer, thanks for your reply. Yes, I tried the shortcode too, but the same thing happens. The documentation says the shortcode must be on a line by itself, but once you use the visual editor, the </td> or </div> tag gets moved up to the line containing the shortcode and it stops working.

    Luckily, after much playing around, I found a combination of tags to put inside the td (including a span tag, of all things) that seems, so far, to allow the YouTube item to remain on its own line. The real proof will be what happens once the client edits the content again. :)

  • The topic ‘YouTube Not Posting’ is closed to new replies.