WordPress :: Sociocs - Click to Chat by Text/SMS
Introduction
Sociocs Web Chat plugin adds a chat bubble on your website that draw user's attention, and gives them an easy way to reach out to you. It converts an inquiry into SMS / text messaging based conversation, so that your user doesn't have to wait on the website for a response.
When your web app user initiates the inquiry, it shows up in your Sociocs Inbox, from where you can reply to the user, and continue the conversation.
Setup
Twilio
- You can skip this step if you already have an account with Twilio.
- If you don't have an account with Twilio, you can sign up for a free trial account. (Once you sign up for a trial, you should consider upgrading right away to avoid outbound SMS restrictions.
Sociocs
-
Sign up or log in on app.sociocs.com.
-
Select "SMS (with Twilio)" in the "Connect a new channel" page. If you are an existing user, after logging in, click on "Channels" menu on the top, click on "+" button to go to the "Connect a new channel" page.
-
Connect your Twilio phone by following the instructions.
-
Go to "Connect a new channel" page again (click on "Channels" on the top menu, and click on "+" button), and select "Click to Chat by Text/SMS".
-
Enter information for your Web Chat plugin and customize the chat prompt UI (if you want), and click "Next".
-
You should see the plugin code. You will be using this code in your WordPress site in the instruction below.
WP Admin Dashboard
Adding this plugin on a WordPress site simply requires inserting plugin script and div tag in your website. There are multiple ways to introduce custom JavaScript and HTML in a WordPress site. Here are the steps using a well known plugin Insert Headers and Footers.
Insert plugin script and div tag
-
Install "Insert Headers and Footers" plugin "By WPBeginner" through the "Plugins" menu in your admin dashboard.
-
Activate the plugin.
-
Go to the "Settings > Insert Headers and Footers" menu.
-
Copy and paste plugin code mentioned above in the "Scripts in Footer" textbox.
-
Click "Save".
That's it! Refresh your WordPress website page, and you should see a chat bubble on bottom right.