We are happy to announce that we are making our JavaScript SDK available to everybody! Thanks for everyone who has helped us test it in beta for the last few weeks.
The default implementation of PunchTab rewards visits, Facebook likes, tweets, comments and Google +1s out of the box, with no work on your part. This satisfies 80% of the use cases we see but for site-owners looking to do more we now allow developers to reward-enable virtually any action.
- Pick an action on your website that you would like to reward enable. Example: a user should earn 400 points for inviting a friend.
- Add the following piece of JS code wherever needed (eg. upon validation of the form):
_ptq.push(["invite",{'points':400}]);//for 400 points
- Authenticated users will then receive the 400 points:
You can get access to the SDK by activating your developer account on PunchTab.
Let us know if you have any questions by contacting us at support@punchtab.com.
Happy Coding, we would love to see what you do with it.


