{"id":3652,"date":"2018-02-05T16:12:00","date_gmt":"2018-02-05T16:12:00","guid":{"rendered":"https:\/\/purelysupp.com\/wordpress\/?p=3652"},"modified":"2022-10-16T14:30:03","modified_gmt":"2022-10-16T14:30:03","slug":"reposition-jetpack-social-sharing-buttons-in-genesis","status":"publish","type":"post","link":"https:\/\/purelysupp.com\/wordpress\/code-snippets\/reposition-jetpack-social-sharing-buttons-in-genesis\/","title":{"rendered":"Reposition JetPack Social Sharing Buttons in Genesis"},"content":{"rendered":"\n<p>Add the following code to your WordPress theme&#8217;s function.php file, or a functionality plugin to reposition JetPack Social Sharing Buttons in Genesis.<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>\/\/ Display sharedaddy buttons\n \nadd_action( 'genesis_entry_footer', 'child_do_sharedaddy', 10 );\nfunction child_do_sharedaddy(){\n     \n    global $post;\n     \n    \/\/ if sharing_display() does not exist, return\n    if( ! function_exists( 'sharing_display' ) )\n        return;\n     \n    \/\/ get the sharedaddy links html\n    $sharedaddy_links = sharing_display();\n     \n    \/\/ if sharing_display() does not return anything, return\n    if( empty( $sharedaddy_links ) )\n        return;\n     \n    \/\/ create a template for the sharedaddy box content\n    $template = '&lt;div class=\"sharedaddy-box\"&gt;%s&lt;\/div&gt;';\n     \n    \/\/ display the sharedaddy links within it's own box\n    $content = sprintf( $template, $sharedaddy_links );\n     \n    \/\/ apply a filter for future adjustments\n    echo apply_filters( 'sharedaddy_box_content', $content, $template, $sharedaddy_links );\n     \n}<\/code><\/pre>\n\n\n","protected":false},"excerpt":{"rendered":"<p>Add the following code to your WordPress theme&#8217;s function.php file, or a functionality plugin to reposition JetPack Social Sharing Buttons in Genesis.<\/p>\n","protected":false},"author":1,"featured_media":10674,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"_genesis_hide_title":false,"_genesis_hide_breadcrumbs":false,"_genesis_hide_singular_image":false,"_genesis_hide_footer_widgets":false,"_genesis_custom_body_class":"","_genesis_custom_post_class":"","_genesis_layout":"","iawp_total_views":2,"wds_primary_category":56,"footnotes":""},"categories":[56],"tags":[228,64,176,177,233],"class_list":{"0":"post-3652","1":"post","2":"type-post","3":"status-publish","4":"format-standard","5":"has-post-thumbnail","7":"category-code-snippets","8":"tag-genesis-child-theme","9":"tag-genesis-framework","10":"tag-jetpack","11":"tag-social-networking","12":"tag-social-sharing","13":"entry"},"featured_image_src":"https:\/\/purelysupp.com\/wordpress\/wp-content\/uploads\/sites\/2\/2022\/09\/Genesis-Code-Snippets-600x400.jpg","featured_image_src_square":"https:\/\/purelysupp.com\/wordpress\/wp-content\/uploads\/sites\/2\/2022\/09\/Genesis-Code-Snippets-600x515.jpg","author_info":{"display_name":"Jack Alltrade","author_link":"https:\/\/purelysupp.com\/wordpress\/author\/jacka11trade\/"},"_links":{"self":[{"href":"https:\/\/purelysupp.com\/wordpress\/wp-json\/wp\/v2\/posts\/3652","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/purelysupp.com\/wordpress\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/purelysupp.com\/wordpress\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/purelysupp.com\/wordpress\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/purelysupp.com\/wordpress\/wp-json\/wp\/v2\/comments?post=3652"}],"version-history":[{"count":3,"href":"https:\/\/purelysupp.com\/wordpress\/wp-json\/wp\/v2\/posts\/3652\/revisions"}],"predecessor-version":[{"id":10700,"href":"https:\/\/purelysupp.com\/wordpress\/wp-json\/wp\/v2\/posts\/3652\/revisions\/10700"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/purelysupp.com\/wordpress\/wp-json\/wp\/v2\/media\/10674"}],"wp:attachment":[{"href":"https:\/\/purelysupp.com\/wordpress\/wp-json\/wp\/v2\/media?parent=3652"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/purelysupp.com\/wordpress\/wp-json\/wp\/v2\/categories?post=3652"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/purelysupp.com\/wordpress\/wp-json\/wp\/v2\/tags?post=3652"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}