{"id":320736,"date":"2026-06-19T11:57:19","date_gmt":"2026-06-19T11:57:19","guid":{"rendered":"https:\/\/wordpress.org\/plugins\/adwings-chat-platform-widget\/"},"modified":"2026-06-19T11:56:51","modified_gmt":"2026-06-19T11:56:51","slug":"adwings-chat-platform-widget","status":"publish","type":"plugin","link":"https:\/\/wordpress.org\/plugins\/adwings-chat-platform-widget\/","author":23506006,"comment_status":"closed","ping_status":"closed","template":"","meta":{"version":"1.0.0","stable_tag":"1.0.0","tested":"7.0","requires":"6.3","requires_php":"7.4","requires_plugins":null,"header_name":"Adwings Chat Platform Widget","header_author":"advertisingwing1","header_description":"Embeddable live chat widget for customer support. Connects your WordPress site to the Adwings Chat Platform service so visitors can talk to your support agents in real time.","assets_banners_color":"","last_updated":"2026-06-19 11:56:51","external_support_url":"","external_repository_url":"","donate_link":"","header_plugin_uri":"https:\/\/wp-chat.advertisingwing.com","header_author_uri":"https:\/\/profiles.wordpress.org\/advertisingwing1\/","rating":0,"author_block_rating":0,"active_installs":0,"downloads":26,"num_ratings":0,"support_threads":0,"support_threads_resolved":0,"author_block_count":0,"sections":["description","installation","faq","changelog"],"tags":{"1.0.0":{"tag":"1.0.0","author":"advertisingwing1","date":"2026-06-19 11:56:51"}},"upgrade_notice":{"1.0.0":"<p>First public release.<\/p>"},"ratings":[],"assets_icons":[],"assets_banners":[],"assets_blueprints":{},"all_blocks":[],"tagged_versions":["1.0.0"],"block_files":[],"assets_screenshots":[],"screenshots":{"1":"Settings page in WP Admin.","2":"Chat bubble in the bottom-right of a page.","3":"Open chat conversation."}},"plugin_section":[],"plugin_tags":[5707,2369,4049,2379,2512],"plugin_category":[41,47],"plugin_contributors":[267889],"plugin_business_model":[],"class_list":["post-320736","plugin","type-plugin","status-publish","hentry","plugin_tags-chat","plugin_tags-customer-support","plugin_tags-helpdesk","plugin_tags-live-chat","plugin_tags-messaging","plugin_category-communication","plugin_category-education-and-support","plugin_contributors-advertisingwing1","plugin_committers-advertisingwing1"],"banners":[],"icons":{"svg":false,"icon":"https:\/\/s.w.org\/plugins\/geopattern-icon\/adwings-chat-platform-widget.svg","icon_2x":false,"generated":true},"screenshots":[],"raw_content":"<!--section=description-->\n<p>Adwings Chat Platform Widget adds a real-time chat bubble to every front-end page of your WordPress\nsite so visitors can talk to your support agents without leaving the page.<\/p>\n\n<p>Features:<\/p>\n\n<ul>\n<li>One-click install \u2014 paste your site key and you're live<\/li>\n<li>Real-time messaging powered by Socket.IO<\/li>\n<li>Shadow-DOM isolated UI so theme styles can't break the widget<\/li>\n<li>Configurable accent color and corner placement<\/li>\n<li>Zero PHP-side socket logic \u2014 everything runs in the visitor's browser<\/li>\n<\/ul>\n\n<p>You will need an account on the Adwings Chat Platform service to obtain a site key.<\/p>\n\n<h3>External services<\/h3>\n\n<p>This plugin connects to the Adwings Chat Platform service (by default\n    https:\/\/chat-api.advertisingwing.com, or a custom endpoint configured via the optional\n\"Server URL\" setting), in order to load the chat widget script and exchange chat messages\nbetween site visitors and support agents in real time.<\/p>\n\n<p>What data is sent and when:<\/p>\n\n<ul>\n<li>The visitor's browser loads the widget JavaScript from the configured Server URL (or the\noptional Widget Script URL override) on every front-end page view of your site.<\/li>\n<li>When a visitor opens the chat and sends a message, their message content and an\nauto-generated session identifier are sent from the visitor's browser to the configured\nServer URL over HTTPS \/ WebSocket. No data is sent from the WordPress server itself.<\/li>\n<li>As with any HTTP\/WebSocket request, the connection inherently exposes the visitor's IP\naddress and browser User-Agent to the configured service, but the service does not store\nthem; only the message content and session identifier are persisted.<\/li>\n<li>The site key you enter in the plugin settings is rendered as a <code>data-key<\/code> attribute on\nthe widget <code>&lt;script&gt;<\/code> tag so the service can identify your site.<\/li>\n<\/ul>\n\n<p>The plugin does not transmit any data to third parties on its own. The service you connect\nto is operated by the URL you configure in the plugin settings; please refer to that\nservice's own terms and privacy policy for how it handles transmitted data.<\/p>\n\n<!--section=installation-->\n<ol>\n<li>Upload the plugin files to <code>\/wp-content\/plugins\/adwings-chat-platform-widget\/<\/code>, or install through the\nWordPress Plugins screen.<\/li>\n<li>Activate the plugin through the <strong>Plugins<\/strong> menu in WordPress.<\/li>\n<li>Go to <strong>Settings \u2192 Adwings Chat Platform Widget<\/strong> and enter your <strong>Site Key<\/strong>.<\/li>\n<li>Optionally set a custom <strong>Server URL<\/strong>, widget color, and position. Save changes.<\/li>\n<\/ol>\n\n<p>The widget will appear automatically on all non-admin pages.<\/p>\n\n<!--section=faq-->\n<dl>\n<dt id=\"where%20do%20i%20get%20a%20site%20key%3F\"><h3>Where do I get a site key?<\/h3><\/dt>\n<dd><p>Sign up at the Adwings Chat Platform Widget dashboard and create a site. The site key is shown on the\nsite's settings page.<\/p><\/dd>\n<dt id=\"can%20i%20pin%20a%20specific%20widget%20version%3F\"><h3>Can I pin a specific widget version?<\/h3><\/dt>\n<dd><p>Yes. Set <strong>Widget Script URL<\/strong> in the plugin settings to a versioned URL such as\n    https:\/\/cdn.example.com\/widget-v1.2.3.js. Leave blank to always load the latest build.<\/p><\/dd>\n<dt id=\"does%20this%20work%20with%20caching%20plugins%3F\"><h3>Does this work with caching plugins?<\/h3><\/dt>\n<dd><p>Yes. The widget script is loaded directly from our CDN, so page caches don't affect it.<\/p><\/dd>\n<dt id=\"does%20the%20widget%20call%20back%20to%20my%20wordpress%20server%3F\"><h3>Does the widget call back to my WordPress server?<\/h3><\/dt>\n<dd><p>No. All traffic flows from the visitor's browser to the Adwings Chat Platform service over\nHTTPS and WebSocket. WordPress only renders a single <code>&lt;script&gt;<\/code> tag.<\/p><\/dd>\n<dt id=\"will%20the%20widget%20appear%20before%20i%20configure%20it%3F\"><h3>Will the widget appear before I configure it?<\/h3><\/dt>\n<dd><p>No. The widget is only enqueued once the Site Key setting has a value, so nothing is\nloaded on the front end until you finish configuration.<\/p><\/dd>\n\n<\/dl>\n\n<!--section=changelog-->\n<h4>1.0.0<\/h4>\n\n<ul>\n<li>Initial release.<\/li>\n<\/ul>","raw_excerpt":"Plugin URI: https:\/\/wp-chat.advertisingwing.com Embeddable live chat widget for customer support, powered by the Adwings Chat Platform service.","jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin\/320736","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin"}],"about":[{"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/types\/plugin"}],"replies":[{"embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/comments?post=320736"}],"author":[{"embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wporg\/v1\/users\/advertisingwing1"}],"wp:attachment":[{"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/media?parent=320736"}],"wp:term":[{"taxonomy":"plugin_section","embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_section?post=320736"},{"taxonomy":"plugin_tags","embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_tags?post=320736"},{"taxonomy":"plugin_category","embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_category?post=320736"},{"taxonomy":"plugin_contributors","embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_contributors?post=320736"},{"taxonomy":"plugin_business_model","embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_business_model?post=320736"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}