Skip to content

Instantly share code, notes, and snippets.

@mattradford
Created August 22, 2014 08:37
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mattradford/c9f72fb7e213b577f917 to your computer and use it in GitHub Desktop.
Save mattradford/c9f72fb7e213b577f917 to your computer and use it in GitHub Desktop.
WordPress Linked share button without JS
<a href="http://www.linkedin.com/shareArticle?mini=true&url=<?php the_permalink() ?>&title=<?php the_title(); ?>&summary=&source=<?php bloginfo('name'); ?>" target="_new">
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment