Plugin Directory

Changeset 1263663


Ignore:
Timestamp:
10/11/2015 10:17:19 PM (10 years ago)
Author:
zonnix
Message:

Adding second version of my plugin

File:
1 edited

Legend:

Unmodified
Added
Removed
  • twl-easy-call/trunk/readme.txt

    r1263658 r1263663  
    1515
    1616
    17 == Click to call made easy ==
     17= Click to call made easy =
    1818Add click to call to your website in three simple steps.
     19
    1920* You sign up for Twilio.
    2021
     
    2324* Twilio automatically connects the visitor and the agent
    2425
    25 == HOW IT WORKS ==
     26= HOW IT WORKS =
    2627Let's go over the steps necessary to implement click-to-call in your website:
    2728
    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.
    2930
    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.
    3132
    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.
    3334
    34 User receives the call.
     35* User receives the call.
    3536
    3637== Screenshots ==
     
    3940== Installation ==
    4041
    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.
     421. Download "Twilio Easy Call" plugin and upload it to the /wp-content/plugins/ directory.
     432. Activate "Twilio Easy Call" plugin through the Plugins menu.
     443. Go to "Twilio Easy Call" on the admin menu.
     454. Go to 'https://www.twilio.com/user/account/settings' and get your API Credentials: AccountSID, AuthToken and Twilio number.
     465. Add "Twilio Easy Call" shortcode on any page on your website where you want a click to call form and button to be displayed.
    4647
Note: See TracChangeset for help on using the changeset viewer.