I ran across this problem as well and did a little digging in lib.lg_social_bookmark_sites.php for the LinkedIn item and found this:
'LinkedIn' => array(
'favicon' => 'linkedin.png',
'url' => 'http://www.linkedin.com/shareArticle?mini=true&url={permalink}&title={title}&source={weblog_title}&summary=EXCERPT',
),
If I remove “source={weblog_title}&summary=EXCERPT’,” would this cause any problems with the functionality of the social link? Would it be possible to hard code the weblog title into the file until a proper fix can be tested and released.
update: It appears to be a problem with the .php file. There is no {weblog_title} tag but replacing this with {blog_title} fixes the problem.
I ran across this problem as well and did a little digging in lib.lg_social_bookmark_sites.php for the LinkedIn item and found this:If I remove “source={weblog_title}&summary=EXCERPT’,” would this cause any problems with the functionality of the social link? Would it be possible to hard code the weblog title into the file until a proper fix can be tested and released. update: It appears to be a problem with the .php file. There is no {weblog_title} tag but replacing this with {blog_title} fixes the problem.'LinkedIn' => array( 'favicon' => 'linkedin.png', 'url' => 'http://www.linkedin.com/shareArticle?mini=true&url={permalink}&title={title}&source={weblog_title}&summary=EXCERPT', ),
Excellent, thanks, worked for me!
Packet Tide owns and develops ExpressionEngine. © Packet Tide, All Rights Reserved.