• i wannna use a icon i have so dont need there official icon, i want the link which i will put in my single.php.
    for eg:
    i use this for facebook and orkut

    <a href="http://promote.orkut.com/preview?nt=orkut.com&tt=<?php single_post_title(); ?>&du=<?php the_permalink(); ?>&cn="><img src="<?php bloginfo('template_url'); ?>/images/icons/orkut.png"></a>

    <a href="http://www.facebook.com/sharer.php?u=<?php the_permalink();?>&t=<?php the_title(); ?>"><img src="<?php bloginfo('template_url'); ?>/images/icons/facebook.png" alt=""/></a>

Viewing 3 replies - 1 through 3 (of 3 total)
  • Moderator Ipstenu (Mika Epstein)

    (@ipstenu)

    🏳️‍🌈 Advisor and Activist

    Thread Starter guguwpblog

    (@guguwpblog)

    <a href="//www.linkedin.com/shareArticle?mini=true&url=<?phpthe_permalink();">&title=<?php the_title(); ?>&source=ADD_YOUR_BLOG_URL_HERE”><img src=”ADD_IMAGE_URL_HERE”></a>

    this is what in the link you provided says but dont work

    Moderator Ipstenu (Mika Epstein)

    (@ipstenu)

    🏳️‍🌈 Advisor and Activist

    FYI, this isn’t a WordPress question really.

    1) Your code is pasted badly, with curly quotes and no spaces. That’ll never work.

    <a href="http://www.linkedin.com/shareArticle?mini=true&url=<?php the_permalink(); ?>&title=<?php the_title(); ?>&source=http://yoursite.com"><img src="ADD_IMAGE_URL_HERE"></a>

    2) If that doesn’t work, then you’ll need to go to LinkedIn.com and see if they have more up-to-date directions.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘can anyone tell me Linked in share button link?’ is closed to new replies.