Αυτό το πρόσθετο δεν έχει δοκιμασθεί με τις 3 τελευταίες κύριες εκδόσεις του WordPress. Μπορεί να μην αναπτύσσεται ή να υποστηρίζεται άλλο και να έχει προβλήματα συμβατότητας με τις πιο πρόσφατες εκδόσεις του WordPress.

WordPress Click2Client

Περιγραφή

WordPress Click2Client adds in-browser phone call functionality to any wordpress site. Just configure the control and drop the tag in your theme.

See http://www.bold-it.com/wordpress/2012/05/07/click2client-call-me-button/ to create a Call Me button similar to wp-click2call.

Στιγμιότυπα

  • A couple buttons with custom text, one with a digits box, one without
  • Three settings are all the basic information you need

Εγκατάσταση

  1. Download the zip or clone it from git.
  2. Copy the wp-click2client into the /wp-content/plugins/ directory
  3. Activate the wp-click2client plugin.
  4. A newly created settings page is created for Click2Client under the Settings menu.
    Enter your Twilio Account information
  5. Create a Twilio App at https://www.twilio.com/user/account/apps and note its Application Sid (34 characters, starts with “AP”)
  6. Adding Click2Client button: Drop this shortcode anywhere you want a click to client button, then replace ApplicationSid with the Application Sid from the previous step

    [wp_click2client id="ApplicationSid"]
    
  7. The ‘id’ parameter is required. You may also set ‘caption’ to what you want to be on the button, and ‘digits=TRUE’ if you want a text area for users to input numbers. For example:

    [wp_click2client id="ApplicationSid" caption="Call Now!!!1" digits=TRUE]
    

Thats it!

Συχνές Ερωτήσεις

I don’t see the button

Make sure you have set up php execution in your wordpress (You may need to get the PHP Execution plugin)

Where can I go for help or support?

Twilio will gladly help you with any questions or comments you may have with twilio services.
Email: help@twilio.com

Where do I get a twilio account

http://twilio.com

Κριτικές

Δεν υπάρχουν αξιολογήσεις για αυτό το πρόσθετο.

Συνεισφέροντες & Προγραμματιστές

“WordPress Click2Client” είναι λογισμικό ανοιχτού κώδικα. Οι παρακάτω έχουν συνεισφέρει στη δημιουργία του.

Συντελεστές

Σύνοψη αλλαγών

1.1.2

  • twilio.js now automatically called in the head

1.1.1

  • menu moved to settings page
  • shortcode method added

1.1.0

  • Added the ability to hide the digits box