By Damir Baranasic on Monday, 23 January 2017
Posted in Technical Issues
Likes 0
Views 439
Votes 0
When I try to share post on Linkedin I am getting this message:
LinkedIn->share(): description length is too long - max length is 400 characters
How to fix it?
Usually everything is fine but with this one article ( ID 36) ... problem
It seems like your article description length already over 400 then hitting this error.

Try modify this file ->JoomlaFolder/administrator/components/com_easyblog/includes/oauth/adapters/linkedin/consumer.php

// LINE 128
const _SHARE_CONTENT_DESC_LENGTH = 400;

// Replace to
const _SHARE_CONTENT_DESC_LENGTH = 1000;


And see how it goes?
·
Tuesday, 24 January 2017 11:44
·
0 Likes
·
0 Votes
·
0 Comments
·
This did the trick .. great, thanks for your help
·
Tuesday, 24 January 2017 20:12
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi there,

You are most welcome. Glad to hear that your issue has been resolved now.

As a gentle reminder, kindly start a new thread if you have any other issue in the future so it will be easier for us to manage your inquiry. I will lock and mark this thread as resolved.
·
Tuesday, 24 January 2017 22:38
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post