Viewing 2 replies - 1 through 2 (of 2 total)
  • I made LinkedIn support for myself, hopefully the author can place it upstream.

    // LinkedIn Button
    if(get_option('ss_linkedin','1')){
    $simplesocialcontent .= '<a onclick="return simplesocial(this,570,520)" class=simplesocial title="LinkedIn" style="background:url('.$simplesocial_dir.'linkedin.png)"
    href="https://www.linkedin.com/shareArticle?mini=true&url='.$simplesocial_enclink.'&title='.$simplesocial_title.'"></a>';
    }

    Add this, plus a ‘linkedin’ to the $simple_social_icons=array(), ca. line 120.

    Icons are from here.

    Thread Starter Anonymous User 6488573

    (@anonymized-6488573)

    It’s working, thx! ??

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘[Plugin: Simple Social – Sharing Widgets & Icons] Linkedin?’ is closed to new replies.