Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: Limiting characters on status update

couple of jQuery packages out there, TextLimit is pretty simple – syntax as such: jQuery(“textarea”).textlimit(‘span.somecounterspan’,500)

then as a backup – just use one of the filters to excerpt the content (only issue is error handling)

Skip to toolbar