Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@james2doyle
Created March 17, 2016 19:39
Show Gist options
  • Star 3 You must be signed in to star a gist
  • Fork 4 You must be signed in to fork a gist
  • Save james2doyle/c5d4a2e101edd98d1114 to your computer and use it in GitHub Desktop.
Save james2doyle/c5d4a2e101edd98d1114 to your computer and use it in GitHub Desktop.
Social Share Links in Laravel Blade syntax
<a href="https://www.facebook.com/sharer.php?u={{ $url }}" rel="me" title="Facebook" target="_blank"><i class="fa facebook"></i></a>
<a href="https://twitter.com/share?url={{ $url }}&text={{ $title }}" rel="me" title="Twitter" target="_blank"><i class="fa twitter"></i></a>
<a href="https://pinterest.com/pin/create/button/?url={{ $url }}&media={{ $image }}&description={{ $title }}" rel="me" title="Pinterest" target="_blank"><i class="fa pinterest"></i></a>
<a href="https://www.thefancy.com/fancyit?ItemURL={{ $url }}&Title={{ $title }}&Category={{ $category }}&ImageURL={{ $image }}" rel="me" title="Fancy" target="_blank"><i class="fa fancy"></i></a>
<a href="https://plus.google.com/share?url={{ $url }}" rel="me" title="Google Plus" target="_blank"><i class="fa google"></i></a>
@ahmadora
Copy link

rwer

@ahmadora
Copy link

rewe

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