Topic-icon Problem with share to Linkedin!

Active Subscriptions:

None
9 years 4 months ago - 9 years 4 months ago #49922 by ramandy.m
Hi,

when i try to share an article with linkedin button, an error happen that says:

"We’re sorry. Something unexpected happened and your request could not be completed. Please close this window and try again."

This is My website:
www.taknavaznews.com

i attached image of error!

File Attachment:


tanks for your replies.
Last edit: 9 years 4 months ago by ramandy.m.
The topic has been locked.
Support Specialist
9 years 3 months ago #49925 by mel
Replied by mel on topic Problem with share to Linkedin!
It's possible that the URL is not being encoded correctly. It looks as though you are using the JFBConnect Content plugin to add these sharing buttons. If so, could you try changing the following code?

In /libraries/sourcecoast/utilities.php around line 82 change
$extraButtonText .= '{JLinkedShare href=' . $url . " layout=" . $dataCount . $renderKeyString . '}';
to
$extraButtonText .= '{JLinkedShare href=' . urlencode($url) . " layout=" . $dataCount . $renderKeyString . '}';

Let me know if this helps with the issue.

Thanks,
-Melissa
The topic has been locked.
Active Subscriptions:

None
9 years 3 months ago #49928 by ramandy.m
Hi Mel,

Your answer Solved the issue.

Thanks.
The topic has been locked.
Support Specialist
9 years 3 months ago #49929 by mel
Replied by mel on topic Problem with share to Linkedin!
Great! I've checked in the change so that it will be included in the next release of JFBConnect.

Finally, if you haven't already, please consider leaving a rating and review for JFBConnect or our support on the Joomla Extension Directory. It's certainly not required, but very appreciated:
extensions.joomla.org/extensions/extensi...l-display/jfbconnect

Happy Holidays!
-Melissa
The topic has been locked.