• Resolved vsrgv

    (@vsrgv)


    Hi! Thank you for your wonderful plugin.
    Can I do that would input buttons in the social network are in the form of comments and displayed only after clicking on the input field, the fields “name”, “email”. I use WordPress Social Login 2.3.0 that offers code<?php do_action ( 'wordpress_social_login'); ?> I do not know where to insert.

    https://wordpress.org/plugins/wpdiscuz/

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author gVectors Team

    (@gvectors-team)

    Thank you vsrgv
    The comment bulder function is located in wpdiscuz/utils/class.WpdiscuzHelper.php file. Open this file and find this row:
    <div class="wc-form-submit">

    After this row put your code, it should look like this:

    <div class="wc-form-submit">
    <?php do_action ( 'wordpress_social_login'); ?>

    Hope you familiar with CSS, because there may be styling issues. I can’t guarantee the good look and feel of the result, this is your choice.

    Thread Starter vsrgv

    (@vsrgv)

    Thanks for the answer!
    I put the code slightly lower at 378 bar and got what he wanted. Tell me how to update the plugin to avoid changes in the document?

    Plugin Author gVectors Team

    (@gvectors-team)

    There is no way to keep changes on update process, you have to do the same change after each update.

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Social login’ is closed to new replies.