An AI chat widget with no code
Install the official plugin from the WordPress.org directory, paste your API key, and switch the widget on. No theme edits and no manual script tag in header.php.
WordPress · AI web chat widget · WhatsApp · Arabic-first
Add an Arabic-aware AI chat agent to your WordPress site in minutes with the official SkyLight Chat AI Web Widget plugin, connected to the same inbox that handles WhatsApp, Instagram, and Telegram.
The plugin is published on the official WordPress.org directory and installs straight from your site's admin panel without editing a single theme file.
Install the official plugin from the WordPress.org directory, paste your API key, and switch the widget on. No theme edits and no manual script tag in header.php.
The agent replies in Modern Standard Arabic and Gulf, Egyptian, and Maghrebi dialects, and handles mixed Arabic/English messages and Arabizi input.
Use your WordPress pages, blog posts, and WooCommerce products as the knowledge source so the agent answers from your content rather than generic text.
Conversations from your WordPress site land in the same inbox as WhatsApp, Instagram, Telegram, and LinkedIn, with full visitor history.
When a visitor needs a real agent, the conversation transfers with its full context instead of restarting from zero.
Control colors, position, and welcome message from the dashboard, and hide the widget on specific pages with a single developer filter.
In your WordPress admin go to Plugins → Add New, search for SkyLight Chat AI Web Widget, then click Install and Activate.
In your SkyLight Chat account open Settings, generate a new key beginning with sk_live_, and copy it.
Open the plugin settings inside WordPress, paste the key, pick a color and position, then turn Enable Widget on.
Ask real questions in Arabic and English, check the mobile layout, and test human handoff before rolling it out to all visitors.
To hide the widget on specific pages — a checkout page or a members area, for example — use this filter in functions.php or in your own plugin:
add_filter( 'skylight_chat_should_load', function ( $should_load ) {
if ( is_checkout() ) {
return false;
}
return $should_load;
} );Yes. The plugin itself is free on the official WordPress directory, and the web chat widget is available on the free plan. Check the pricing page for current message and AI usage limits.
Yes. The agent can answer product, shipping, and returns questions from the content you approve, and hand sensitive cases to your team.
The widget loads asynchronously after page content, and you can stop it loading entirely on chosen pages with the skylight_chat_should_load filter.
No. Setup happens entirely in the WordPress admin. The developer filters are optional for finer control.
You can install the same widget on any site with a single script tag, including Shopify, Salla, Zid, and custom React or static HTML sites.