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%
AI Infographic Maker
AI Infographics Maker with Charts and Graphs – iList Infographics & elegant Lists are now easy to make with iList using OpenAI to generate contents. Create impressive Listicles quickly. iList is first of its kind WordPress plugin to create free AI Infographic from your WordPress backend. Use AI to generate the infographics for you! 🚀 Upgrade to Inforgraphic Maker iList Pro Now now! 🚀 Support, Bug Report, Feature Requests | Infographic Maker Pro Version with ChatGPT Demo | Automatically create Infographics with AI //-> Try our Free ChatBot for WordPress with AI – WPBot plugin. It is an easy to use, Native, No coding required, AI ChatBot to provide Automated Live Chat Support. Use ChatBot to answer user questions and also collect information from the users using conversational forms. It can be also be powered by DialogFlow, Tavily or OpenAI ChatGPT or simply use the built-in features to provide Live support and collect user data. ++++ Grab the Best ChatBot for WordPress WPBot Now! Make elegant listicles effortlessly directly from the WordPress backend using ChatGPT AI. Data visualiation is now easy! Build Dynamic, HTML & Responsive infographics (data visualizer) or elegant Text and Image Lists easily with embedded HTML5 charts and graphs. Display the infographic on any WordPress page or post with a short code for elegant data visualization. iList is compatible with Gutenberg and other visual editors like elementor. It also includes a Shortcode Generator Block for Gutenberg. Getting Started with the Infographic Maker – iList (PRO) This is a new way to create, curate and visualize useful contents or listicles and display them with elegant designs. Make elegant text lists, image lists or infographics that your users will love, bookmark, embed and share! Not convinced? Check our starter guide on how to make Infographics quickly and easily with iList under 15 minutes. You can allow people to cast votes for your list and infographic items. You can allow anyone to embed your infographic or list on their websites! As a HUGE added bonus this creates BackLink opportunities for you because each embed code generates a backlink to your own website with custom anchor text as you define. Charts and Graphs with iList iList supports creating and adding Bar chart, Line Chart, Polar Area Chart, Radar Chart, Pie Chart and Doughnut Charts. Making a chart or graph is as easy as eating a pie and allows you rich data visualization in the form of infographic. The chart creation and adding processes are fully integrated with iList. Google’s chartjs livrary is used to generate the charts. Chartjs uses the HTML5 canvas element. It supports all modern browsers, and polyfills provide support for IE7/8. Who is it for? Free Online Infographic maker iList is a must have plugin for you if you are a: Blogger SEO Specialist Content Curator Marketer Webmaster Data Visualizer Anyone with a WordPress website iList Demos Premium Info Graphic Template 19 iList Features with Chart Demo Chocolate Infographic Template Check out Demos of All Available Templates What Can You Do with the AI Infographic Maker iList? Data Visualization – Create beautiful, elegant Infographic with Charts and Graphs, Text Lists or Graphics Lists easily by simply adding your own text and images and then selecting a template of your choice. Then show the iList on any page of your website anywhere. The Infographic or Lists are all dynamic and HTML – so they are fully SEO friendly. They are also Responsive – so readable in any screen size. Info graphics are embeddable – so anyone else can share them on their websites People can vote for each individual Infographics or List items – so your users can interact with them They are customizable for every aspect of colors and fonts Create Infographics Automatically with OpenAI, ChatGPT Starter guide to make Infographics with iList. How does iList help you? iList lets you make unique and responsive Lists and Infographics free with any text and images or a combination of both (infographics) with HTML5 charts and graphs. This is the first WordPress plugin that lets you build HTML infographics with charts and graphs. Make an infographic list with text and images and select an elegant infographic template to show on any page of the website anywhere. The infographics are HTML and Responsive. The infographic templates are beautiful and you can just take a screenshot and share as an image should you want to. iList Data Visualization Advantage Making beautiful looking lists used to take a significant CSS knowledge. With iList you get nice looking List designs without any programming or design knowledge. Forget those old style boring List styles and layouts. This innovative and powerful, yet simple Infographics and List maker WordPress PlugIn allows you to create and curate comprehensive Lists with text and images with ease. Build Useful Lists or Infographics share with your website users; and let them share yours! Possibilities are endless. iList Features iList, Infographic maker lite version, comes bundled with 20+ modern and great looking Infographic, text or image List templates that are fully Responsive, Masonry and integrates with your current theme easily. We are working on more templates to release soon. The advanced embed feature allows other website users to embed your infographics on their websites, thereby increasing sharing and engagement on your own site! iList Pro Features iList Pro comes with 80+ templates a bunch of advanced features like adding additional details to show in lightbox. Enable share on twitter, copy text and embedding features to make your infographics more interactive. Visual Text Editor for Descriptions and Save as Image features! iList Pro also supports multi page listicle builder with ad space and unique URLs for each slide! Upgrade to iList Pro for More Features Unlimited iLists – Info Lists, Graphics Lists, InfoGraphics & MultiPage Listicles! Integration with OpenAI Create Infographics Automatically with OpenAI, ChatGPT Create Elegant Lists or Infographics Directly from WordPress Backend. Integration with OpenAI Create Infographics Automatically with OpenAI, ChatGPT Make Multi page Listicles with unique URLs and Ad Space to generate money Shortcode Generator Infographic Block for Gutenberg 80+ Beautiful, Responsive Templates Create Dynamic Infographics Easily and also save as Image Create Dynamic Image Lists Easily Create Dynamic Text Lists Easily Create Once Use Anywhere! Check Preview from the WordPress backend Save Infographics as an Image! Responsive, Editable, Animated Extensive Options for Control Over Display Elegant Box View or Open Width Define Infographic Width Link Image to a Custom URL Visual Editor for Short and Long Description Fields Format Your List itemss with Bold, Links, Colors etc. Assign Different Background Colors for Each Item Integrated Font Awesome Icons Show Chart or primary Image with Infographic Embed option. Other website owners can now embed the useful Infographics and lists you create on their websites with a backlink to your own website. Great for SEO! Create charts and graphs and add to your iLists with few clicks. Pie Chart, Bar chart, Line Chart, Polar Area Chart, Radar Chart, and Doughnut Chart are supported Google ChartJS implementation with HTML5, responsive charts and graphs iChart editor button that lets you create charts on any page anywhere – even without an iList! Configurable iList Highlight Colors for Each List Allow Site Users to Up Vote Infographic Items Enable Share button to copy individual list item Enable Share button to share a list item on Twitter Long Description Field Show Long Description in LightBox Modal When Available Control Infograohic Items Ordering Quick and Intuitive Admin Area to Make Infographics Easily Pick from 800+ Google Fonts for Title and Description Customize iList templates from your active theme‘s folder. Custom CSS to Add Your Own Style Pre Designed Title Area RTL support Compare Two Lists Show Percentage Bars Priority Support and Help 🚀 iList Pro now supports creating Infographics Automatically with OpenAI (ChatGPT)! ++ Download Free ChatBot from WordPress WPBot from GITHUB ShortCode Generator You are encouraged to use the handy Short Code generator from your page Visual Editor bar. But here are the shortcode parameterd if you want to do it manually. Shortcode Example [qcld-ilist mode=”one” list_id=”75″ column=2] Available Parameters: 1. mode Value for this option can be set as “one” or “all”. Example: mode=”one” column Avaialble values: “1”, “2”, “3”. Example: column=1 list_id Applicable if you want to display a single list [not all]. You can provide specific list id here as a value. You can also get ready shortcode for a single list under “Manage List Items” menu. Example: list_id=”404″ upvote Values: on or off. This options allows upvoting of your list items. Example: upvote=”on” Use After activating the plugin, create some lists. Create a new page or post. In the body section write this shortcode [qcld-ilist mode=”one” list_id=”YOUR LIST ID COPIED FROM Manage iList Items Page”] Save the page/post and check the page in front end. You’ll see a nicely designed Infographic or List. Under the settings page in admin you can find the help in “Tabbed Category” menu.