• KeniVinh

    (@luong-quang-vinh)


    Your software is amazing, it’s nice and light, I love it, however I have a few problems that I need your help with:

    1. I can’t share in posts tab, instead a new tab will pop up. This makes visitors uncomfortable when they want to share something, it also confuses them that the site is not secure. This is my real experience. Is there a way to open the share window right in the post?

    2. I have placed ads in articles. Usually the share button will be at the top or bottom of the ad. But this is the opposite, what should I do?

Viewing 1 replies (of 1 total)
  • Plugin Author Robin Cornett

    (@littlerchicken)

    If you do not want any of the sharing buttons to open in a new window, you can disable that behavior with this filter:

    
    add_filter( 'scriptlesssocialsharing_link_target', '__return_empty_string' );
    

    You can add the filter to your theme’s functions.php file or a custom plugin.

    As far as the button locations go, the default behavior is for the buttons to be added to the beginning or end of the content using WordPress’ the_content filter. If your ads are using the same filter, that could affect how the buttons are displayed. You may need to experiment with adding the buttons manually, or changing the button locations as described in the FAQ. You’ll have different options depending on your theme. Hope that helps you get started!

Viewing 1 replies (of 1 total)
  • The topic ‘Open the share buttom in the post’ is closed to new replies.