I am building a site that has a points system for the user. I would like to award them points if they follow the site on Twitter but don’t really know where to start.
In essence I would like the following to occur:
- User clicks link inside of admin that takes them to twitter
- They follow the site
- Once followed it redirects them back to the site
Anyone got ideas on where to find a guide on this?
Thanks
Nick
check out web intents @ https://dev.twitter.com/docs/intents#tweet-intent – it has sample code. Also logon on to your twitter account and go to https://twitter.com/about/resources/buttons#mention the first one is probably the one you’re most likely to use though.
Good luck!
Rachel 🙂