Skip to content

Instantly share code, notes, and snippets.

View ohdesigner's full-sized avatar

Jeffrey Michael ohdesigner

View GitHub Profile
/** Social */
function social_after_content() {
if ( 'post' == get_post_type() && is_single() ) {
echo'<div class="ss"><a class="btn btn-facebook" rel="nofollow" target="_blank" href="http://www.facebook.com/sharer.php?u=';
echo the_permalink();
echo'&t=';
echo the_title();
echo'">Facebook</a> ';
echo'<a target="_blank" class="btn btn-google" href="https://plus.google.com/share?url=';
echo the_permalink();