Firebug is a add-on for facebook.
When you're on the page where you enter the video title, open up firebug (tools), and then search for maxlength, title, or right click on the field and click inspect element. Then change maxlength from "60" to "100" or whatever.
This should work.
[
<input type="text" value="xxxxxxxx.wmv" onkeyup="goog.i18n.bidi.setDirAttribute(event,this)" onkeydown="onFormFieldChanged();" name="field_myvideo_title" class="textbox" dir="ltr">
/CODE]
Maybe youtube changed something or blocked it? How did you this?
Thanks...:)
I tried it now several times. There is def nothing with "maxlength"! I think youtube has changed this...
Anyone with an idea?