BroFox86
4/7/2017 - 8:45 AM

[Social share buttons] #html

[Social share buttons] #html

<a 
href="https://www.facebook.com/sharer/sharer.php?u{ENCODED-URL}"
onclick="window.open('URL', 'Width=640, Height=480');"
></a>

<a 
href="https://twitter.com/intent/tweet?url={ENCODED-URL}&text={ENCODED-TEXT}.&via={@ACCOUNT-NAME}"
onclick="window.open('URL', 'Width=640, Height=300');"
></a>

<a 
href="https://plus.google.com/share?url={ENCODED-URL}"
onclick="window.open('URL', 'Width=640, Height=480');"
></a>

<!-- ENCODER: http://meyerweb.com/eric/tools/dencoder/ -->