Hello, is there any way to enable current maximal tweet length 280 characters? I have tested it in Kentico v8.2.6 and maximum only previous maximal length 140 characters is allowed.
Hello, check this file:
~\CMS\CMSModules\SocialMarketing\FormControls\TwitterPostTextArea.ascx.cs
on line 13 you have const int value TWITTER_POST_MAX_LENGTH
private const int TWITTER_POST_MAX_LENGTH = 140;
Hope it will help ;)
Thanks Dawid! I thought the problem is in the LinqToTwitter library, but i followed your instructions and the tweet was published.
Please, sign in to be able to submit a new answer.