Skip to content

Instantly share code, notes, and snippets.

@rdub80
Created November 17, 2016 15:06
Show Gist options
  • Save rdub80/978e90a9cf8a25b4455ac82b9532c22e to your computer and use it in GitHub Desktop.
Save rdub80/978e90a9cf8a25b4455ac82b9532c22e to your computer and use it in GitHub Desktop.
@rdub80
Copy link
Author

rdub80 commented Nov 17, 2016

Snippet allows for the following social links:

  • twitter
  • linkedin
  • instagram
  • pinterest
  • snapchat
  • youtube
  • medium
  • dribbble
  • facebook
  • spotify
  • soundcloud
  • github
  • codepen
  • flickr

Input into WP content:
[social twitter="https://twitter.com/username" facebook="https://www.facebook.com/username" flickr="https://www.flickr.com/photos/username" instagram="https://instagram.com/username" pinterest="https://www.pinterest.com/username" spotify="https://play.spotify.com/user/12345678" dribbble="https://dribbble.com/username" medium="https://medium.com/@username" ]

is rendering as:
<ul><li><a class="twitter" href="https://twitter.com/username"><svg>...</svg></a></li>...<li><a class="medium" href="https://medium.com/@username"><svg>...</svg></a></li></ul>

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment