https://mashable.com/2012/05/15/facebook-tips-power-users/
Adding Social Media Buttons (Genesis)
Simply add this code to the bottom of your functions.php file: add_action( ‘genesis_before_post_content’, ‘child_social_media_icons’, 5 ); /** * Social Media Icons * * @author Greg Rickaby * @since 1.0.0 */ function child_social_media_icons() { if ( !is_front_page() ) { ?> <div id=”social-media-icons”> <div> <div data-send=”false” data-layout=”button_count” data-width=”100″ data-show-faces=”false”></div> <div id=”fb-root”></div> <script> (function(d, s, id) { var…
Read More
Show Your Fans Some Facebook Love
Show your facebook fans how much you apprecaite them by highlighting a “Fan of the Week”. This is fun because their love for your company is displayed to your fans, and that person will then share it with their own network. See more great ideas here: mashable.com