Hey, thanks for sharing this.
for those of us who are not too JavaScript savvy, could you maybe do some tutorials? when you have the time of course because an external viral page is pretty useful. not even necessarily with a video. just a script to insure a share before redirecting to an email submit or something
Change out your APP ID and pretty much customize all the places in CAPITAL font.
I suggest that you change out the APP ID, then run the script on a false account to see what gets posted, then change what you need.
There is no reason you should not be able to make $50 a day from this script easily, enjoy!
Edit:
Also, change this part up:
Code:
function(response) { if (response && response.post_id) { window.location = "http://www.REDIRECT-AFTER-SHARE.com"; } else { alert('You must share this to view content'); streamPublish(); }
You can use javascript to do anything you can think of depending on if the user shares or does not. In this example if the user shares they are ridirected to your landing page with this code:
window.location = "http://www.REDIRECT-AFTER-SHARE.com";
or alerted to share before viewing with this code:
alert('You must share this to view content');
Let me know if you guys like this stuff and I will post many more in the future!