Changeset 1263663
- Timestamp:
- 10/11/2015 10:17:19 PM (10 years ago)
- File:
-
- 1 edited
-
twl-easy-call/trunk/readme.txt (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
twl-easy-call/trunk/readme.txt
r1263658 r1263663 15 15 16 16 17 = = Click to call made easy ==17 = Click to call made easy = 18 18 Add click to call to your website in three simple steps. 19 19 20 * You sign up for Twilio. 20 21 … … 23 24 * Twilio automatically connects the visitor and the agent 24 25 25 = = HOW IT WORKS ==26 = HOW IT WORKS = 26 27 Let's go over the steps necessary to implement click-to-call in your website: 27 28 28 A website visitor wants to connect to your organization. He submits a web form with his phone number to receive a call connecting her to your sales or support team.29 * A website visitor wants to connect to your organization. He submits a web form with his phone number to receive a call connecting her to your sales or support team. 29 30 30 Your web application receives the form submission. An HTTP request is initiated from your application to Twilio to initiate an outbound call.31 * Your web application receives the form submission. An HTTP request is initiated from your application to Twilio to initiate an outbound call. 31 32 32 Twilio receives the request and initiates a call to the user's phone number.33 * Twilio receives the request and initiates a call to the user's phone number. 33 34 34 User receives the call.35 * User receives the call. 35 36 36 37 == Screenshots == … … 39 40 == Installation == 40 41 41 1 -Download "Twilio Easy Call" plugin and upload it to the /wp-content/plugins/ directory.42 2 -Activate "Twilio Easy Call" plugin through the Plugins menu.43 3 -Go to "Twilio Easy Call" on the admin menu.44 4 -Go to 'https://www.twilio.com/user/account/settings' and get your API Credentials: AccountSID, AuthToken and Twilio number.45 5 -Add "Twilio Easy Call" shortcode on any page on your website where you want a click to call form and button to be displayed.42 1. Download "Twilio Easy Call" plugin and upload it to the /wp-content/plugins/ directory. 43 2. Activate "Twilio Easy Call" plugin through the Plugins menu. 44 3. Go to "Twilio Easy Call" on the admin menu. 45 4. Go to 'https://www.twilio.com/user/account/settings' and get your API Credentials: AccountSID, AuthToken and Twilio number. 46 5. Add "Twilio Easy Call" shortcode on any page on your website where you want a click to call form and button to be displayed. 46 47
Note: See TracChangeset
for help on using the changeset viewer.