Tagged: x Author Posts May 21, 2016 at 10:44 am #1003032 upularParticipant Hi all, how do I allow users to share posts on my blog? Thanks May 21, 2016 at 11:40 am #1003066 ThaiModerator Hi There, Please add the following CSS under functions.php file locates in child theme: function x_add_social_sharing () { if ( is_singular('post') ) { echo do_shortcode('[x_share title="Share this Post" facebook="true" twitter="true" google_plus="true" linkedin="true" pinterest="true" reddit="true" email="true"]'); } } add_action('x_before_the_content_end', 'x_add_social_sharing'); Hope it helps 🙂 May 21, 2016 at 12:20 pm #1003086 upularParticipant I will try it out tomorrow, thank you May 21, 2016 at 12:53 pm #1003118 ThaiModerator Let us know how it goes! May 22, 2016 at 4:41 pm #1004159 upularParticipant It worked! thank you very much May 22, 2016 at 9:44 pm #1004489 NicoModerator Happy to hear that. Feel free to ask us again. Thanks. Author Posts <script> jQuery(function($){ $("#no-reply-1003032 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script> Log In Username: Password: Keep me signed in Log In