Whatsapp share locker script?

Twanofzo

Regular Member
Joined
Jul 15, 2014
Messages
239
Reaction score
76
Hi,

Firstly, I really don't know if I posted this in the right section (as always...)

You probably all know the 'Share to unlock this page' scripts. Where you need to share a url/message on Twitter of Facebook etc..

I was wondering, are there still any whatsapp locker/viral locker scripts to buy or for free download? The only results I found we're some fake websites where you need to fill in a shitty survey to 'download' the script..

Any thoughts? Am I missing something?

Thanks in advance!
 
Look for whatsapp url scheme. You can write a pre-defined message and when the visitor click the button/link/etc, it will open whatsapp for the visitor to select the contact he wants to send the message.

The only thing you can't do is to check if the message was sent.
 
Look for whatsapp url scheme. You can write a pre-defined message and when the visitor click the button/link/etc, it will open whatsapp for the visitor to select the contact he wants to send the message.

The only thing you can't do is to check if the message was sent.
One thing though. After a person clicks on share, does the page redirect to another page or does it stay at the share page?

Edit: I looked it up. I would really like a script for it tho as I'm not really a professional in webdev :P Do you know any scripts that works with this or like this?
 
One thing though. After a person clicks on share, does the page redirect to another page or does it stay at the share page?

It stays on the age obviously. The url scheme will simply open the app with the message you wrote. Here's an example:

<a href="whatsapp://send?text=testmessage">click me to open whatsapp</a>
 
It stays on the age obviously. The url scheme will simply open the app with the message you wrote. Here's an example:

<a href="whatsapp://send?text=testmessage">click me to open whatsapp</a>
Okay thanks. I could make something like an auto redirect after X seconds.
Thanks for the fast reply!

If anyone knows a complete script for this, be sure to comment as you would really help me ;)
 
Okay thanks. I could make something like an auto redirect after X seconds.
Thanks for the fast reply!

If anyone knows a complete script for this, be sure to comment as you would really help me ;)

Yes you can do that.
 
you can do simple javascript when button is clicked to redirect to different page in X seconds
 
<a href="whatsapp://send?text=testmessage">

how do I instead of appearing "textmessage" automatically pull a url from the website posting?

thanks
 
<a href="whatsapp://send?text=testmessage">

how do I instead of appearing "textmessage" automatically pull a url from the website posting?

thanks
with redirect on whatsapp://send?text=testmessage
 
I'm more intrested in a working facebook or twitter script....do u know where I can find one?
 
Back
Top