• Hi,
    I am trying to use your plugin to generate one time links in one of my projects.

    Can you please give me specific direction fo how I can acquire it ??

    Now, I can generate the key but its not validating ..

    Here is the full code I am using ::

    `$key = new SingleUseKey(array(‘expires’ => ‘2 minutes’, ‘expired_message’ => ‘Yo slowsky! This key is mad old… maybe try getting a new one?’, ‘store’ => false, ‘invalid_message’ => ‘Slow down sparky! Thats not a legit key…’));

    $last_url = $main_url.’&key=’.$key->key;

    <script>
    function openWin()
    {
    var myWindow = window.open(“<?php echo $last_url; ?>”,”play_video”,”width=800,height=500″); }
    </script>`

    <a onclick="openWin()" class="course_name_link">Name of Couyrse</a>

    Link to test : https://qaeversity.com/courses/qtp/

    Thanks

    https://www.ads-software.com/plugins/wp-single-use-keys/

  • The topic ‘How can I use it ??’ is closed to new replies.