• Hi, i like your plugin… I would like that you add the function to add the captcha to login page, and to another popular forms.

    Thanks 🙂

Viewing 5 replies - 1 through 5 (of 5 total)
  • Thread Starter ironman45

    (@ironman45)

    Can you add the capability to hide content putting the captcha?
    That make us win more money 🙂

    Something like this [shortcode]CONTENT HIDDEN[shortcode]

    Hello. SolveMedia already supports hiding content but unfortunately this functionality is not available in the plugin. You can read more about it here.

    https://portal.solvemedia.com/portal/help/pub/implement-content-unlock

    Thread Starter ironman45

    (@ironman45)

    Thanks for your help!!!
    Here I only have to add the ckey?

    <!– BEGIN: Solve Media Content Unlock –>
    <ins class=”acunlock”
    data-key=”<ckey>”
    data-server=”api-secure.contentunlock.net”
    data-protocol=”https”
    data-xpath-body=’//div[@id=”sv_cu_begin”]’
    data-xpath-foot=’//div[@id=”sv_cu_end”]’
    data-tease-header=”Want the full story?”
    data-unlock-instructions=”Please type the phrase shown below.”
    data-unlock-button-text=”Continue Reading”
    data-premium-lock=”true”
    >
    <script>
    (function(d){
    var els = d.getElementsByClassName(‘acunlock’);
    if (els && ‘http:’ === window.location.protocol.toLowerCase()) {
    els[0].setAttribute(‘data-server’, ‘api.contentunlock.net’);
    els[0].setAttribute(‘data-protocol’, ‘http’);
    }
    })(document);
    </script>
    <script src=”https://api-secure.contentunlock.net/js/cu.js&#8221; async></script>
    <!– END: Solve Media Content Unlock –>

    Thread Starter ironman45

    (@ironman45)

    What about to add Solvemedia to the login page?

    You’re welcome. Correct, replace the data-key value <ckey> with the challenge key from the site configuration in your publisher portal.

    As for the login page the plugin doesn’t support that however you may be able to manually add a SolveMedia tag to the login page.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Solvemedia to login form’ is closed to new replies.