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%
AFB – Auto Form Builder with AI, Contact & Conversational Forms
Support Watch the full overview video below. Auto Form Builder is a free drag-and-drop WordPress form builder for creating professional forms — contact forms, multi-step forms, surveys, file upload forms, and forms with conditional logic — without writing any code. It also brings AI to your forms. With the optional AI add-ons you can build a form from a plain-English description or an uploaded document, generate conditional logic automatically, summarize and draft replies to submissions, ask across all your submissions, and use an admin AI assistant that answers questions and even creates forms. You can also turn any form into an AI conversational form that collects answers naturally. The core builder and every non-AI feature are completely free, with no upsells hidden behind core functionality. The AI features are optional and off by default (see “External Services” for the full disclosure). Why Auto Form Builder? Unlike form plugins that lock their best features behind expensive subscriptions, Auto Form Builder gives you multi-step forms, conditional logic, surveys, form analytics, spam protection, submission management, webhooks, Slack notifications, import/export, and full visual customization — all free. Plugin Dashboard A command center with four KPI cards (total forms, total submissions, unread entries, and this week’s activity with a week-over-week trend), a 14-day activity chart, latest entries, a top-forms ranking, add-on status, and one-click shortcuts. New users get a guided onboarding card. Drag & Drop Form Builder Build a form in minutes: drag fields onto the canvas and you’re done. The builder supports undo/redo, a live preview (desktop, tablet, mobile), and instant shortcode generation to embed your form anywhere. Embed Forms on Any Website Every form comes with a ready-made embed code you can paste onto any website — including non-WordPress sites and page builders such as WP Bakery, Brizy, and Elementor. The embedded form keeps your design, auto-resizes to fit its content, and stays isolated from the host theme. Redirect thank-you pages can even break out of the frame. Popup Forms (Add-On) Show any form in a popup without installing a second popup plugin. Activate the free Popups add-on and create unlimited popups in a range of styles — modal, slide-in, sticky bar, full-screen, welcome mat, and a floating launcher button. Choose exactly which pages they appear on, trigger them by time delay, scroll depth, exit intent, element clicks, and more, cap how often each popup shows, and decide what happens after a successful submission. Duplicate a popup to reuse its setup, and edit safely with an unsaved-changes warning. Popups are fully keyboard accessible and load nothing on pages without an eligible popup. 15+ Field Types Every common field type is included: Text Input Textarea Email Phone Number Date & Time Month & Year Checkbox Radio Buttons Dropdown Name Field Address File Upload Signature Color Picker Page Break (multi-step forms) Tabular Survey (Likert grid) Star Rating NPS (0–10) Opinion Scale Signature Field Collect e-signatures inside your form. Visitors sign with a mouse, finger, or stylus; the signature is stored securely and shown as an image in the entry details — ideal for consent forms, agreements, and approvals, on WordPress pages and embedded forms alike. Survey Fields & Visual Results Build complete surveys with four dedicated question types, free: Tabular Survey (Likert grid) — rows of questions with your own answer columns (radio or checkbox), collapsing neatly on mobile. Star Rating — 3 to 10 stars, keyboard and touch accessible. NPS (0–10) — the standard Net Promoter Score scale with Detractor/Passive/Promoter answers. Opinion Scale — numbered buttons with custom end labels. The Survey Results screen gives visual, per-question reports: distribution charts, stacked bars, an automatically calculated NPS score, and a 30-day trend. Survey answers appear formatted in entry details and CSV exports, and conditional logic works with every survey field. Color Picker Field Let visitors choose a color with the browser’s native picker — ideal for design requests and product personalization. The value is validated, stored, and shown as a swatch with its hex code. Month & Year Field Collect a month and year (or year only) without a full calendar date — useful for card expiration dates, employment start months, and graduation years. Month & Year opens an easy custom picker with year arrows and a single month grid (no endless scrolling), and Year only uses a year dropdown. Set the earliest and latest allowed month or year, or switch on “Block Future Dates” so answers can’t be later than today — ideal for questions like “When was your business established?”. Values are validated, stored in a clear format, and shown correctly in entry details and email notifications. Pre-Built Templates Start faster with ready-to-use templates including Contact Form, Feedback Form, Support Request, Newsletter Signup, and Event Registration. Every template is fully customizable. Conditional Logic Show or hide any field based on earlier answers, using multiple AND/OR conditions per field — no code required. Logic also controls confirmations and emails: show a different success message or redirect, route the admin notification elsewhere, change its subject or message, skip it, or send a different confirmation email. The first matching rule wins; otherwise your normal settings apply. Multi-Step Forms Break long forms into short steps to boost completion. Enable multi-step mode, drop Page Break fields where each step begins, set step titles and button labels, and pick a progress bar style. Step branching can skip steps or jump ahead based on earlier answers (forward-only and loop-safe), so every visitor sees only the steps that apply. Partial Entries — Capture Abandoned Forms Don’t lose a lead when someone doesn’t press Submit. With partial entry capture, in-progress answers are saved and reviewable on the Partial Entries screen. Abandoned entries auto-delete after a retention period you control (1–365 days). Full Visual Customization Make your forms match your brand perfectly. The Customize tab gives you control over: Theme presets — Corporate, Minimal, Modern, Eco, Friendly, Luxury, Neutral, Creative, Feminine, Fresh, and more Reusable saved themes — save your custom design once and apply it to any other form with a single click Header image / banner per form Background, colors, fonts, layout Field styling and button design Label icons and inside-the-field icons (see below) Visual effects Every change is previewed live across desktop, tablet, and mobile. Label Icons & Inside-the-Field Icons Add polish to any field with icons — no code and no external icon library required. Place an icon next to a field’s label from a built-in set of 40+ icons or upload your own PNG/JPG, and add an icon inside Text, Email, Number, Phone, and URL fields (shown at the start of the input, separated by a divider). Control each icon’s color, optional background chip, and size per field. Fields without an icon stay exactly as they were. Submission Management All submissions live in a clean inbox with Unread, Starred, Read, Spam, and Trash tabs. Search by any field value, filter by form or date range, sort, and print — right from the dashboard. Email Notifications Get notified instantly on submit. Admin and user confirmation emails are fully configurable per form — recipients, subject, and a custom message with placeholders like {submission_data} and {form_name}. Choose styled HTML or plain text, and use conditional rules to send different emails (or none). Form Analytics Track views, submissions, average conversion rate, and per-form breakdowns with a 30-day chart. Sync historical submissions or reset data anytime. Included free and activatable from the Add-Ons page. Spam Protection Two options are included free — Google reCAPTCHA and Cloudflare Turnstile — activatable from the Add-Ons page. Use one or both on any form. User Registration & Login Turn any form into a registration form. Map fields to the account email, username, password, and first/last name (a single Full Name field is split automatically), choose the new user’s role (never Administrator), and optionally send a custom welcome email with placeholders like {username} and {set_password_url}. Passwords are handled by WordPress core and never stored with the submission or emailed. The add-on also provides an independent login form via the [auto_form_builder_login] shortcode — sign-in, lost password, and password reset all on your own page, styled to match your site. Import & Export Export forms and entries for backup or migration, and import forms onto any WordPress site in seconds — ideal for agencies. Slack Notifications Notify your team in Slack the moment a form is submitted. Activate the free add-on, paste a Slack Incoming Webhook URL, and choose which forms post to which channels. Only hooks.slack.com URLs are accepted, no credentials are stored, and passwords and file contents are never sent. Webhooks Send submission data to Zapier, Make, or any custom endpoint the moment a form is submitted. Extend with Paid Add-Ons The free plugin is complete on its own. For teams and agencies, premium add-ons are available to extend specific functionality. Auto Form CRM Integration Auto Form Builder integrates natively with Auto Form CRM, a dedicated WordPress CRM for managing leads and submissions in one place. AI Features (Optional Add-Ons) Two optional AI add-ons are available and off by default: AI Assistant (build a form from a description or document, one-click summaries and suggested replies, “ask across your submissions”, and an admin chat assistant that answers questions and creates forms) and AI Conversation (turn a form into a friendly chat, with optional appointment booking). These features connect to AIDA, our AI service at autoformcrm.com, and stay off until you opt in. See “External Services” below for exactly what data is sent, when, and to whom. External Services Auto Form Builder is privacy-first. By default the plugin does not contact any external service. Every service below is off by default and only runs after you actively opt in. AIDA — AI Assistant & AI Conversation (optional add-ons, off by default) Service & provider: AIDA, the AI service that powers the optional AI features, by Auto Form Builder / Auto Form CRM (https://autoformcrm.com/). Requests are processed by a third-party AI provider, Anthropic. When contacted: only after an administrator activates an AI add-on, connects an AIDA account, and then uses an AI feature. Otherwise nothing is ever sent, and the core form builder never contacts AIDA. Account & cost: the AI features need a free AIDA account (with free trial credits); continued use afterward requires one-time credit packs from autoformcrm.com. The core plugin and all non-AI features stay free and need no account. Your credit balance is shown in the plugin, and purchases always open autoformcrm.com in a new tab (no payment inside the plugin). Data sent (only for the action you trigger): the form description and any document you upload when building a form; the submission content when you request a summary, a suggested reply, or an “ask across submissions” answer, or when the admin assistant answers about your forms/submissions; the messages you type into the admin assistant; and, only if you enable AI Conversation on a public form, the chat messages visitors type. Your AIDA token is sent server-side only to authenticate, stored encrypted, and never exposed to the browser. Data NOT sent: nothing for any AI feature you do not use, no form/submission content beyond the action you trigger, and never passwords handled by WordPress core. Purpose: to provide AI form building, submission summaries and replies, the admin assistant, and conversational forms. Terms / privacy: https://autoformcrm.com/terms and https://autoformcrm.com/privacy (Auto Form CRM / AIDA); Anthropic — https://www.anthropic.com/legal/commercial-terms and https://www.anthropic.com/legal/privacy. Anonymous Deactivation Feedback (opt-in, one-time) Service & provider: Auto Form Builder feedback endpoint, https://autoformbuilder.com/afb-deactivation-feedback.php (https://autoformbuilder.com/). When contacted: only when an administrator clicks “Submit & Deactivate” in the optional dialog shown on deactivation. Skipping, closing, or dismissing it sends nothing. Data sent: the reason you selected, an optional explanation (max 1000 characters), your WordPress, PHP and plugin versions, and your site locale. The exact JSON payload is shown in the dialog before anything is sent. Data NOT sent: site URL, administrator name or email, user ID, IP address, or any form/submission data (the request User-Agent is neutralized so it carries no site URL). Purpose: to understand why users deactivate the plugin and prioritise improvements. Terms / privacy: https://autoformbuilder.com/ Anonymous Usage Data (opt-in, off by default) Service & provider: Auto Form Builder telemetry endpoint, https://autoformbuilder.com/afb-telemetry.php (https://autoformbuilder.com/). When contacted: only if you enable “Help improve Auto Form Builder by sending anonymous usage data” (in onboarding or Settings → General) — then a one-time “install” event on opt-in and an “uninstall” event on deletion. Turning it off stops all further requests. Data sent: a locally generated anonymous site ID (not derived from your URL), the plugin / WordPress / PHP / MySQL versions, the plugin version at install, your site locale, whether the site is multisite, days since install, approximate form and submission counts as ranges (never exact), active add-ons, and whether onboarding was completed. The full list is shown next to the opt-in checkbox. Data NOT sent: site URL, administrator name or email, user ID, IP address, or any form/submission content. Purpose: to measure the uninstall rate and which environments and usage levels correlate with leaving, so we can prioritise improvements. Terms / privacy: https://autoformbuilder.com/privacy/ Slack Notifications (optional add-on, off by default) Service & provider: Slack Incoming Webhooks, Slack Technologies, LLC (https://slack.com/). Only hooks.slack.com URLs are accepted; no other host is ever contacted. When contacted: only after you activate the add-on, set a webhook URL you created in your own Slack workspace, and enable it for a form — then on each submission of that form and when you click “Send Test”. Data sent: the form title and your site name; the values a visitor submitted only if you also enable “Include answers” for that form. Passwords, CAPTCHA values, file contents, and server file paths are never sent; uploaded files appear by filename only. Purpose: to notify your team in Slack about new form submissions in real time. Terms / privacy: https://slack.com/terms-of-service and https://slack.com/trust/privacy/privacy-policy