WordPress maintenance or security needs? Reach out!
TLDWP

Plugin: ai-share-summarize (Used by 45 domains)

AI Share & Summarize

πŸ‘€ Fernando Tellado πŸ”— Plugin Homepage

AI Share & Summarize is the first free plugin published in WordPress.org that combines traditional social media sharing with the innovative functionality of generating summaries while citing the source in the top artificial intelligences.

Main features

Why use this plugin?

This plugin helps you:

  1. Generate natural backlinks: When users summarize your content with AI, they cite your source
  2. Increase your reach: Combine traditional social sharing with AI power
  3. Build authority: Your content becomes a reference source for future queries
  4. Boost engagement: Users can interact with your content in multiple ways
  5. Optimize SEO: Choose the HTML element type that best fits your SEO strategy
  6. Stay ahead: Be among the first to leverage AI for content distribution
  7. Modern appearance: Icons-only mode provides a sleek, professional look
  8. Global reach: Support for LINE, Mastodon, and Threads brings access to diverse communities
  9. Fine control: Exclude specific pages or noindex content automatically
  10. Brand consistency: Custom colors and official brand icons match any site design

Advanced configuration

  • Smart automatic insertion: Choose exactly where to insert buttons (before, after, both, or disabled)
  • Content type control: Select specific post types from all registered in your WordPress
  • Individual exclusion: Hide buttons on any post or page using a meta box checkbox
  • SEO integration: Automatically hide buttons on noindex content
  • Custom AI prompt: Optimize the message sent to AIs for better summaries with citation
  • Custom title text: Configure the text shown before buttons or hide it completely
  • Section titles: Set separate headings for AI and Social button groups
  • Title style control: Choose between h3, h4, h5, h6 or span for the title element
  • SEO optimization: Choose between traditional links or button elements for better link profile control
  • X (Twitter) mentions: Configure your profile for automatic mentions in shares
  • Mastodon instance: Set your Mastodon server for federated sharing
  • Custom additional text: Add personalized text to AI prompts
  • Visual styles: 6 predefined styles including outline and custom colors
  • Button sizes: Compact, normal, large, or fluid width
  • Custom colors: Background and text color picker for full brand control
  • Advanced icon system: Show icons with text, icons-only mode, circular or square icons
  • Button ordering: Organize buttons as social first, AI first, or mixed, with drag & drop reordering within each group
  • Button alignment: Choose left or centered alignment for a cleaner design
  • Data management: Configure retention period (1 month to forever), manual data deletion, and optional cleanup on uninstall
  • Shortcode flexibility: Use [ayudawp_share_buttons] anywhere with extensive parameters

SEO features

Analytics features

  • Click tracking: Every button click is recorded with platform, post, and date
  • Timeline chart: Visualize total clicks over time with a daily breakdown
  • Per-platform timeline: See each platform’s performance in the same chart with brand colors and interactive legend
  • Period comparison: Compare current data with the previous period, same period last year, or a custom date range
  • Comparison indicators: Stat cards show percentage change with color-coded arrows when comparison is active
  • Comparison chart: Timeline switches to total view with a dashed overlay line and a detailed two-column tooltip
  • Platform breakdown table: Ranked list of platforms by total clicks with paginated navigation
  • Content performance table: Ranked list of posts and pages by total clicks with direct links and paginated navigation
  • Platform type badges: Visual distinction between Social and AI platforms in all tables
  • Date range filters: Filter data by 7, 15, 30, 90, 180, 365 days or a custom date range
  • CSV export dropdown: Export the full dataset (current period) or a daily timeline summary, with comparison columns when active
  • Dashboard widget: 7-day sparkline chart and top platforms summary on the WordPress admin homepage
  • VigIA integration: When VigIA plugin is active, cross-reference your share clicks with AI crawler visits
  • Cached queries: Analytics queries are cached for 5 minutes and compatible with Redis and Memcached
  • REST API: Lightweight endpoints power all analytics views without full page reloads

