Linux 软件免费装
Banner图

Advanced Testimonial

开发者 devmonowar
更新时间 2026年7月11日 16:10
PHP版本: 7.4 及以上
WordPress版本: 7.0
版权: GPLv2 or later
版权网址: 版权信息

标签

testimonials social proof customer reviews testimonial block review carousel

下载

2.0.3 2.0.4 2.0.5 2.0.6 2.0.1 2.0.2

详情介绍:

Turn happy customers into your best marketing. Advanced Testimonial helps you collect trust, build social proof and increase conversions by showcasing real client reviews anywhere on your WordPress site — in beautiful grids, carousels, cards and more. Manage reviews like regular posts, group them, and drop them onto any page with a shortcode, a Gutenberg block or an Elementor widget. Why Advanced Testimonial? Everything you need

安装:

  1. Upload the advanced-testimonial folder to /wp-content/plugins/.
  2. Activate the plugin through the Plugins screen in WordPress.
  3. Add testimonials under the new Testimonials menu.
  4. Display them anywhere with the [advanced_testimonial] shortcode or the Advanced Testimonial block.

屏幕截图:

  • Carousel layout — a lightweight, swipeable slider with navigation arrows and dots.
  • Nine card styles — the same testimonial in Modern, Minimal, Bubble, Bold, Gradient and Retro; mix any style with any layout.
  • Fully responsive — testimonials look great on mobile right out of the box.
  • Marquee layout in action — animated preview of the continuous scroll with edge fades.
  • Group filter tabs in action — click any tab to instantly filter testimonials by group.
  • Testimonial edit screen — every review field (rating, company, logo, video, socials and more) in one clean meta box.
  • Front-end submission form — visitors submit reviews with built-in spam protection; you approve them from a Pending queue.
  • Demo Library — browse ready-made testimonial sets by category and import one (with images) in a single click.
  • Video testimonials — cards show a play button; the video opens in a lightbox (YouTube, Vimeo or self-hosted MP4).

升级注意事项:

2.0.6 Adds nine card styles, video testimonials (YouTube, Vimeo or MP4 in a lightbox), rating sort and a verified-only filter. Recommended update. 2.0.5 Adds a front-end submission form with spam protection and a Pending-review queue. Recommended update. 2.0.4 Big update: an Elementor widget, a new Marquee layout, half-star ratings, review headlines, group filters, Read more / Load more, and a searchable Demo Library. Recommended update. 2.0.3 Adds a Demo Library "Refresh" button and clears the demo cache from Tools → Clear Cache. Recommended update. 2.0.2 Adds a Tools tab, Demo Library with one-click imports, optional headings, more style controls and accessibility improvements. Recommended update.

常见问题:

How do I display testimonials?

Use the [advanced_testimonial] shortcode anywhere, or add the Advanced Testimonial block in the editor. Example: [advanced_testimonial layout="grid" columns="3" group="clients" limit="9"].

Which layouts are available?

Grid, List, Card, Carousel, Marquee, Masonry and Spotlight. Set the layout attribute, or pick it in the block. The Marquee layout also has its own scroll speed, direction and card width controls (global defaults in Settings → Styles, with per-block overrides).

How do I group testimonials?

Create groups under Testimonials → Groups, assign testimonials to them, then filter with the group attribute, e.g. [advanced_testimonial group="clients"].

Can I change the colors and styling?

Yes. Go to Testimonials → Settings → Styles for primary/accent/text colors, border radius, spacing, card shadow, button style, avatar shape (circle/rounded/square), rating icon (star or heart) and a default rating for reviews without one. Add your own rules under Advanced → Custom CSS.

Can the cards look different on different pages?

Yes — pick from nine card styles (Classic, Modern, Minimal, Bubble, Bold, Glass, Gradient, Outline, Retro) with the style attribute, e.g. [advanced_testimonial style="modern"]. Every shortcode, block or Elementor widget can use its own style — even two different styles on the same page. Set the site-wide default under Settings → Styles → Card Style.

Can I display specific testimonials only?

Yes — pass their post IDs with the ids attribute: [advanced_testimonial ids="12,34,56"]. They are shown in the order you list them.

Can I add video testimonials?

Yes. Paste a YouTube, Vimeo or self-hosted MP4 URL in the testimonial's Video URL field. The card then shows a video thumbnail with a play button, and the video opens in a lightbox when clicked — nothing loads from YouTube or Vimeo until the visitor actually clicks play. Hide videos on a specific block or shortcode with show_video="0".

How do I show my best reviews first?

Sort by rating with [advanced_testimonial orderby="rating"] (highest first), and show only verified reviews with verified="1". Both options are also available in the block and the Elementor widget.

How do I override the templates?

Copy any file from the plugin's templates/ folder into an advanced-testimonial/ folder in your theme — for example your-theme/advanced-testimonial/grid.php or your-theme/advanced-testimonial/item.php. The plugin loads the theme copy automatically, so your customizations survive plugin updates.

Does it work in the block editor?

Yes — a no-build Gutenberg block with a live preview and full inspector controls (layout, card style, group, columns, order, autoplay and show/hide toggles). It also supports Wide and Full alignment.

Where do the demos come from?

The Demo Library loads ready-made testimonial sets from a free online service provided by the plugin author, hosted on GitHub Pages: https://devmonowar.github.io/wp-plugin-demo-library/advanced-testimonial/ — you can browse every demo there. It is only contacted when you open the Demo Library screen or click Import Demo — no data from your site is ever sent to it; only public demo files (JSON and images) are downloaded into your Media Library. See the "External services" section below for full details and source code links. The plugin works completely without it — the Demo Library is optional.

How do I collect testimonials from visitors?

Add the [at_form] shortcode to any page. Visitors fill in their name, review, rating and optional details (company, job title, location, email). Each submission is saved as "Pending" so you can review it before it goes live — or turn on auto-publish under Testimonials → Settings → Submission Form. You can control which fields appear, set a custom success message and receive an email notification for every new submission — all from Testimonials → Settings → Submission Form.

Can I import or export my testimonials?

Yes. Testimonials → Settings → Tools has a one-click JSON Export of your testimonials, groups and (optionally) plugin settings, and an Import that restores them on any site — handy for backups, staging or moving between sites. The same tab also offers a one-click starter demo, clear cache and reset settings.

Will my data be deleted if I uninstall the plugin?

No. Deactivating or deleting the plugin never removes your testimonials by default. If you want a full clean-up, enable "Remove all plugin data when deleting the plugin" under Settings → Advanced first — only then does deleting the plugin remove testimonials, groups, settings and transients.

Do I need Elementor to use this plugin?

No. The shortcode and the Gutenberg block work with any theme. If Elementor is installed, an Advanced Testimonial widget appears in the Elementor panel automatically — with the same layouts and controls.

Will it slow down my site?

No. CSS/JS load only on pages that actually display testimonials, there is no jQuery and no external libraries, queries are cached, and you can serve minified assets — all configurable under Settings → Performance.

Are there hooks for developers?

Yes. Filters: advanced_testimonial_query_args, advanced_testimonial_item_data, advanced_testimonial_review_html, advanced_testimonial_output, advanced_testimonial_template, advanced_testimonial_card_styles (register your own card style). Actions: advanced_testimonial_before_card, advanced_testimonial_after_card.

Is it accessible and translation-ready?

Yes — ARIA roles, keyboard navigation, visible focus styles, RTL support, and a bundled .pot file for translations.

更新日志:

2.0.6 2.0.5 2.0.4 2.0.3 2.0.2 2.0.1