Share Buttons & AI-powered Summaries
Share Buttons & AI-powered Summaries turns every post into an AI-aware destination. It generates an inline AI summary readers can expand next to the share buttons, and offers one-click sharing to every major social network and the leading AI assistants. Among the first plugins to integrate the native WordPress 7.0 AI Connectors API: configure your AI provider once in Settings > Connectors (OpenAI, Anthropic, Google) and the plugin reuses those credentials — no API keys to manage, no extra accounts. Inline AI Summary Two-tier cascade: Level A uses the WordPress 7.0 AI Client; Level C is a built-in PHP extractive fallback with zero API cost on any WP 6.1+ install. Choose your AI model and mode: pick the provider and model used to generate summaries, or leave it on Automatic to use a fast, cost-effective model instead of the newest, most expensive one. Set how generation behaves too: AI with extractive fallback, AI only, extractive only, or disabled. Paragraph or bullet-list format: show the summary as prose (one paragraph per sentence) or as a concise bullet list, with configurable length (1-5 sentences or points). Collapsible inline block with native , data-nosnippet and Schema.org CreativeWork microdata so search engines treat it as derived content, not competition. Editor controls in the block sidebar and the classic meta box: view, edit manually, regenerate on demand, hide per post (independently from the buttons). Visitor-facing “Generate AI summary” button for posts without a stored summary, restrictable to extractive-only or open to the AI Client. Async generation via WP-Cron. [ayudawp_aiss_summary] shortcode also available. Sharing Social networks: X (Twitter), LinkedIn, Facebook, Telegram, WhatsApp, Email, Raindrop, Reddit, Bluesky, LINE, Mastodon, Threads, Pinterest. AI assistants: Claude, ChatGPT, Google AI, Gemini, Grok, Perplexity, DeepSeek, Mistral, Copilot, Qwen, Meta AI — each opens with a citation-ready prompt linking back to your URL. 6 visual styles, 4 sizes, custom colors, brand SVG icons, dark-mode auto-adaptation, drag-and-drop ordering. SEO-friendly ( or , auto-exclusion on noindex content for all major SEO plugins). Analytics Click tracking per platform and per post, timeline chart with per-platform breakdown, period comparison (previous period, same period last year, custom range), CSV export. Dashboard widget with 7-day sparkline. VigIA cross-reference (clicks vs. AI crawler visits) when active. Redis/Memcached compatible. Why use it? Cite your source naturally: when readers expand the summary or share to an AI assistant, your URL travels with the content. Reach every audience: full social spectrum plus 11 AI assistants in one place. Future-proof: built on WP 7.0 Connectors and a REST API ready for agentic clients. External services This plugin connects to third-party AI providers only when the inline AI Summary feature is enabled and an AI Connector is configured (or the WP AI Client is available). All other features — social and AI share buttons, click analytics, the extractive PHP fallback summary — run entirely on your own server and do not contact any external service. AI Summary generation When a post is saved (or when the editor / a visitor explicitly clicks “Regenerate” or “Generate AI summary”), the plugin uses the WordPress 7.0 AI Client (wp_ai_client_prompt()) to request a short summary from whichever provider you configured in Settings > Connectors. The plugin never stores your API keys — they are managed centrally by WordPress core. What is sent: Post title (plain text) Post content (HTML stripped, up to ~3000 characters of plain text) A short instruction asking the provider to return a summary What is not sent: API keys (managed by core Connectors), visitor IP addresses, user accounts, analytics data, or any other personal data of your readers. Possible destinations (depending on which Connector your administrator activates): OpenAI — Terms of use · Privacy policy Anthropic — Terms of service · Privacy policy Google AI — Terms of service · Privacy policy If you do not configure any Connector, or your WordPress version is below 7.0, the plugin falls back to the local PHP extractive summarizer and no external request is made. How to opt out Set AI Summary generation to Disabled in the AI Summary tab of the plugin settings. Or choose Extractive only to keep summaries fully local — zero external requests, ever. Or choose AI only while leaving no Connector configured — no requests will be sent, and summaries simply won’t be generated. The visitor-facing “Generate AI summary” button is off by default; if enabled, you can additionally restrict it to the extractive PHP path so visitor clicks never reach an external provider. Sharing buttons The social and AI sharing buttons render as / elements that open the respective destination only when the visitor clicks them — your server does not contact those services. The plugin’s analytics endpoint that records button clicks runs locally on your own site. Advanced Usage Shortcode parameters The [ayudawp_share_buttons] shortcode accepts several parameters: buttons: Comma-separated list of buttons to display – Example: [ayudawp_share_buttons buttons="claude,chatgpt,deepseek,twitter,mastodon"] – Available: twitter, linkedin, facebook, telegram, whatsapp, email, raindrop, reddit, bluesky, line, mastodon, threads, pinterest, claude, chatgpt, google_ai, gemini, grok, perplexity, deepseek, mistral, copilot, qwen, meta_ai style: Visual style to use – Example: [ayudawp_share_buttons style="outline"] – Options: minimal, brand, outline, dark, custom, icons-only size: Button size preset – Example: [ayudawp_share_buttons size="compact"] – Options: compact, normal, large, fluid show_icons: Show icons with text (for non-icons-only styles) – Example: [ayudawp_share_buttons show_icons="true" style="brand"] – Options: true, false icon_style: Icon corner style (for icons-only mode) – Example: [ayudawp_share_buttons style="icons-only" icon_style="circular"] – Options: circular, square alignment: Button alignment – Example: [ayudawp_share_buttons alignment="center"] – Options: left, center show_title: Show or hide the section title – Example: [ayudawp_share_buttons show_title="false"] – Options: true, false title_text: Custom title text – Example: [ayudawp_share_buttons title_text="Share this content"] title_style: Title HTML element – Example: [ayudawp_share_buttons title_style="h3"] – Options: h3, h4, h5, h6, span ai_title: Section title for AI buttons group – Example: [ayudawp_share_buttons ai_title="Summarize with AI"] social_title: Section title for social buttons group – Example: [ayudawp_share_buttons social_title="Share on social media"] Combined examples: [ayudawp_share_buttons buttons="claude,deepseek,twitter" style="brand" show_icons="true"] [ayudawp_share_buttons style="icons-only" icon_style="circular"] [ayudawp_share_buttons show_title="true" title_text="Share or Summarize" title_style="h3"] [ayudawp_share_buttons ai_title="Summarize with AI" social_title="Share" style="outline" show_icons="true"] [ayudawp_share_buttons buttons="chatgpt,qwen,meta_ai,mastodon,threads" size="compact" style="brand"] [ayudawp_share_buttons style="icons-only" icon_style="square" size="large"] [ayudawp_share_buttons size="fluid" style="outline" show_icons="true"] AI summary shortcode The [ayudawp_aiss_summary] shortcode renders the AI-generated summary as a standalone collapsible block. Useful when you want to place the summary somewhere other than where the share buttons are auto-inserted, or when you have buttons disabled but still want to surface the summary. post_id: Render the summary of a specific post – Example: [ayudawp_aiss_summary post_id="123"] – Defaults to the current post in the loop when omitted The shortcode outputs nothing when the post has no stored summary, so it is safe to drop into templates without conditional wrappers. CSS Customization Guide The plugin uses CSS custom properties for all brand colors. You can override these in your theme to change any platform color globally: Override platform colors: .ayudawp-share-buttons { –ayudawp-claude: #ff0000; –ayudawp-chatgpt: #00ff00; } Main container classes: – .ayudawp-share-buttons – Main wrapper container – .ayudawp-buttons-container – Direct container for all buttons – .ayudawp-title – Title element before buttons – .ayudawp-section-title – Section title with extra top margin – .ayudawp-aiss-centered – Applied when centered alignment is enabled Button classes: – .ayudawp-share-btn – Base class for all buttons (both and elements) – .ayudawp-icon-wrapper – Container for button icons – .ayudawp-button-text – Text label inside buttons – .ayudawp-icon – SVG icon element Style modifier classes: – .brand – Brand colors style – .outline – Outline style (brand-colored borders) – .minimal – Minimal style – .dark – Dark background style – .custom – Custom colors style – .icons-only – Icons-only mode – .with-icons – Text buttons with icons – .circular – Circular icon buttons – .square – Square icon buttons Size modifier classes: – .size-compact – Compact button size – .size-large – Large button size – .size-fluid – Fluid width buttons Platform-specific classes (on buttons): – .twitter, .linkedin, .facebook, .telegram, .whatsapp – .email, .raindrop, .reddit, .bluesky, .line – .mastodon, .threads, .pinterest – .claude, .chatgpt, .google-ai, .gemini, .grok – .perplexity, .deepseek, .mistral, .copilot – .qwen, .meta-ai – .ai – Applied to all AI platform buttons Example: Change Claude button color: .ayudawp-share-buttons { –ayudawp-claude: #your-color; } Example: Change all AI buttons background: .ayudawp-share-buttons .ayudawp-share-btn.ai { background: #f0f0f0; } Example: Hide specific button: .ayudawp-share-btn.facebook { display: none; } Customize or remove separator lines: The main container has top and bottom border lines. You can hide either of them from the settings (Share Buttons → Separator lines) with no code. CSS is only needed to replace them with your own style: .ayudawp-share-buttons { border-top: 2px dashed #ccc; border-bottom: 2px dashed #ccc; } Important notes: – The use of !important is no longer needed for most overrides – Use CSS custom properties to change brand colors cleanly – Test on both desktop and mobile viewports – Icons-only buttons have fixed dimensions (44px default, 36px compact, 54px large) Technical Details System requirements WordPress 6.1 or higher (7.0+ for AI-generated summaries) PHP 7.4 or higher (compatible up to PHP 8.4) Theme compatible with wp_head() and wp_footer() Performance features Modular file structure for maximum efficiency Selective loading of resources (CSS/JS only where buttons display) No external dependencies Optimized CSS with custom properties and minimal specificity Lightweight SVG icons (under 1KB each) Minimal database impact: analytics queries are cached (5 min) and compatible with persistent object cache (Redis, Memcached) Smart responsive layouts REST API for lightweight analytics data retrieval Developer features Clean, documented code WordPress coding standards compliant Hook-based architecture Modular class structure in /includes folder Extensible icon system using Simple Icons Translation ready Comprehensive shortcode API SEO-friendly markup options Post meta for individual exclusions Centralized platform color definitions Support Need private support or custom development? Do you need one-on-one help, priority troubleshooting, or a custom feature, integration, or tweak built specifically for your site? I offer private support and custom development. Just contact me and tell me what you need. Need help or have suggestions? Official website WordPress support forum YouTube channel Documentation and tutorials Love the plugin? Please leave us a 5-star review and help spread the word! About AyudaWP We are specialists in WordPress security, SEO, AI and performance optimization plugins. We create tools that solve real problems for WordPress site owners while maintaining the highest coding standards and accessibility requirements.
Top keywords
- buttons48×2.78%
- ai47×2.72%
- share29×1.68%
- style26×1.51%
- share buttons24×1.39%
- summary24×1.39%
- ayudawp23×1.33%
- title23×1.33%
- ayudawp share19×1.10%
- ayudawp share buttons19×1.10%
- example15×0.87%
- custom12×0.70%
TimeSaverBot – Multilingual AI Chatbot for WooCommerce & Live Chat
Someone lands on your site at 11pm with a question. Nobody is online. They buy from whoever did answer. TimeSaverBot is an AI chatbot for WordPress and WooCommerce. It learns your existing pages and your product catalog, answers visitor questions in 46 languages, recommends products from your own stock, and collects contact details when nobody on your team is online. Built for WooCommerce stores, clinics and salons that take bookings, agencies, and any site that sells a service and answers the same questions all day. Setup is a wizard: pick your pages, pick a ready-made bot, done. No code, no theme edits, no separate sign-up — you are live in about five minutes. 30-day free trial. No credit card. Answers only from your own content — your pages, your FAQ, your products. Not from the open internet. No OpenAI API key — nothing to register, no token bills, no keys to paste into WordPress Deep WooCommerce integration — price, stock, variations, weight, dimensions, photos 46 languages, detected automatically — your content stays in one language Five ready-made bots — sales, support, bookings, e-commerce, or your own instructions Captures leads 24/7 — your team picks up a conversation that is already half done The plugin connects your site to the TimeSaverBot platform. The setup wizard creates your account for you. The bot answers from your site, not from the internet An AI chatbot is only worth having if you can trust what it tells your customers. TimeSaverBot builds every answer from the pages you chose, the FAQ you wrote and the products in your catalog. When it doesn’t have the answer, it says so and offers to take the visitor’s details instead of inventing something. Prices, stock, model numbers, SKUs and brand names come straight from WooCommerce, so they are right at the moment the customer asks. And there is no OpenAI account to open and no separate usage bill to watch — the platform handles the AI side. The bot knows your WooCommerce catalog The plugin reads your products through WooCommerce’s own API, so the bot answers like a salesperson standing in your stockroom: Price and sale price. “How much is it?” — “$24.90, on sale right now, normally $29.” Stock, down to the last unit — including the one that sold a minute ago to somebody else. Most integrations never notice that. Variations. “Do you have it in blue, size 42?” — “Blue 42 is in stock, $24.90. Red 42 is sold out.” Weight and package dimensions. “Will it fit a parcel locker?” — “2.4 kg, and the box is 30 × 20 × 15 cm.” Photo, brand, category, SKU and rating — the bot sends a real product card with a button through to the product page, and finds things the way customers ask: by brand, by product code, by category. Sold-out products too — “It’s out right now, leave your details” beats silence. It narrows down, as well: “something under $30”, “only what’s in stock”, “cheapest first”. Create, edit or delete a product and the bot knows moments later — no overnight update, nothing to re-import by hand. Import your whole catalog or a single category with its subcategories. WooCommerce is optional. Without it, everything else works exactly the same. 46 languages, and the bot picks the right one itself Most chat plugins offer a handful of languages and ask you to choose one. TimeSaverBot works out the language from the visitor’s first message and answers in it. A Polish visitor gets Polish. A Brazilian gets Portuguese. Nobody picks a setting. Your content stays in one language — yours. The bot understands what a question means, not just the words it is written in, so the answer is built from the page you already wrote and comes back in the visitor’s language. No translation plugin, no duplicate pages, no 46 versions of your FAQ Exact details still match exactly — model numbers, SKUs, brand names Right-to-left done properly — for Arabic, Persian, Hebrew and Urdu the whole chat window mirrors, not just the text The chat window’s own buttons and labels ship in 82 languages and regional variants, and the plugin’s admin screens in 75 From Arabic and Chinese to Polish, Portuguese and Thai — see the full list in the FAQ. Pick a bot and it works out of the box 📈 General Sales — services, B2B, landing pages. Answers, then guides toward an inquiry. 🎧 General Support — sites with documentation or a knowledge base. 📅 Service Order — clinics, salons, repair shops. Collects name, phone, service, preferred time. 🛒 E-commerce — advises from your catalog, compares products, answers on price, stock, delivery and payment. 🤖 Prompt Bot — for anything the four above don’t cover. You write the instructions: a bot that only screens candidates for your job openings, or one that answers strictly from your legal FAQ and refers everything else to a partner. Live in about five minutes Activate the plugin — the wizard starts on its own. Pick the pages the bot learns from. Your WooCommerce catalog imports at the same time. Choose one of the five bots above, or write your own instructions. Set your widget colors and text, with live preview. Done — the widget is already on your site. Every step after picking your pages can be skipped. The bot always knows the current state of your site Edit a page and the bot picks the edit up. Publish one and it is included. Delete it and it drops out — the bot never answers from a page that no longer exists. Pages, posts and your custom sections like Services or Projects Re-scan the whole site or a single page whenever you want Write FAQ answers by hand, or import them from CSV or JSON Everything syncs in the background and never holds up your editor A widget that fits your site Appears on every page automatically — no shortcode, no theme file to edit Your colors, button text and chat title, previewed live in the wizard Works on phones, tablets and desktops — on a small screen the chat opens out to fill it Runs in its own window inside your page, so your theme can’t break it and it can’t break your theme Conversations turn into customers Chatting is not the point. Getting the business is. TimeSaverBot asks the qualifying questions you would otherwise type out yourself, works out what the visitor actually wants, and takes their contact details before they click away. If nobody is online, you still get the lead — with the whole conversation attached. When your team is around, the same widget is your live chat: switch on Live operators and the bot hands the conversation over to a human instead of taking a contact. Everything from your WordPress admin One click, no second login — Chat, Leads and Knowledge Base open straight from the WordPress menu Your numbers in wp-admin — conversations, leads and conversion rate for the last 30 days, plus how much of your monthly dialog allowance is left All settings in WordPress — the bot’s instructions, its tone, when it hands over to your team, and how the widget looks Safe by default Your WordPress password is never sent anywhere Every connection is signed, and opening Chat or Leads uses a one-time key that expires after 60 seconds Your installation is tied to your domain — nobody can point it elsewhere Reinstalling puts everything back — your connection survives a delete by default, or one checkbox under TimeSaverBot → Help makes deletion clear it from your site instead Worth knowing before you install TimeSaverBot is a hosted service. The plugin is the WordPress side of it; the AI itself runs on the TimeSaverBot platform. Single-site WordPress only — multisite is not supported yet. Pricing 30 days free, no credit card required. After the trial the plugin needs a paid TimeSaverBot plan to keep answering. The entry plan is $26/month and includes 100 AI conversations; beyond that, conversations are $0.09 each. Larger plans bring the per-conversation price down. Your WordPress dashboard shows the month’s limit and what is left of it, so nothing runs up quietly. Every plan includes all 46 languages, even the cheapest one — you never pay extra for them. See current plans. Try it on your own site Install the plugin and activate it. The wizard opens by itself, learns the pages you pick, and puts the widget live. In about five minutes you can open your own site and ask your bot a question — in any of the 46 languages — and see what your visitors will get tonight. Third-Party Service Disclosure This plugin relies on the TimeSaverBot SaaS platform hosted at app.timesaverbot.com. The following external connections are made: Provisioning API (POST /Provision/WordPressInstall) — Called once during the setup wizard to create your workspace. Sends: site URL, installation ID, WordPress version, plugin version, admin email. Dashboard Summary API (GET /Provision/WordPressDashboardSummary) — Called when loading the Dashboard page. Returns aggregated usage metrics. Operation Token API (POST /Auth/CreateOperationToken) — Called when you navigate to Chat, Leads, or Knowledge Base. Issues a short-lived authentication token. Iframe embeds — Bot Settings and Widget Settings pages load the TimeSaverBot configuration UI inside an iframe from app.timesaverbot.com. Silent login redirects — Chat, Leads, and Knowledge Base menu items redirect to app.timesaverbot.com with automatic authentication. Chat widget script (embed.js) — Loaded on every frontend page after wizard completion. The script is served from widget.timesaverbot.com and renders the chat widget inside an iframe. It sends your tenant ID and channel ID as data attributes. All server-to-server API calls are signed with HMAC-SHA256 using a per-installation secret. No data is sent to any other third-party service. TimeSaverBot Terms of Service TimeSaverBot Privacy Policy Privacy TimeSaverBot connects to the TimeSaverBot SaaS platform at app.timesaverbot.com. This section documents all data transmitted. Data sent during provisioning (one-time, on wizard completion) Normalized site hostname (e.g. example.com) Installation UUID (locally generated, not tied to any personal data) Raw site URL, WordPress version, plugin version (diagnostic metadata) Admin email address (used to create a technical user for your workspace) Data sent during normal operation Dashboard: HMAC-signed GET request with installation ID header. Returns aggregate metrics only. Navigation (Chat/Leads/Knowledge Base): HMAC-signed POST request with installation ID and requested scope. Returns a one-time authentication token. Settings (Bot/Widget): After initial authentication, the iframe communicates directly between the browser and TimeSaverBot. The WordPress plugin does not relay this traffic. Data stored locally Installation ID, HMAC secret, tenant ID, connector channel ID, process ID, wizard state. All stored in the wp_options table under the tsvbot_wp_settings key. Data stored remotely Chatbot configuration, conversations, leads, and usage metrics are stored on the TimeSaverBot platform. See the TimeSaverBot Privacy Policy for retention and deletion policies. No additional third parties This plugin does not transmit data to any service other than app.timesaverbot.com.