• Resolved Guillermo77

    (@guillermo77)


    I recently installed this plugin and like it, is multisite.
    I like the button with more height or use the Large version.

    The only problem is the before option no have margin_bottom and is close to the content article, I no can use before for that problem.
    You can repair it with 1em bottom margin.

    Can you quit language and use auto language from facebook?

    You can improve it with google +1 and social share buttons option.
    And widget for sidebar.

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author bestwebsoft

    (@bestwebsoft)

    Hi,

    I like the button with more height or use the Large version.
    The only problem is the before option no have margin_bottom and is close to the content article, I no can use before for that problem.
    You can repair it with 1em bottom margin.

    Unfortunately, we can’t adapt displaying of social buttons to styles of all WordPress themes. That is why we’ve added “Custom code” tab on the plugin settings page where you can add all necessary styles (in “bws.custom-code.css” field).

    Can you quit language and use auto language from facebook?
    Please specify what do you mean.

    You can improve it with google +1 and social share buttons option.
    You can try our Google +1 plugin (http://bestwebsoft.com/products/google-plus-one/).

    And widget for sidebar.
    Our social plugins are intended for adding social buttons. At the moment, we’re not planning to implement social widgets like publications, groups activity, etc. However, thank you for your notes, we’ll take them into account.

    Sincerely,
    BestWebSoft Support Team

    Thread Starter Guillermo77

    (@guillermo77)

    Dear,

    About the language, I don’t remember, but maybe the plugin have one option language, i think no is necessary because the button take your language automatic.

    You use iframe true? I think no is one good decision because no is responsive with 450px width.
    Now I use this code in functions and run very good:

    function share_this($content){
        if(!is_feed() && !is_home()) {
            $content .= '<div style="margin-top:1em">
                        <div class="fb-like" data-layout="button_count" data-href="'. get_permalink() .'" data-action="like" data-size="large" data-show-faces="false" data-share="false"></div>
                    </div>';
        }
        return $content;
    }
    add_action('the_content', 'share_this', 1);
    Plugin Author bestwebsoft

    (@bestwebsoft)

    Hi,

    You use iframe true? I think no is one good decision because no is responsive with 450px width.
    You can set the width in plugin settings – http://prnt.sc/c1upul.

    Sincerely,
    BestWebSoft Support Team

    Plugin Author bestwebsoft

    (@bestwebsoft)

    Hi,

    Since there is no reply from you, we consider this topic as resolved. We hope you’ve found the solution. If you have any questions, please feel free to contact us via our Help Center – https://support.bestwebsoft.com/.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Problem margin before optoin, and one suggestion’ is closed to new replies.