AI Share & Summarize
AI Share & Summarize 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. 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. 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 Disable the feature in Settings > AI Share & Summarize > AI Summary (uncheck “Enable AI Summary”). Or keep AI Summary enabled but uncheck “Use extractive fallback” 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 or replace them: .ayudawp-share-buttons { border-top: none; border-bottom: none; } Hide only the top separator: .ayudawp-share-buttons { border-top: none; } Replace with your own style: .ayudawp-share-buttons { border-top: 2px dashed #ccc; border-bottom: 2px dashed #ccc; } Important notes: – Since v1.6.0, !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 5.0 or higher 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
- ai49×2.92%
- buttons45×2.68%
- share29×1.73%
- style26×1.55%
- summary24×1.43%
- ayudawp23×1.37%
- title23×1.37%
- share buttons22×1.31%
- ayudawp share19×1.13%
- ayudawp share buttons19×1.13%
- example15×0.89%
- custom12×0.72%
StifLi Flex MCP – MCP Server with undo for ChatGPT, Claude & Gemini
StifLi Flex MCP is the most secure MCP Server for WordPress with built-in Undo. Connect ChatGPT, Claude Desktop, Gemini, and other MCP clients safely, roll back changes when needed, and manage your site through natural conversation without losing control. Three powerful MCP and AI tools in one plugin: MCP Server — Connect ChatGPT, Claude Desktop, or any MCP client directly to your site AI Copilot — A floating assistant inside the Gutenberg and Classic editors that writes, rewrites, and optimizes your content in real time AI Chat Agent — A full conversational interface to manage posts, WooCommerce, settings, and more 🎬 Video: Claude to WordPress MCP Connector in 1 Minute 📚 Documentation StifLi Flex MCP Documentation Released in December 2025, StifLi Flex MCP was the first MCP plugin for WordPress and remains the most complete WordPress MCP platform for ChatGPT, Claude Desktop, and other MCP clients. It starts with 122+ built-in MCP tools, and with supported integrations such as All Sources Images, Stifli Backup Tools, AiPatch Security Scanner, Notification for Telegram, WPCode, Code Snippets, Woody Snippets, Advanced Custom Fields, Yoast SEO, Rank Math, WPForms, Gravity Forms, Forminator, The Events Calendar, and Elementor, it can exceed 200 total tools depending on the plugins you install. 📡 MCP Server — Connect ChatGPT, Claude Desktop, and Other MCP Clients StifLi Flex MCP includes a full standards-compliant MCP server for WordPress, so ChatGPT, Claude Desktop, LibreChat, and other MCP clients can connect directly to your site and use real WordPress tools through OAuth 2.1. ChatGPT — Connect through Apps & Connectors with OAuth 2.1 authentication Claude Desktop — Connect through Connectors with automatic OAuth flow LibreChat and other MCP clients — Use the same MCP endpoint and discovery flow Zero shared secrets — No custom API keys or passwords for external MCP clients Standards-based — Automatic discovery, registration, and authentication with OAuth 2.1, PKCE, RFC 9728, RFC 8414, and RFC 7591 Just copy the SSE URL from the Settings page, paste it into ChatGPT, Claude Desktop, or another MCP client, and authorize. ✍️ AI Copilot — Your Writing Assistant Inside the Editor The AI Copilot lives as a floating widget right inside the WordPress post and page editor. It understands the full context of what you’re editing — title, content, categories, tags, featured image, and even WooCommerce product fields — and helps you write better, faster. Rewrite, expand, or optimize content — Ask the Copilot to improve your text and it applies the changes directly into the editor One-click quick actions — “⚡ Optimize content”, “🏷️ Generate tags”, “📝 Write excerpt”, “🖼️ Generate image” — one tap, instant results Real-time editing — The Copilot sets titles, excerpts, tags, slugs, and categories directly in the editor. No copy-pasting Content block operations — Insert, update, replace, or delete Gutenberg blocks through conversation Visual feedback — Changed fields and blocks are highlighted with a green border so you always see what the AI modified Keep or Undo — Every change shows a floating banner: keep it or undo with a single click. You stay in control Image generation — Ask the Copilot to generate an image and it sets it as the featured image or inserts it as a block, automatically Works with Gutenberg and Classic Editor — Full support for both editors Context-aware — The Copilot reads your current post content, blocks, metadata, and editor state to give relevant suggestions WooCommerce-aware — When editing a product, the Copilot sees prices, stock, SKU, attributes, and product type Choose OpenAI (GPT-5.4), Anthropic (Claude 4.6 Opus/Sonnet), or Google (Gemini 3.1 Pro/Flash), and optionally use WordPress AI Client connectors like OpenRouter and Mistral when installed. No complex setup — just your API key or connector credentials. 💡 What Can You Do With the Copilot? Here are just a few examples of what you can ask while editing a post or page: ✏️ “Rewrite the introduction to sound more professional and engaging” 📊 “Add a comparison table below the second paragraph with pros and cons” 🖼️ “Generate an image that illustrates the idea in paragraph four and insert it right above” 📝 “Write a compelling meta description and set it as the excerpt” 🛒 “Update the product short description to highlight free shipping and set the sale price to $19.99” The Copilot reads your full content, understands context, and applies changes directly in the editor — no copy-pasting, no switching tabs. 🤖 AI Chat Agent — Your WordPress AI Assistant The built-in AI Chat Agent gives you a powerful conversational interface to manage your entire WordPress site: Talk to your site — “Show me the last 5 orders”, “Create a blog post about SEO tips”, “What plugins are installed?” Multi-provider — Built-in OpenAI (GPT-5.4, GPT-5.3), Anthropic (Claude 4.6 Opus/Sonnet, Claude 4.5 Haiku), Google (Gemini 3.1 Pro, Gemini 3 Flash) + optional WordPress AI Client connectors (OpenRouter, Mistral) 122+ MCP tools at its disposal — The AI agent can read posts, create content, manage WooCommerce products, check orders, inspect SEO data, update settings, and much more Smart suggestions — After each response, get contextual follow-up suggestions Conversation history — Auto-saved across sessions with multi-tab support Safe by design — Choose “Always Allow” or “Ask User” mode for tool execution confirmations Advanced tuning — Control temperature, max tokens, top_p, system prompts 💡 What Can You Do With It? Here are just a few examples of what you can ask your AI agent: 📝 “Write a 500-word blog post about healthy eating and publish it as draft” 🛒 “Show me today’s WooCommerce orders and their total revenue” 🔍 “What are the top 10 most commented posts on my site?” 📊 “List all products with stock below 5 units” 🎨 “Generate a hero image for my latest blog post about technology” The AI agent understands context, chains multiple operations, and works with your site’s real data in real time. 🎨 AI Image & Video Generation Generate stunning images and videos directly from your AI agent or the dedicated Multimedia Settings page: Image Generation — “Generate a hero image for my blog post about AI” using OpenAI (GPT Image family + DALL·E 2/3) or Google Gemini (Gemini Image + Imagen 4) Image Search — “Find a real stock image for my post” with wp_search_image (Unsplash, Pexels, Pixabay) including attribution metadata Video Generation — “Create a 5-second product showcase video” using OpenAI Sora or Google Veo 2/3 🧩 Code Snippet Management — Design and Develop Through Conversation Create, edit, activate, and manage code snippets on your WordPress site entirely through AI — no manual coding required. Compatible with the three most popular snippet plugins: WPCode, Code Snippets, and Woody Code Snippets. Add functionality instantly — “Add a PHP snippet that redirects users after login based on their role” Custom CSS on demand — “Create a CSS snippet that hides the sidebar on mobile devices” JavaScript injection — “Add a JS snippet that shows a sticky banner with a 10% discount code” Full lifecycle management — List, create, edit, activate, deactivate, and delete snippets from conversation Safe by design — PHP code is sanitized automatically, removing stray <?php tags and markdown artifacts from AI-generated output This opens up powerful possibilities: customize your theme’s appearance, add tracking scripts, inject schema markup for SEO, modify WooCommerce checkout behavior, add custom shortcodes — all through natural language. Ask your AI agent to build it, test it, and activate it, without ever touching a code editor. 🧠 WordPress Abilities Integration (WordPress 6.9+) Automatically discover and import abilities registered by other plugins into your AI agent’s toolkit. If a plugin supports the WordPress Abilities API, StifLi Flex MCP can detect, import, and expose it as an AI tool — zero configuration needed. ⏰ Automation Tasks — Let AI Work While You Sleep Schedule AI-powered tasks to run automatically on your WordPress site: Scheduled Tasks — Create daily, weekly, or monthly automated workflows Templates — Quick-start with pre-built templates (Daily Sales Report, Trending Article, Weekly Summary) Smart Scheduling — Flexible presets from “Every hour” to “Monthly” with custom times and timezones Detected Tools Mode — AI automatically identifies which tools are needed, saving tokens significantly Output Actions — Send results via email, webhook, draft post, or custom hooks Execution Logs — Full history with token usage, duration, and detailed results 🎯 Event Automations — Trigger AI on WordPress Events Run AI workflows automatically when specific events happen ⏪ Roll Back — The Only MCP Server With Undo Mistakes happen. You asked ChatGPT to update your landing page and the result isn’t what you expected? No problem — roll back the change with one click and your site is restored instantly. StifLi Flex MCP is the only MCP server for WordPress that tracks every change and lets you undo it. Every modification made by any AI — whether from ChatGPT, Claude Desktop, the built-in Chat Agent, the Copilot, or automated tasks — is recorded with a full before/after snapshot. One-click Undo — Roll back any change from the Logs & Roll Back page in your admin panel Redo support — Changed your mind? Re-apply a rolled-back change just as easily Session rollback — Undo an entire AI conversation’s changes at once, in the correct order Full audit trail — See exactly what was changed, when, by whom, and from which source Works across everything — Posts, pages, products, orders, options, menus, media, code snippets, and more AI-accessible — Your AI agent can also query and rollback changes through dedicated tools 💡 Real-world examples: 🛒 “ChatGPT updated all my product prices but used the wrong currency — roll it back!” 📝 “Claude rewrote my About page and I prefer the original — undo!” ⚙️ “An automation changed my site settings at 3 AM — I can see exactly what happened and revert it” 🎨 “The AI-generated image doesn’t match my brand — remove it and restore the previous one” 🔗 “I told the AI to delete a menu item by mistake — bring it back!” 🛡️ Security — OAuth 2.1 Built In StifLi Flex MCP uses OAuth 2.1 with PKCE — the latest industry-standard security protocol — to authenticate external AI clients. No API keys to copy, no passwords to share. Just paste the URL, authorize once, and you’re connected. OAuth 2.1 with PKCE (S256) — The most modern and secure authentication standard, used by Google, Microsoft, and GitHub Dynamic Client Registration (RFC 7591) — AI clients register automatically, no manual setup needed Auto-discovery (RFC 9728 + RFC 8414) — Clients find your server’s auth endpoints automatically Token auto-refresh — Sessions stay active for up to 90 days without re-authorization Application Passwords fallback — Still supported for advanced setups and legacy clients Per-tool capability checks linked to WordPress roles Profile-based tool restrictions (8 predefined profiles + custom) Tool execution confirmations in AI Chat Agent 📋 Tool Profiles WordPress Read Only — safe read-only access WordPress Full Management — complete CRUD operations WooCommerce Read Only — query store data WooCommerce Store Management — products, orders, coupons Complete E-commerce — all WooCommerce tools Complete Site — all 122+ tools enabled Safe Mode — non-sensitive reads only Development/Debug — diagnostic tools 🌐 Supported AI Platforms StifLi Flex MCP integrates with: Built-in AI Chat Agent + WordPress AI Client connectors: * OpenAI — GPT-5.4, GPT-5.3, GPT-5.4 Mini * Anthropic Claude — Opus, Sonnet, Haiku * Google Gemini — Pro, Flash, Flash-Lite * OpenRouter and Mistral — via WordPress AI Client connectors (when installed) MCP Server (External Clients via OAuth 2.1): * Claude Desktop, ChatGPT, LibreChat, Cursor, Cline, Roo Code, Windsurf, Claude Code Cloud & Local Providers (via MCP clients): * Groq, Azure OpenAI, AWS Bedrock * Ollama, LM Studio, self-hosted solutions 📐 MCP Spec Compliance StifLi Flex MCP implements the Model Context Protocol (MCP) 2025-11-25 specification for lifecycle and tool operations over JSON-RPC 2.0, while keeping legacy SSE compatibility for older MCP clients. External Services This plugin connects to third-party AI services to power the AI Chat Agent, AI Copilot, image generation, and video generation features. No data is transmitted until you explicitly configure an API key and initiate a request. What data is sent: Your WordPress content (post text, metadata, product details) as included in AI prompts, and MCP tool execution results when using the MCP server with external AI clients. When data is sent: Only when you have configured an API key for a provider AND actively send a message to the AI agent or Copilot, or when an external MCP client makes an authenticated request to the MCP server endpoint. Supported services and their policies: OpenAI — Used for GPT models (AI Chat Agent, AI Copilot), GPT Image / DALL·E (image generation), and Sora (video generation) Terms of Use | Privacy Policy Anthropic Claude — Used for Claude AI models (AI Chat Agent, AI Copilot) Terms of Service | Privacy Policy Google Gemini — Used for Gemini AI models (AI Chat Agent, AI Copilot), Gemini Image + Imagen 4 (image generation), and Veo 2/3 (video generation) Terms of Service | Privacy Policy Google Search Console – Used only when you connect your Google account in the SEO settings, for read-only site/search performance data. Terms of Service | Privacy Policy When using the MCP server with external AI clients (ChatGPT, Claude Desktop, LibreChat, etc.), API requests are made by the AI client’s backend servers to your WordPress MCP endpoint. The plugin itself does not send data to third parties in this scenario — the external MCP client initiates all communication.