Topic-icon Linkedin Share Not Working

Active Subscriptions:

None
I am just starting to work with LinkedIn and discovered the Linkedin share button does not work.

Here is an example:
www.lifespringschristianchurch.org/video...owerment-for-mission
The topic has been locked.
Support Specialist
11 years 1 month ago #53118 by alzander
Replied by alzander on topic Linkedin Share Not Working
This is a bug that was introduced in the 6.3.0 release that affects a minority of sites. We'll have a fix in the 6.3.1 release, due out later this month. In the meantime, if you'd like to make a quick code change, you can fix it now as follows:
* Edit the /libraries/sourcecoast/utilities.php file
* Around line 82, you'll see:
$extraButtonText .= '{JLinkedShare href=' . urlencode($url) . " layout=" . $dataCount . $renderKeyString . '}';
* Update that to the below:
$extraButtonText .= '{JLinkedShare href=' . $url . " layout=" . $dataCount . $renderKeyString . '}';
I hope that helps get you going, but if you need anything else, just let us know.

Thanks,
Alex
The topic has been locked.
Active Subscriptions:

None
11 years 4 weeks ago #53126 by [email protected]
Thanks, I really appreciate your help.
The topic has been locked.
Support Specialist
11 years 4 weeks ago #53138 by alzander
Replied by alzander on topic Linkedin Share Not Working
Glad we could help. If you need anything else, as always, just let us know.

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 appreciate:
extensions.joomla.org/extensions/extensi...l-display/jfbconnect

Thanks,
Alex
The topic has been locked.