Skip to content

Instantly share code, notes, and snippets.

@starrhorne
Created January 19, 2012 02:27
Show Gist options
  • Save starrhorne/1637295 to your computer and use it in GitHub Desktop.
Save starrhorne/1637295 to your computer and use it in GitHub Desktop.
<form id="google-voice" action="https://clients4.google.com/voice/embed/webButtonConnect" method="post">
<input type="hidden" name="phone_call[buttonId]" value="<YOUR API KEY>" />
<input type="hidden" name="phone_call[showCallerNumber]" value="1" />
<ul>
<li>
<label>Your Name</label>
<input type="text" name="phone_call[callerNumber]" />
</li>
<li>
<label>Your Phone #</label>
<input type="text" name="phone_call[callerNumber]" />
</li>
<li>
<input type="submit" value="Call Me" />
</li>
</ul>
</form>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment