Time-to-call
Calculator - Developers Integrate
with your software
- Allow your users to be available at specified times to their audience
- Works anywhere
in the world
- Applications
include IM, phone, blog, e-mail, web creation sites and software
- No
cost or disruption to your existing service
- Copy and paste a few lines of HTML
|
Appearance On Your Site
The following interface is
added to one page on your site
This interface returns an
Atomjump ID to be used in your user's personal pages, allowing the
readers of their pages to know when to contact them e.g.
Open for contact:
When to call
|
Step
1. Add the time interface to your site
Where you should
replace
YOUR_SERVICE_NAME
- with the service name uuencoded,
to be added as the first entry on the 'Purpose' input, e.g.
Add+calculator+to+YOUR+SERVICE
YOUR_COMPLETION_SCRIPT
- with the return URL of a script (uuencoded)
on your site that accepts the AtomJump Time-to-call Calculator ID as an
input parameter.
e.g.
http://www.mysite.com/scripts/store_atomjump_id?id=ATOMJUMP_ID
Uuencoded as
http%3A%2F%2Fwww.mysite.com%2Fscripts%2Fstore_atomjump_id%3Fid%3DATOMJUMP_ID
Your
script would typically print an acceptance message e.g. "Your time-to-call
calculator is now active.", and the ID could be stored in a database
field for that particular user. The ID values are long 32-bit
integers.
Note the text
'ATOMJUMP_ID' should always be included in the URL where the ID is to
be written.
YOUR_FONT_STYLE (optional)
- with any CSS font style tags uuencoded, e.g.
arial%2Csans-serif
YOUR_BACKGROUND_COLOR (optional)
- with any RGB value in Hex uuencoded, e.g. #04FFA0 as %2304FFA0
Step
2. Include end-user links on your dynamic pages
Now include any of
the link types from a standard Create
Calculator page and replace the id=XXXXXX with your
user's ATOMJUMP_ID stored in your database.
|
AskZone
Script - Technical Details
The
AtomJump ID on your user's pages can be replaced with parameters when called from your site
directly, which can be found in the section 'How to use the parameters manually' at the bottom of the Create
Calculator page |
|