Skip to content

Instantly share code, notes, and snippets.

@jitenbharadava
Created December 30, 2015 13:30
Show Gist options
  • Save jitenbharadava/7166e3028db29b3032c6 to your computer and use it in GitHub Desktop.
Save jitenbharadava/7166e3028db29b3032c6 to your computer and use it in GitHub Desktop.
share button for facebook and linkedin
<div class="social_ic"><a target="_blank" href="http://www.linkedin.com/shareArticle?mini=true&url=<?php echo get_permalink() ?>&title=<?php the_title() ?>&summary=<?php echo get_the_excerpt();?>&source=Name Company"><i class="moon-linkedin"></i></a></div>
<div class="social_ic"><a target="_blank" href="http://www.facebook.com/sharer.php?u=<?php echo get_permalink() ?>"><i class="moon-facebook"></i></a></div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment