# Click & Call

> Click & Call puts a click-to-call button on any website with one line of code. Visitors start a real voice call with your business instantly — through their browser on desktop, the native dialer on mobile. No app to download, no personal phone number to share.

Source page: https://www.clickandcall.com/

## Install Click & Call on any website in three steps

1. **Sign up and configure.** Create your button, set your forwarding number, customize the look to match your brand.
2. **Paste one line of code.** Drop a single `<script>` tag anywhere on your website — no developer required.
3. **Visitors call instantly.** One click connects your visitor directly to your team — from their browser, no phone needed.

Using WordPress? Skip the code and use the [free plugin](https://www.clickandcall.com/wordpress.md).

## Features

- **No app download required.** Works in any modern browser on desktop or mobile.
- **Business hours built in.** Show custom messages or hide the button outside your hours.
- **Mobile tap-to-call.** On mobile, the button opens the native dialer automatically.
- **Full call logging.** Every call tracked with duration and timestamp in your dashboard.

## Pricing

### Free — Free
- 10 minutes per month
- 1 phone number
- 1 click & call button

### Enterprise — Custom pricing
- Unlimited minutes per month
- Unlimited phone numbers
- Unlimited click & call buttons
- Dedicated account manager

Sign up: https://www.clickandcall.com/signup
Contact sales: https://www.clickandcall.com/#contact

## FAQ

### Do callers need an app or special software?

No. Calls happen entirely in the browser using standard web technology. Your visitors click the button and connect instantly — nothing to download, install, or sign up for.

### Does it work on mobile?

Yes. On desktop, calls connect through the browser. On mobile, the button opens the native phone dialer so visitors can call with one tap — no browser audio required.

### Does it work with any website?

Yes. Click & Call is a single script tag that works on any website — WordPress, Squarespace, Wix, Webflow, Shopify, or custom-built sites. If you can add a line of HTML, you can add Click & Call. There's also a free WordPress plugin that does it for you with no code at all.

### Do I need to share my personal phone number?

No. You configure a forwarding number in your dashboard — calls route to any phone you choose. Visitors never see that number, and you can change it any time.

### What happens when I'm closed or unavailable?

Click & Call has built-in business hours scheduling. Outside your set hours you can hide the button entirely, show a custom message, or route calls to an after-hours number. You're always in control of when the button is live.

### How long does setup take?

Most customers are live within 15 minutes. Sign up, create your button, paste one line of code. Our support team can also set everything up for you.

## Company

Click & Call is operated by Ultimate Media Holdings Group (UMHG), Apex, NC, USA.


---

# Click & Call for WordPress

> Free WordPress plugin. Install it, paste your Button ID from the Click & Call dashboard, and the widget appears on your site — no code, no developer.

Source page: https://www.clickandcall.com/wordpress

## Plugin

- **Name:** Click & Call for WordPress
- **Version:** 1.1.0
- **Cost:** Free
- **Compatibility:** WordPress 5.0+
- **Download:** https://www.clickandcall.com/downloads/click-and-call.zip

## Install

1. **Download the plugin.** Get `click-and-call.zip` from the download link above.
2. **Upload to WordPress.** In your WordPress admin go to **Plugins → Add New → Upload Plugin**, choose the .zip file, and click **Install Now**.
3. **Activate the plugin.** Click **Activate Plugin** after installation.
4. **Paste your Button ID.** Go to **Settings → Click & Call**, paste your Button ID from your Click & Call dashboard (https://www.clickandcall.com/portal/dashboard), and save. The widget is now live on your site.
5. **Recommended: use Float mode.** In the Click & Call dashboard, set your button's **Widget Mode** to **Float**. This pins the widget to a corner of the screen on every page, which works perfectly with WordPress regardless of theme.

## Finding your Button ID

Log in to https://www.clickandcall.com/portal/dashboard, open your button, and copy the ID shown in the embed code. It looks like `a1b2c3d4-e5f6-…` (a UUID).

## Not on WordPress?

For any other site (Squarespace, Wix, Webflow, Shopify, custom HTML), you embed Click & Call with a single `<script>` tag. See https://www.clickandcall.com/index.md for the one-line install.


---

# skill: install-click-and-call-widget

> Embed the Click & Call browser-to-phone widget on a website so visitors can call the business directly from their browser (desktop) or native dialer (mobile).

## Capabilities

- Install the widget on any HTML-capable site via a single `<script>` tag
- Install on WordPress via a free plugin (no code)
- Configure the forwarding number, business hours, button style, and logo from the customer dashboard

## Inputs

- `button_id` (UUID): obtained from the user's Click & Call dashboard at https://www.clickandcall.com/portal/dashboard. Required for the widget to function in non-demo mode.
- A target website where the user has the ability to add a `<script>` tag (any-site flow) or install a WordPress plugin (WordPress flow).

## Constraints

- Requires a Click & Call account. Free tier is available (10 minutes/month, 1 button, 1 forwarding number). Sign up: https://www.clickandcall.com/signup
- The user must configure a forwarding phone number in the dashboard before the button can place a real call.
- Calls outside business hours follow the per-button "outside hours" behavior (hide / message / route to alternate number).
- Browser calls require microphone permission on the caller's device.

## Install — any HTML site

Place this in any page (works in `<head>` or `<body>`):

```html
<script src="https://www.clickandcall.com/widget.js" data-button-id="$BUTTON_ID" async></script>
```

Optional script-tag overrides:

- `data-button-text` — override the button label
- `data-button-color`, `data-button-hover-color` — override colors
- `data-logo-url`, `data-show-logo`, `data-logo-position` — logo controls
- `data-number-keypad` — show/hide the keypad

GTM-friendly alternative: pass the Button ID via querystring instead of attribute — `widget.js?buttonId=$BUTTON_ID`.

## Install — WordPress

1. Download https://www.clickandcall.com/downloads/click-and-call.zip
2. WordPress admin → **Plugins → Add New → Upload Plugin** → choose the .zip → **Install Now** → **Activate**
3. **Settings → Click & Call** → paste the Button ID → **Save**
4. Recommended: in the Click & Call dashboard set the button's Widget Mode to **Float** so it pins to a corner on every page

## Verify

After install, load any page of the target site. The configured button should appear. Click it to confirm:

- Desktop: a call modal opens and connects via WebRTC after microphone permission
- Mobile: the native dialer opens with the configured forwarding number prefilled

## Documentation

- Site index for agents: https://www.clickandcall.com/llms.txt
- Product overview (Markdown): https://www.clickandcall.com/index.md
- WordPress install guide (Markdown): https://www.clickandcall.com/wordpress.md
