I wanted to ask if anybody knew a good way to limit the maximum length allowed in links provided in comments.
I have a fixed width design, and everynow and then, if someone leaves a link too lengthy in the comments, it busts up the design.
I did find one solution that works. It's pretty slick and written in javascript.
http://www.onlinetools.org/tools/shortlinks/
I'd really like a good WordPress plugin though, as I like using JS as little as possible...
Ideally, any WordPress plugin would change the links of the fly, leaving the originals untouched in the database. (That way, I could go back to the original if I ever wanted to by turning off the plugin).
I did search around before posting, but couldn't find what anything...
Thanks!