Twitter autopublish - tweet maximal length 280 characters

Jan Mudrák asked on April 26, 2018 14:01

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.

Correct Answer

Dawid Jachnik answered on April 26, 2018 14:13

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 ;)

2 votesVote for this answer Unmark Correct answer

Recent Answers


Jan Mudrák answered on April 30, 2018 07:39

Thanks Dawid! I thought the problem is in the LinqToTwitter library, but i followed your instructions and the tweet was published.

0 votesVote for this answer Mark as a Correct answer

   Please, sign in to be able to submit a new answer.