Gizmo5 - Stay in touch, save some bucks
 Search Knowledgebase


 How can I put a 'Call Me' link on my web page?
Solution
You can create a hyperlink that will automatically start gizmo5, and start a phone call when someone clicks on it.

You might want to consider putting your Gizmo5 Name on your web page, resume, or email signature, and making it a hyperlink, so people can easily call you, just by clicking on it!

For example, this code:
<a href="sip://call?id=welcome">Welcome Call</a>

Creates this link:
Welcome Call

To create a link that calls you:
Just substitute your Gizmo5 Name, instead of the word "Welcome". For example, if your Gizmo5 name was "JohnDoe", then you could create a link to yourself like this:

<a href="sip://call?id=JohnDoe">Call John Doe</a>

You can also use a picture to create a link.
For example, this code:
<a href="sip://call?id=welcome"><img src="/images/gizmo/callme-gear-88x31.gif" alt="Welcome Call"></a>

Creates this link:
Welcome Call

Please feel free to download and use any of these images:
callme-gear-88x31.gif 88 x 31 pixels

callme-phone-88x31.gif 88 x 31 pixels

callme-gear-32x32.gif 32 x 32 pixels

callme-phone-32x32.gif 32 x 32 pixels




 Back
 Article Options