Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1240961
    [email protected]
    Participant

    Hi guys, I am so new at this I need help in a bad way!!!
    I need to add social sharing onto each blog post I have. I am using Ethos, I was wondering if there is some type of easy way to do this???

    Also I want to make sure that each post i’m sharing has the original picture and some of the blog text. within the social sharing post. Please save me!

    #1241016
    Rahul
    Moderator

    Hey There,

    Thanks for writing in!

    To assist you with this issue, we’ll first need you to provide us with your URL. This is to ensure that we can provide you with a tailored answer to your situation. Once you have provided us with your URL, we will be happy to assist you with everything.

    #1241093
    [email protected]
    Participant
    This reply has been marked as private.
    #1241399
    Jade
    Moderator

    HI there,

    Because this requires a template change, I’d advise that you setup a child theme. This allows you to make code changes that won’t be overwritten when an X update is released. After your child theme is setup, please review how we recommend making template changes in Customization Best Practices.

    Once the child theme is activated, login through FTP and add this in the child theme’s functions.php file:

    // Add Social Sharing after the single post content
    // =============================================================================
    
    function x_add_social_sharing ( $content ) {
      if ( is_singular('post') ) {
        echo do_shortcode('[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 this helps.

    #1242540
    [email protected]
    Participant
    This reply has been marked as private.
    #1242686
    Rupok
    Member

    Hi there,

    Your website is under maintenance mode. So it won’t work as expected at this moment. Let’s take that off and try again although it might take some to show this properly on social share.

    Thanks!

    #1242702
    [email protected]
    Participant

    Hmmm… Yeah I took it off Maintenance mode and clicked on the Facebook share and the link to the blog posts still come up the same way… (no article pic or description) Is there anything else i’m missing? Thanks = )

    #1242736
    Rahul
    Moderator

    Hey There,

    Thanks for writing back!

    Would you mind providing us with login credentials so we can take a closer look? To do this, you can make a post with the following info:

    – WordPress Admin username / password

    Don’t forget to select Set as private reply. This ensures your information is only visible to our staff.

    Thanks.

    #1243202
    [email protected]
    Participant
    This reply has been marked as private.
    #1243386
    Lely
    Moderator

    Hi There,

    I did check and it is using your featured image with text. See this:http://screencast-o-matic.com/watch/cDXff7jsSZ

    We can use Convertplug plugin to display this form using a popup. See this link for guidance:https://docs.brainstormforce.com/embed-custom-form-in-convertplug/

    Hope this helps.

    #1243802
    [email protected]
    Participant

    Thank you so much!!! You guys are awesome!!!

    #1243950
    Jade
    Moderator

    You’re most welcome.

  • <script> jQuery(function($){ $("#no-reply-1240961 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>