By Paul Murray on Tuesday, 19 May 2015
Posted in Technical Issues
Likes 0
Views 752
Votes 0
Hello Support

I have a problem when auto posting to linkedin when I post a Blog post or update it, I get the following error message.

LinkedIn->share(): comment length is too long - max length is 700 characters.

Same as here:

http://stackideas.com/forums/linkedin-comment-length-is-too-long-max-length-is-700-characters

What is going on here?

Please advise.

thanks

Paul
Hello Paul Murray,

It seems like you're hitting the Linkedin length limit error, can you open this file -> JoomlaFolder\components\com_easyblog\classes\linkedin\consumer.php

//LINE 127
const _SHARE_COMMENT_LENGTH = 700;

// Replace with
const _SHARE_COMMENT_LENGTH = 4000;


Hope this help.
·
Wednesday, 20 May 2015 02:33
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi Arlex

That did the trick thanks.

Paul
·
Wednesday, 20 May 2015 23:19
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello Paul,

You are most welcome. Glad that your issue has been resolved
·
Wednesday, 20 May 2015 23:31
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post