Blog search

Sunday 15 December 2013

TWEET TO UNLOCK WITH JQUERY AND PHP



In this tutorial article, let's create simple Tweet to Unlock feature for your web page using jQuery Ajax and PHP.
Events are triggered when user successfully tweets the page, to capture some information from Twitter, we can add a  listeners to the actions users perform in Web Intents. Once we know the user has Twitted the page, we can make an Ajax request to a PHP file, which will respond to this request by sending the unlocked data to user browser.
Here's complete code example of a page which has some content to be unlocked by Twitting.

0 Comments to “TWEET TO UNLOCK WITH JQUERY AND PHP”

Post a Comment