Icon system features

  • Official brand icons: Accurate SVG paths from Simple Icons for recognizable platform representation
  • Icons-only style: Modern button design showing only platform icons
  • Icons with text: Add recognizable icons to the left of button text in any style
  • Responsive design: Icons automatically adapt size and layout for mobile devices
  • Lightweight SVG: Ultra-optimized icons for minimal performance impact
  • Smart tooltips: Platform names appear on hover for ALL buttons
  • Flexible shapes: Choose between circular or square corners for icons-only buttons
  • Consistent sizing: Same dimensions for both link and button elements

Special AI features

  • Multiple AI platforms: Support for 11 different AI services
  • Gemini integration: Automatically copies prompt to clipboard and opens Gemini
  • DeepSeek integration: Automatically copies prompt to clipboard and opens DeepSeek
  • Copilot integration: Automatically copies prompt to clipboard and opens Copilot
  • Qwen integration: Copies prompt to clipboard and opens Alibaba’s AI assistant
  • Meta AI integration: Copies prompt to clipboard and opens Meta’s AI assistant
  • Optimized prompts: Pre-configured messages for best summary results with citation
  • Direct links: Each AI opens with the complete prompt ready to process
  • Source citation: All prompts automatically include your content URL as source
  • Language support: Configure prompts to request responses in any language

Compatibility

  • Supports any WordPress theme following standards
  • Works with Custom Post Types automatically
  • Optimized for WooCommerce products
  • Compatible with page builders (Elementor, Gutenberg, etc.)
  • Multi-language ready with automatic translations
  • No external dependencies or conflicts
  • Compatible with major SEO plugins

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"]

CSS Customization Guide

Since version 1.6.0, 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

DomainExposuresHeadersLast Checked
c*e*t*s*i*r*o*.com F Sep 1, 2026
l*c*y*e*o*.pl (WP 7.1) D Aug 31, 2026
a*s*l*t*i*t*r*s*i*.com F Aug 31, 2026
e*t*b*o*d*a*a*j*e*.com (WP 6.9) F Aug 31, 2026
b*z*o*h*e*o*s.com F Aug 30, 2026
a*f*r*o*i*r*a.org F Aug 30, 2026
r*x*h*n*e.ch F Aug 30, 2026
c*s*-*n*i*o.com F Aug 28, 2026
w*s*w*b.com (WP 6.4.10) F Aug 28, 2026
t*l*n*y*.com A Aug 27, 2026
e*p*n*o*e*a*e*a*i*a*i*n.com F Aug 26, 2026
e*e*e*-*a*s.com A Aug 24, 2026
o*s*c*u*.org (WP 7.1) F Aug 23, 2026
p*e*t*n*l*s*g*e*e*.com C Aug 22, 2026
s*u*a*i*e*m*g.com B Aug 21, 2026
p*o*o*e*n*g*c*o*.com F Aug 21, 2026
p*o*e*i*n.com (WP 7.0.4) A Aug 20, 2026
l*s*i*e*s*e*a*r*t*.com (WP 6.7.7) F Aug 20, 2026
m*g*n*i*.c*m.au (WP 6.4.10) F Aug 20, 2026
a*p*e.es F Aug 17, 2026
p*r*t*e*e*.net (WP 7.0.4) D Aug 15, 2026
w*b*v*d*o.hu (WP 7.0.3) F Aug 8, 2026
a*a*s*p*r*e*a.es B Aug 3, 2026
s*h.fr A Aug 3, 2026
g*l*s*o*e*.ru F Aug 1, 2026
f*r*m*n*z.com (WP 7.0.2) B Jul 30, 2026
l*n*b*l*i*g.ru F Jul 30, 2026
c*r*e*i*l*s*l*f*a*.com F Jul 30, 2026
w*l*i*t*o*e.de A Jul 30, 2026
a*l*g*i*e.com F Jul 29, 2026
i*s*d*g*o*p.fr A Jul 25, 2026
l*b*l*n*a*.com (WP 7.0.2) F Jul 25, 2026
s*o*l*g*6*.ru F Jul 22, 2026
t*r*e*a*e*i*.eus F Jul 22, 2026
s*o*u*.com A Jul 20, 2026
u*l*t*-*i*e*.hu (WP 7.0.2) F Jul 20, 2026
e*e*o*k*t.com (WP 7.0.2) D Jul 20, 2026
x*0*v.com (WP 7.0.1) F Jul 17, 2026
d*t*-*a*o*.com A Jul 17, 2026
h*l*n*r*b*a*.com F Jul 15, 2026
t*a*s*a*e*e.com A Jul 14, 2026
s*a*t*y*.com (WP 6.9.4) A Jul 14, 2026
a*b*r*o*o*b*a.com (WP 7.0.1) F Jul 13, 2026
a*m*o*c*r*s.com A Jul 13, 2026
z*c*v*l*e.com (WP 7.0.1) F Jul 12, 2026

