Skip to content

Instantly share code, notes, and snippets.

View dillonbailey's full-sized avatar

Dillon Bailey dillonbailey

View GitHub Profile
@dillonbailey
dillonbailey / wp-rrssb-example.php
Last active August 29, 2015 14:26 — forked from robspangler/wp-rrssb-example.php
WordPress function to display Ridiculously Responsive Social Sharing Buttons. This assumes you're already including the necessary CSS and JS (http://kurtnoble.com/labs/rrssb/). - Updated with most recent release of RRSSB.
<?php
//Display for current post
echo rrssb();
//Display for a specific post (by post ID)
echo rrssb(13);
?>