How to make a long video title more than 60 characters?

Klitschko

Registered Member
Joined
Nov 13, 2009
Messages
63
Reaction score
31
Hi friends,

can anybody tell me how to make a long video title? For 1 hour i'm searching the net for this information!! Now you are my last chance...;)

Many thanks in advance...
 
Try to be more specific, it's hard to give an answer to a vague question.

Are you talking about myspace, youtube, perhaps facebook?

Try editing the maxlimit values in firebug.
 
Sorry for that! I want to use youtube!
How i use firebug for this?

Thanks
 
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.
 
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.


Now i'm familiar with that i think!
But when i go to the video titel field an use firebug then this code appears without "maxlength" or "title"

Code:
[
<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...:)
 
There should be something regarding maxlength, try a ctrl+f.
I haven't previously done this on youtube as i don't have an account, however it used to work on bebo and facebook.
 
I tried it now several times. There is def nothing with "maxlength"! I think youtube has changed this...

Anyone with an idea?
 
I tried it now several times. There is def nothing with "maxlength"! I think youtube has changed this...

Anyone with an idea?

Hmm.. Try downloading tamper data for firefox (google it).
Then 'start tampering' when you submit the name.
Search in the box (not sure which one, for the name you submitted and change it)
If you need help, try searching on google for 'tutorial tamper data'

Good luck.
 
I also tried it with tamper data! But when i start tempering no data is shown in this program, it keeps blank! Puh! There must be a solution...
I know it's possible!! There are videos on yt with these long titles...
Another solution??:confused:

Thanks
 
Is there no chance? Anybody with knowledge to do that?
It would be great help to me!!

Many thanks in advance!
 
Tamper data should work beacuse It modify POST request. If it fail then there is no way of doing it. Maybe youtube is validating string lenght server side?
 
When using tamper data, you need to 'start tampering' and then click the save button for you youtube title.
 
Back
Top