Top 50 Plugins

Plugin Count
elementor 1,737,411
contact-form-7 1,726,346
elementor-pro 1,034,545
woocommerce 802,521
revslider 594,264
jetpack 444,969
js_composer 409,957
wp-rocket 329,414
essential-addons-for-elementor-lite 258,809
gravityforms 253,440
complianz-gdpr 252,711
google-site-kit 245,615
cookie-law-info 224,128
instagram-feed 220,659
sitepress-multilingual-cms 206,939
header-footer-elementor 201,457
google-analytics-for-wordpress 200,251
bluehost-wordpress-plugin 189,813
elementskit-lite 175,013
gutenberg 167,741
litespeed-cache 145,364
cookie-notice 145,209
gutenberg-core 144,944
gtranslate 121,322
the-events-calendar 120,887
wpforms-lite 119,281
astra-sites 109,350
popup-maker 107,338
woocommerce-payments 106,959
tablepress 101,546
honeypot 96,877
coblocks 96,547
astra-addon 91,782
duracelltomi-google-tag-manager 88,726
wp-smushit 88,669
layerslider 86,776
all-in-one-seo-pack 86,706
bb-plugin 84,973
akismet 83,170
ml-slider 82,161
premium-addons-for-elementor 81,329
cleantalk-spam-protect 80,573
mailchimp-for-wp 79,284
megamenu 78,866
ewww-image-optimizer 76,993
jet-engine 76,696
wp-pagenavi 76,693
fusion-builder 75,600
smart-slider-3 74,519
gravityformsrecaptcha 72,949

Top 50 Themes

Theme Count
hello-elementor 611,608
Divi 485,497
astra 404,730
flatsome 144,944
Avada 118,809
generatepress 112,578
pub 100,352
oceanwp 78,510
kadence 77,922
enfold 67,171
salient 63,639
twentyseventeen 53,279
twentytwentyfour 52,245
bb-theme 51,861
betheme 51,658
h4 50,450
cocoon-master 50,170
blocksy 50,067
twentytwentyfive 45,585
woodmart 44,785
dt-the7 44,629
neve 37,206
Avada-Child-Theme 36,474
gox 36,047
lightning 30,722
bridge 30,423
twentytwentyone 29,562
swell 29,213
twentytwenty 28,147
bricks 26,764
Impreza 25,623
Newspaper 23,728
twentytwentythree 21,534
epik-redesign 18,882
twentytwentytwo 18,325
uncode 18,078
twentysixteen 17,391
pro 17,347
storefront 15,865
sydney 15,800
Total 14,140
factory-templates-4 13,862
hello-theme-child-master 13,697
themify-ultra 12,736
hestia 12,343
yootheme 12,296
yith-wonder 11,769
porto 11,634
jupiter 11,633
extendable 11,522