Changeset 536956
- Timestamp:
- 04/26/2012 07:47:15 PM (14 years ago)
- Location:
- wp-click2client
- Files:
-
- 2 edited
-
tags/1.0.0/readme.txt (modified) (1 diff)
-
trunk/readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
wp-click2client/tags/1.0.0/readme.txt
r536952 r536956 21 21 First, create a Twilio App at https://www.twilio.com/user/account/apps and copy its Application Sid (34 characters, starts with "AP") 22 22 Drop this code snippet below anywhere you want a click to client button, then replace ApplicationSid with the Application Sid that you want the button to call 23 <?php wp_c2client("ApplicationSid"); ?>23 <?php wp_c2client("ApplicationSid"); ?> 24 24 25 25 You may optionally change the title of the button by entering a second variable. For example: 26 <?php wp_c2client("ApplicationSid", "Call Now!!!1"); ?>26 <?php wp_c2client("ApplicationSid", "Call Now!!!1"); ?> 27 27 28 28 Thats it! -
wp-click2client/trunk/readme.txt
r536951 r536956 21 21 First, create a Twilio App at https://www.twilio.com/user/account/apps and copy its Application Sid (34 characters, starts with "AP") 22 22 Drop this code snippet below anywhere you want a click to client button, then replace ApplicationSid with the Application Sid that you want the button to call 23 <?php wp_c2client("ApplicationSid"); ?>23 <?php wp_c2client("ApplicationSid"); ?> 24 24 25 25 You may optionally change the title of the button by entering a second variable. For example: 26 <?php wp_c2client("ApplicationSid", "Call Now!!!1"); ?>26 <?php wp_c2client("ApplicationSid", "Call Now!!!1"); ?> 27 27 28 28 Thats it!
Note: See TracChangeset
for help on using the changeset viewer.