• giuseppecuttone

    (@giuseppecuttone)


    Hi Damian, In the setting page of your plugin there is the following field:
    “Redirect to” URL
    If I introduce my Home page, so invitation will redirect the invited users to my home page.
    But I dont need that…
    I`d like that the invitation, sends to the facebook friends, redirecting invited users to the corrent page where the “facebook invite botton” is located.
    So, it will be a good solution for share differents pages (blog post, specific page, etc).
    There is a way in order to do that?
    Maybe introducing in the field “Redirect to” URL something like:
    %current_page%

    Let me know. If it is possible.

    Thanks for your support.

    https://wordpress.org/plugins/wp-social-invitations/

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

    (@timersys)

    Hi, that’s something that you can do with premium version. On free version you need to use a php filter to modify that url. EG:

    add_filter( 'wsi/placeholders/accept_url' , 'my_custom_url');
    function my_custom_url( $url ) {
    return 'http://myhomepage.com';
    }

    Regards

    Thread Starter giuseppecuttone

    (@giuseppecuttone)

    Hi, before all, thanks very much for your answare.
    I will buy premium version.
    At this moment I have free version, and I can see all the “Premium Features” like DISABLED, but I can see them.
    My problem is that I can`t see (in DISABLED MODE) the option in order ENABLE CURRENT PAGE.
    Only there is the field where I can introduce the URL where user will be redirect.
    Can you indicate where is the option in order to ENABLA CURRENT PAGE?
    I dont find it…
    Thanks very much.

    Plugin Author Damian

    (@timersys)

    you won’t see it in free version. It’s only available on premium one.

    Regards

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Invite to Current Page’ is closed to new replies.