Contact Us
Members Sign in
Support
Knowledgebase
Forums
My
Home
Support Center
»
Knowledgebase
»
How can I put a 'Call Me' link on my web page?
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:
Please feel free to download and use any of these images:
88 x 31 pixels
88 x 31 pixels
32 x 32 pixels
32 x 32 pixels
Back
Article Options
Print Article
PDF Version
Email Article
Add to Favorites
Support Center
»
Knowledgebase
»
How can I put a 'Call Me' link on my web page?