Forums
(@fidget)
10 years, 4 months ago
Same issue, fixed by altering line 429 of social-media-auto-publish/admin/publish.php from…
$len=118;
to…
$len=110;
It seems that the truncating of {POST_TITLE} is insufficient, exacerbated when posting an image as well.