Lego2012
12/13/2016 - 3:52 PM

Genesis Simple Share via function

Genesis Simple Share via function

<?php
//* Do NOT include the opening php tag shown above. Copy the code shown below.

if ( function_exists( 'genesis_share_icon_output' ) ) {
    global $Genesis_Simple_Share;
    genesis_share_icon_output( 'work', $Genesis_Simple_Share->icons );
}

<!-- the 'work' thing changes the name... so the div class will be share-work in this case -->