Linux 软件免费装
Banner图

InDesign Random Quotes Widgets

开发者 indesignmedia
更新时间 2026年9月2日 22:27
捐献地址: 去捐款
PHP版本: 7.3 及以上
WordPress版本: 7.1
版权: GPLv2 or later
版权网址: 版权信息

标签

shortcode random quotes quote carousel quote widget

下载

2.0.0 1.0.4 1.0.0 1.2 1.3

详情介绍:

Add a random quote to any page, post, or widget area with a single shortcode. Pick from 16 layouts, run a fading carousel of your full list, and manage everything from a clean admin that saves as you type. What you get Shortcode examples Single random quote using the site-wide default layout: [id_popular_quotes] Pick a specific layout: [id_popular_quotes layout="neon-glow"] Fading carousel: [id_popular_quotes_carousel] Carousel with a specific layout and speed (seconds per slide): [id_popular_quotes_carousel layout="glass" speed="5"] Every layout works for both the single shortcode and the carousel. The admin (Quotes Studio) The settings screen lives under ID Quotes in the main WordPress admin menu. It has two tabs: Every change on this screen saves automatically. A small toast in the corner confirms each save.

安装:

  1. Upload the indesign-random-quotes folder to /wp-content/plugins/, or install the zip from the Plugins screen.
  2. Activate the plugin from the Plugins menu.
  3. Open ID Quotes in the admin menu to add your own quotes or pick a default layout.
  4. Drop [id_popular_quotes] into any page, post, or shortcode-aware widget.

屏幕截图:

  • Layouts tab: click any preview to set the site-wide default layout.

升级注意事项:

2.0.0 Major admin redesign. Every change saves automatically, so the Save button is gone. Shortcodes work exactly the same, and any layout you had set via a shortcode attribute keeps working. 1.4 Internal refactor into an includes/ folder plus small security hardening. No visible changes to shortcodes, options, or output. 1.2 The settings have moved. Look for "ID Quotes" as a top-level menu item. 1.1 You can now manage your own quotes from the admin and use the layout shortcode attribute.

常见问题:

How do I show a random quote on my site?

Paste [id_popular_quotes] into any page, post, or shortcode-aware widget. Each page load picks a fresh random quote from your active list.

How do I add my own quotes?

Open ID Quotes in the admin menu, make sure Manual is selected, and use the "Add a new quote" form. Type the quote, type the author, click Add. It appears in the list below as a card.

Do I need to click Save?

No. Everything on the settings screen saves automatically as you click, type, edit, or drag. A small toast in the corner confirms each save.

Can I edit or delete a quote after I added it?

Yes. Each quote card has a pencil icon (edit inline) and a trash icon (delete). Both save straight away.

Can I reorder my quotes?

Yes. Grab the six-dot handle on the left of any card and drag it up or down. The new order saves automatically.

How do I set a default design for every shortcode at once?

Open the Layouts tab and click any preview card. That layout becomes the site-wide default, and any shortcode without a layout attribute uses it from then on. The status banner at the top of the page updates instantly.

How do I use a specific design in one shortcode?

Add the layout attribute with the layout slug, for example [id_popular_quotes layout="typewriter"] or [id_popular_quotes_carousel layout="cyber-punk"]. Layouts set this way override the site-wide default for that shortcode only.

What is the difference between Manual and Universal mode?

Manual serves only the quotes you add. Universal serves the built-in list of 100 popular quotes. Switch between them at any time by clicking the mode card. Your manual quotes stay saved even when Universal is active.

What happens if Manual mode is on but I have no quotes yet?

The plugin falls back to the built-in universal list, so visitors never see a blank space.

How do I run a carousel and change the fade speed?

Use [id_popular_quotes_carousel] and add speed="10" in seconds to control the interval. For example, [id_popular_quotes_carousel layout="glass" speed="5"] fades every five seconds.

Can I put multiple shortcodes on the same page?

Yes. Each one runs on its own, so different layouts and carousels can coexist on the same page.

Where can I copy the shortcode for a specific layout?

Open the Layouts tab. Each preview card has two ready-to-copy shortcodes: one for the single quote and one for the carousel. Click either to copy.

Can I search the built-in Universal collection?

Yes. In the admin, switch to Universal mode and use the search box above the list to filter by quote text or author name.

Does the plugin work with Elementor, Divi, or other page builders?

Yes. The shortcodes work in any builder that supports shortcodes. In Elementor, use a Shortcode widget or Text Editor. In Divi, use a Code module. In Beaver Builder, use a Text module.

Will it slow down my site?

No. The front end loads one small CSS file and adds no JavaScript unless a carousel is on the page. Quotes are stored in a WordPress option, so there are no extra database queries per page load.

What happens to my quotes if I deactivate the plugin?

Your quotes and settings stay in the database, so if you reactivate the plugin later everything is exactly where you left it.

Does the plugin use jQuery?

No. The admin uses vanilla JavaScript. The front end loads a single small CSS file and only prints a tiny inline script when you use the carousel shortcode.

更新日志:

2.0.0 1.4 1.0.4 1.3 1.2 1.1 1.0