LogoLogo
WebsiteGuide & TutorialBlogBook a Demo
1.0.0
1.0.0
  • Acquire Developers Hub
  • Acquire
    • Acquire Build Requirement
      • Requirement For Acquire
      • Acquire Speedtest
  • JS API
    • JS Live Chat API
      • Description
      • Installation
      • Visitor
      • Thread
      • Conversation
      • User Verification
    • Quick Link Support
      • One Click Button
      • Social Media Share
    • Backend JS SDK
      • Setup Backend JS SDK
      • Demo Backend SDK
    • Advanced
      • Widget UI
      • Reference
  • Co Browse APIs
    • Acquire Co Browse
      • Co Browse API
  • Acquire API Events
    • WebRTC Related Events
  • iOS
    • SDK Setup Guide
      • Getting Started
      • Integration Guide (Core)
      • Integration Guide (Lite)
      • Manual Setup iOS
      • Acquire Account ID
    • SDK Configuration Example
    • iOS Cobrowse
    • Theme Setting
    • iOS Push Notifications
    • Verify your users
  • Android
    • Getting Started
      • Integration Guide (Core)
      • Integration Guide (Lite)
      • Start using Acquire
    • Acquire APIs
    • Acquire Delegates
    • Custom UI/widget
    • Cross Platform Integrations
  • Webhook API
    • Webhooks Basic
      • Introduction
      • Webhook Integrate Steps
      • Webhook Format
    • Webhook Events
      • On Chat Start
      • On Chat Accept
      • On Chat Message
      • On Chat Close
  • REST APIs
    • OAuth
      • Authorization
      • Tracklog
    • Profiles API
      • Profile List
      • Thread
      • Feedback
      • Profile Details
      • Message
      • Tags
      • Profile Agents
      • Campaigns
      • Profile Add Update
      • Profile Delete
      • Profile Visit History
      • Sender Emails
    • Chat
      • Chat Notes
    • Analytics
      • Chat Statistics
      • Team Analytics
      • Conversion Rate
      • Chat Tag
      • Co browsing
    • Agent
      • Agents List
      • Agent add
      • Edit / Get-agent
      • Update
    • Trigger
      • Triggers List
      • Triggers Detail
    • Operating Hours
      • Save Operating Hours
      • Get Operating Hours
    • Cobrowse
  • Chatbot API
    • Chat Bot
      • Integrate Your Chatbot
      • Dialog Flow V1 Chat-Bot
      • Dialog Flow V2 Chat-Bot
      • Dialog Flow Fulfillment & Custom Response
      • IBM Watson Integration
      • Amazon Lex Bot
      • Azure's QnA Maker
      • Webhook Calling & User Verification
      • Webhook For Reset Password
  • Knowledge Base APIs
    • Help Docs Setup
      • Get FAQ Categories
      • Get Setup Details
      • Get Side List
      • Get Article
      • Get Recent Article
      • Get Categorized Articles
      • Get Suggestion
  • Errors
    • API Error Handling
      • HTTP Responses
Powered by GitBook
On this page
  • Sample Social Share Code ( for Video Chat )
  • Sample Social Share Code ( for Audio Chat )
  • Sample Social Share Code ( for Text Chat )
  • Social Share Code ( for Text Chat )
  • Social Share Code ( for Audio Call )
  • Social Share Code ( for Video Call )
  1. JS API
  2. Quick Link Support

Social Media Share

PreviousOne Click ButtonNextBackend JS SDK

Last updated 5 years ago

You can use these links for third-party social media like Facebook or Twitter.

Clicking on these links will automatically redirect to your website URL and start the chat.

Replace "www.yourdomain.com" with your website URL.

Sample Social Share Code ( for Video Chat )

<a href="https://www.yourdomain.com/#start-video-chat"> Start Video Call Now </a>

Sample Social Share Code ( for Audio Chat )

<a href="https://www.yourdomain.com/#start-audio-chat"> Get Audio Call Support </a>

Sample Social Share Code ( for Text Chat )

<a href="https://www.yourdomain.com/#start-chat"> Start the Chat </a>

Replace the [AGENT_ID] with one of above agent's id and yourdomain.com with your website address where you use chat box.

Get AGENT_ID

First login Acquire dashboard and open Agents and copy specific agent ID.

Social Share Code ( for Text Chat )

<a href="https://www.yourdomain.com/#start-chat-a[AGENT_ID]">Start the Chat</a>

Example:

<a href="https://www.yourdomain.com/#start-chat-a12823">Start the Chat With Som</a>

Social Share Code ( for Audio Call )

<a href="https://www.yourdomain.com/#start-audio-chat-a[AGENT_ID]">Start the Chat</a>

Example:

<a href="https://www.yourdomain.com/#start-audio-chat-a12823">Start the Chat With Som</a>

Social Share Code ( for Video Call )

<a href="https://www.yourdomain.com/#start-video-chat-a[AGENT_ID]">Start the Chat</a>

Example:

<a href="https://www.yourdomain.com/#start-video-chat-a12823">Start the Chat With Som</a>

Get Agent Id