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%
SaffireTech Related Products for WooCommerce
Boost sales with our AI WooCommerce Related Products plugin! Set custom related product suggestions by AI with our WooCommerce related products plugin Supercharge your store with AI Related Products for WooCommerce! This innovative WooCommerce related products plugin harnesses the power of AI to deliver custom related products, boost sales for your WooCommerce store with smart WooCommerce product suggestions. Plus, with features like bulk updates, custom shortcodes, and a blazing-fast WooCommerce related products slider (AJAX), you’ll have full control over your WooCommerce store’s suggestions! For AI Functionality, this plugin offers a wide range of ChatGPT AI models like GPT-4o, GPT-4o mini, GPT-4 Turbo, GPT-4, GPT-3.5 Turbo and much more. Please make sure you read the disclaimer. Key features of AI Related Products for WooCommerce plugin AI Powered Related Product Recommendations Effortlessly suggest custom related products for individual items in your store. Using ChatGPT, the plugin analyzes product names and descriptions to automatically suggest accurate related products. You can also bulk update AI-generated suggestions across multiple products, saving valuable time. Bulk Update Related Products Say goodbye to manually updating related products for each item. This plugin allows you to update related products in bulk, saving you from the hassle of updating them one by one. Custom Shortcode with AJAX Slider Display your WooCommerce related products in style with a sleek, lightning-fast AJAX slider. Using the custom shortcode [rpwfr_custom_related_products_display], you can place your related products slider anywhere on your product pages. The WooCommerce related products slider ensures a smooth browsing experience by quickly loading products without slowing down your site. Full Compatibility with WooCommerce Product Types Whether you sell simple, variable, grouped, or downloadable products, the AI Related Products for WooCommerce plugin is fully compatible, showcasing related products for all types of WooCommerce products. Customize Related Products Per Device Tailor your store’s layout by setting the number of related products displayed per row on desktop, mobile, and tablet devices. Deliver a seamless user experience across all screen sizes. Suggesting related products for your WooCommerce store just got smarter! With the Related Products Pro for WooCommerce – the Premium version of this related products plugin, you can seamlessly take your store to the next level. Here’s what’s new: WooCommerce Product Suggestions for Related Products, Upsells, and Cross-sells Let AI take charge! With the power of ChatGPT, the plugin not only suggests related products but also automatically recommends upsells and cross-sells. It’s like having a personal AI assistant that boosts your sales by intelligently suggesting products, tailored to your store’s inventory—all in a matter of minutes! Bulk AI Requests for Faster Product Management Easily send bulk requests for up to 50 products at once, or filter by specific WooCommerce categories to receive AI-powered product suggestions. No longer have to manually update each product individually, saving you time and hassle! Unlock Advanced AI Prompts for Precise Suggestions With Related Products Pro for WooCommerce, you can enhance your AI prompts by adding two new data points – Product URL and Product Price – to get even more accurate WooCommerce product suggestions. For custom related products, you can also create a personalized AI prompt tailored specifically to your store’s needs. Custom AI Prompt Configuration For AI experts, the Related Products Pro for WooCommerce allows you to set your own custom AI prompts, giving you total control over the type of related products or upsells suggested by the AI. Fine-tune the prompt for even more specific and relevant AI product suggestions. Enhanced AJAX Slider for Related Products Take your WooCommerce related products slider to the next level with additional customization options. Display product ratings, sale prices, and even hide out-of-stock products from the slider. These advanced settings ensure that the related products slider showcases the best of your store, enhancing user experience. AI Recommendation Logs for Full Control Stay organized with a detailed AI recommendations log, tracking every AI product suggestions. The log includes information like date, time, status, and token usage for full transparency. Need to adjust a suggestion? Use the “Edit Product Recommendation” feature to quickly modify any related products, upsells, or cross-sells. Custom Related Products Instead of letting WooCommerce decide your Related Products, set Custom Related Products of your choice – Opt to show by Category, Tag, or Handpick products yourself. Maximize Product Visibility Implement a Customizable AJAX Slider for Tailored Related Products with a Custom Shortcode. Set as many products as you want without breaking the product page. Boost Your Sales Setting Related Products, UpSells and Cross-Sells for WooCommerce products has never been easier. Use this plugin to set them up quickly, increase product visibility and increase your sales in the process. Disclaimer Our plugin Related Products for WooCommerce is developed to ease the integration of large language models (LLMs) such as ChatGPT provided by OpenAI for getting product suggestions. To use AI functionality, users must supply their own API key, obtained from OpenAI. By using our plugin, Related Products for WooCommerce, users are bound by the terms of use, privacy policy, and other legal agreements of Open AI. By using our product, Related Products for WooCommerce, you acknowledge and agree to the following: Related Products for WooCommerce serve as an intermediary tool for using AI services that allows you to share details of your products in your store on your request to AI in order to find the best possible product recommendations for your store. Related Products for WooCommerce do not guarantee the accuracy or appropriateness of the product suggestions generated by the AI. You are solely responsible for monitoring, reviewing, and managing the product suggestions generated by the AI Related Products for WooCommerce plugin, as well as for dealing with any abuse or issues that may arise from its use. Related Products for WooCommerce, its developer, SaffireTech, and any associated parties shall not be held liable for any damages or losses, direct or indirect, resulting from the use of the plugin or the product suggestions generated by the AI functionality. You are responsible for ensuring compliance with all applicable regulations within your jurisdiction. This includes but is not limited to, adherence to privacy laws and regulations governing the use of artificial intelligence technology. Recommended Plugins: Discontinued Product Stock Status for WooCommerce Dynamic Cart Messages for WooCommerce HIRE THE EXPERTS Looking for tailored WooCommerce development services that tackle your unique business challenges? Our expert developers have partnered with numerous businesses to help them achieve their objectives. Tell us your requirements today! Keep up to date with us by subscribing to the newsletter, following us on Twitter and liking us on Facebook. If you enjoy using the software we’d love it if you could give us a review!