Difference between revisions of "Token Sites"
From TMM Wiki
Jump to navigationJump to searchLine 11: | Line 11: | ||
== Posting to Signup == | == Posting to Signup == | ||
+ | |||
+ | * You have the ability to send the surfer through the NATS pre-join form without them needing to see that form. | ||
+ | * The only required data is the token option and cascade. | ||
+ | * Simply redirect the surfer to the join page with these variables | ||
+ | <pre> | ||
+ | &signup[optionid]=<TOKENOPTION>&cascade=<CACADEID> | ||
+ | </pre> | ||
== Deducting Tokens == | == Deducting Tokens == |
Revision as of 08:53, 9 April 2009
What is a Token Site?
- A token site gives you the ability to have surfers purchase tokens as options instead of a period of time for membership.
- You then have the ability to send that surfer back to the form to purchase additional tokens under that same username.
- NATS will keep track of the total number of tokens that a surfer has purchased.
- You can then post to NATS to deduct the tokens from a member when they are used in your system.
Posting to Signup
- You have the ability to send the surfer through the NATS pre-join form without them needing to see that form.
- The only required data is the token option and cascade.
- Simply redirect the surfer to the join page with these variables
&signup[optionid]=<TOKENOPTION>&cascade=<CACADEID>