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%
Echo Knowledge Base – Documentation, FAQs, Chat & Smart Search
Echo Knowledge Base is a powerful documentation tool that helps you create and organize documentation, FAQs, quizzes, and articles. It includes built-in AI search and AI chatbot features and includes comprehensive features to help you build a visually appealing knowledge base. Designed with a modern and professional appearance by default, the plugin offers extensive customization options to align perfectly with your brand identity. FREE KB FEATURES Fast Search Bar: Enable users to find articles quickly with an AJAX-powered search bar. Deep Content Organization: Organize articles into categories and subcategories up to five levels deep. Display articles and categories across tabs or in an intuitive drill-down format. FAQs Layout and Shortcode: Deploy FAQs anywhere on your site with various eye-catching designs. Group questions logically and control their behavior for optimal user engagement. Article Enhancement Tools: Improve user experience with breadcrumbs, next/previous article navigation, print and PDF export options, and more. Table of Contents (TOC): Enhance navigation with a customizable table of contents on article pages for better user experience. Frontend Visual Editor: Customize your Knowledge Base pages live on the front-end with our intuitive visual editor or drag-and-drop Gutenberg blocks. Pre-made Layout Designs: Choose from many beautiful designs and layouts to make your knowledge base both stunning and functional. With dozens of combinations available, you’ll find the perfect look for your site. Most Popular and Recent Articles: Display lists of articles by popularity and recent publication to guide readers to trending and new content. Glossary: Build a centralized dictionary of terms and definitions for your knowledge base. Glossary Terms – Create and manage glossary entries. Published terms are automatically highlighted in your articles with interactive tooltips, helping readers understand key terminology without leaving the page. Glossary Index Shortcode and Block – Display an alphabetical index of all glossary terms on any page using the [epkb-glossary-index] shortcode or the Glossary Index Gutenberg block, with letter navigation and customizable accent color. AI-Generated Glossary Terms (PRO) – Automatically generate glossary terms and definitions from your knowledge base content using AI, saving time and ensuring comprehensive coverage of key terminology. Article Quizzes: Add interactive quizzes to KB articles to reinforce learning and increase engagement. Create custom multiple-choice or true/false questions, add answer explanations, and show published quizzes below the article content. Article Views Counter: Track views with the built-in counter and analyze your most and least popular content to optimize your knowledge base. Customizable Category Archive Page: Customize the category archive page with a custom header, description, and image. FREE AI FEATURES (Optional) All AI features are completely optional and disabled by default. You can enable them at any time if you choose to use AI-powered capabilities. AI Chat (Chatbot): Add a frontend chat dialog where users and visitors can ask questions and get instant AI-powered answers based on on your Knowledge Base, FAQs, internal documentation, notes, and any other source of information. AI Search: When users search, results show relevant KB articles plus an ‘Ask AI’ button to dive deeper with the same query. AI Content Analysis: Automatically analyze your knowledge base articles for quality and optimization. Get AI-powered insights including: Tags Analysis – Optimize article tags and categories for better organization and SEO Readability Score – Evaluate content clarity and structure with AI assistance Learn more. PRO KB FEATURES Advanced Search: Highlight search keywords on article pages, filter search by category, adjust search box styling, and add helper text or links below the search bar. Use advanced search analytics to discover popular queries and identify searches with no results. Granular Content Protection: Control access to documentation based on user groups, WordPress roles, or custom permissions. Seamlessly manage public and private knowledge base content. Unlimited Knowledge Bases: Create unlimited separate knowledge bases, each with its own articles, categories, and tags (great for managing multiple products or departments). Articles Import and Export: Import or export articles and categories using CSV or XML formats for easy migration or backup. AI Smart Search: Display intelligent search results with optional multi-panel sections User Feedback System: Gather valuable insights with article upvote/downvote and feedback forms. Article Links: Turn any article into a link that points to PDFs, external documentation, videos, or other resources. AI Features: Content Gap Analysis AI Quiz Generation – generate quiz drafts from KB articles, then review and edit the title, intro, questions, answers, and explanations before publishing Expand training to include notes, posts, pages, and custom post types Email Notifications for AI insights Human Agent Handoff – lets users escalate from AI to your support team Feedback Buttons – collect thumbs-up/down ratings on AI responses PDF to Articles – upload PDF files and convert them into KB articles with optional AI formatting that organizes content into headings, lists, and paragraphs PDF to Notes – upload PDF files via drag-and-drop or the Media Library and convert them into AI training notes to expand your AI’s knowledge beyond KB articles AI Chat Access Control – restrict who can use AI Chat: everyone, logged-in users only, or specific WordPress roles. Set different access rules for each chat location See the official website for more details on Pro features. ⭐ WALK-THROUGH OF ECHO KNOWLEDGE BASE Watch a quick introduction to Echo Knowledge Base and see it in action: https://www.youtube.com/watch?v=sLwj8FpfBWc ⭐ PROFESSIONAL LAYOUTS INCLUDED Echo Knowledge Base comes with multiple layout options to suit your style: Basic Layout – Clean and simple design Tabs Layout – Organized content in tabbed interface Drill Down Layout – Intuitive navigation through categories Classic Layout – Traditional documentation style Category Focused Layout – Highlight your main categories See our comprehensive documentation here ⭐ ADDITIONAL FEATURES Gutenberg Blocks: Seamlessly integrate knowledge base elements using the WordPress block editor. Flexible Ordering: Order articles and categories alphabetically, by date, or manually with drag-and-drop. SEO Optimization: Built with SEO best practices to help your documentation rank well in search engines. Usage Analytics: Monitor knowledge base traffic and search queries to understand what users need. Interactive Learning: Turn knowledge base articles into quizzes with answer explanations to help readers retain information. Multilingual & RTL Support: Fully compatible with WPML, Polylang, GTranslate, and supports right-to-left languages. Responsive Design: Mobile-friendly and works with any WordPress theme, so your docs look great on all devices. Directory Shortcode: Use a shortcode to display an index of all articles (great for an A-Z index page). Multi-site Compatible: Perfect for WordPress multisite networks – manage documentation across multiple sites. Custom URL Structure: Customize category, tag, and article URLs for a clean and branded structure. Mobile Optimization: Ensures a smooth reading experience on smartphones and tablets. Content Migration: Easily convert existing posts or custom post types into Knowledge Base articles. ⭐ SEO & ACCESSIBILITY OPTIMIZED Echo Knowledge Base is optimized for search engines and adheres to accessibility standards. It supports multiple languages (including RTL scripts) and meets WCAG guidelines, making your documentation usable for a global audience. All layouts are fully responsive and retina-ready, so your knowledge base looks sharp on every device. ⭐ EASY TO STYLE WITH PRE-MADE DESIGNS No coding needed – make it your knowledge base with just a few clicks: 26 Pre-Made Designs: Choose from a variety of professional color schemes and styles. One-Click Theme Switching: Swap layouts (Basic, Tabs, Category-Focused, Classic, Drill Down, Sidebar, Grid, etc.) instantly to find the perfect look. Endless Customization: Further tweak colors, fonts, and styles to match your brand. ⭐ BUILDER COMPATIBILITY Echo Knowledge Base works great with popular page builders: Elementor & Gutenberg: Comes with native blocks and widgets for seamless integration. Other Builders: Fully compatible with Beaver Builder, Divi, Visual Composer, and more. ✅ WHY CHOOSE ECHO KNOWLEDGE BASE? User-Friendly: Designed for ease of use – no coding required and a gentle learning curve. All-in-One Support Hub: Manage documentation, FAQs, quizzes, AI chat, and smart search in one plugin. Professional Design: 26 beautiful, ready-to-use layouts give your docs a polished look out of the box. Highly Customizable: Extensive configuration options to tailor the knowledge base to your needs. Reliable Support: Our friendly, Canadian-based support team is ready to help with any questions. Regular Updates: Continuously improved with new features (our roadmap is packed with upcoming enhancements!). Global Ready: Translate your documentation and serve users in any language with full multilingual support. About Us: We are a Canadian company with over a decade of experience in WordPress and web technologies. We’re passionate about helping you provide better support to your customers.