Facebook like and share to download script?

nabeelshams

Power Member
Joined
Jan 23, 2012
Messages
595
Reaction score
143
Friends I am searching for a facebook like and share to download script.

What script does is that it keeps the download link hidden untill the user has liked and shared your facebook page. I tried googling about it but could only find like to download script but i am looking for a combo. Any help will be realy appreciated friends..
 
Am searching for such app/script too.

Please share ideas, really really appreciated too.

Thanks
 
This can probably be done using FB API. Like and Share what? Page? Website URL?
 
Your looking for a "content locker". I did a quick search and didn't see any sequential like\share to unlock scripts.

I think expecting them to like and share prior to download is too much to ask for. Quite frankly, sharing should be your primary goal, which is more in-depth than just being logged in and simply clicking Like.
 
Thank you Repulsor, but do you mind PM or share more details on this?

Just sent you a PM.

What I said is, This can be done using the Facebook API. But well, depends if you are locking content based on like/share of a post, a url so and so. API has its own features and limitations.
 
u can make it using js steps

$(document).ready(function () {

$("#share").click(function () {
$("#download").attr('href', 'http://downloadlink');
});


});
 
Friends seriously i dont have any coding backgrounds. What i asked for is a script that wud ask the user to like and share a fan page before he can download something. Or atleast share the page before he can download something.
 
Here is the script

Code:
blackhatworld.com/blackhat-seo/facebook/382599-free-force-share-viral-script-share-view.html
 
Hi,

Please check this free jquery script - w3lessons.info/2014/10/25/facebook-share-to-unlock-content-using-jquery-facebook-api-2/

Thanks
 
Back
Top