The maxlength for the embed url/markup field is fixed at 1024. This is too short for some providers (e.g. spikedhumor). As a result, markup is truncated.
This should increased to something much larger. The MySQL column used to store this value is a LONGTEXT, so it's pretty big....
Comments
Comment #1
aaron commentedthanks. i think this has been fixed, but not sure. bumping to make sure.
Comment #2
aaron commentedchanged to 2048.
Comment #3
Anonymous (not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.
Comment #4
drupalhooked commentedHello Aaron,
Thanks for this 2048 length fix. But it is a bit short for the provider that I am embedding audio from.
Actually the problem arise when I try to to embed an audio from Internet Archive. Drupal notifies me the following error:
Audio from other site cannot be longer than 2048 characters but is currently 2474 characters long.
Is there any way to increase this length so that lengthy embed code could also be saved?
Many thanks in Advance.
Gaurav,
Comment #5
drupalhooked commentedComment #6
drupalhooked commentedComment #7
aaron commentedOK, changed this to 4096 now.
Comment #8
drupalhooked commentedHi Aaron, Thank you very much for this fix. Now to get it working should I re-download/re-install this module?