Skip to content

Instantly share code, notes, and snippets.

@billerickson
Created August 31, 2016 13:03
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save billerickson/e21721fcb12b0d93fb000f42f0e2eb3e to your computer and use it in GitHub Desktop.
Save billerickson/e21721fcb12b0d93fb000f42f0e2eb3e to your computer and use it in GitHub Desktop.
<?php
/**
* Share Buttons
*
*/
function be_share_buttons() {
if( function_exists( 'ea_share' ) )
ea_share()->front->display();
}
add_action( 'genesis_entry_footer', 'be_share_buttons', 20 );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment