Title: rtCarousel
Author: rtCamp
Published: <strong>2026年6月4日</strong>
Last modified: 2026年6月4日

---

プラグインを検索

![](https://ps.w.org/rt-carousel/assets/banner-772x250.png?rev=3560803)

![](https://ps.w.org/rt-carousel/assets/icon-256x256.png?rev=3560803)

# rtCarousel

 作者: [rtCamp](https://profiles.wordpress.org/rtcamp/)

[ダウンロード](https://downloads.wordpress.org/plugin/rt-carousel.2.0.1.zip)

 * [詳細](https://ja.wordpress.org/plugins/rt-carousel/#description)
 * [レビュー](https://ja.wordpress.org/plugins/rt-carousel/#reviews)
 *  [インストール](https://ja.wordpress.org/plugins/rt-carousel/#installation)
 * [開発](https://ja.wordpress.org/plugins/rt-carousel/#developers)

 [サポート](https://wordpress.org/support/plugin/rt-carousel/)

## 説明

**rtCarousel** is a flexible, accessible carousel block for the WordPress block 
editor. Build dynamic carousels for posts, testimonials, images, and more—without
writing code.

#### Features

 * **Compound Block Architecture** – Mix and match any blocks inside the carousel
 * **High Performance** – Powered by Embla Carousel v8
 * **Interactivity API** – Reactive state management with zero hydration overhead
 * **Query Loop Support** – Each post in a Query Loop becomes a slide automatically
 * **Accessibility** – W3C-compliant roles, labels, and keyboard navigation
 * **RTL Support** – Built-in support for Right-to-Left languages

#### Block Components

 1. **Carousel** – The main wrapper and controller
 2. **Carousel Viewport** – The visible scrolling area
 3. **Carousel Slide** – Container for individual slides
 4. **Carousel Controls** – Previous/Next navigation buttons
 5. **Carousel Dots** – Pagination indicators

#### Use Cases

 * Image galleries and sliders
 * Testimonial carousels
 * Post/product showcases
 * Logo showcases
 * Hero banners with multiple slides

#### Source Code

This plugin release includes transpiled production assets for performance. The complete,
human-readable source code is publicly available at:

 * https://github.com/rtCamp/rt-carousel

Build scripts, development files, and original TypeScript/JavaScript/PHP sources
are maintained in that repository.

## スクリーンショット

 * [[
 * Carousel block in the editor with multiple slides
 * [[
 * [[
 * [[

## ブロック

このプラグインは6個のブロックを提供します。

 *   Carousel Dots Navigation dots for the carousel.
 *   Carousel Progress Progress bar for the carousel.
 *   Carousel Carousel container using Embla and Interactivity API.
 *   Carousel Controls Navigation buttons for the carousel.
 *   Carousel Viewport Viewport container for carousel slides.
 *   Carousel Slide A single slide within the carousel.

## インストール

 1. Upload the `rt-carousel` folder to `/wp-content/plugins/`
 2. Activate the plugin through the **Plugins** menu in WordPress
 3. In the block editor, search for “Carousel” and insert the block

## FAQ

### Does it work with Full Site Editing?

Yes! rtCarousel is fully compatible with FSE. Use it in templates, template parts,
and anywhere blocks are supported.

### Can I nest other blocks inside slides?

Absolutely. Each slide accepts any WordPress block—images, paragraphs, groups, columns,
and third-party blocks.

### Does it support the Query Loop block?

Yes. Add a Query Loop inside the Carousel Viewport, and each post becomes a slide
automatically.

### Is it accessible?

Yes. The carousel follows W3C accessibility guidelines with proper ARIA roles, labels,
and full keyboard navigation.

### Can I have multiple carousels on the same page?

Yes. Each carousel instance maintains its own independent state.

### I am using “Carousel Kit”. How do I upgrade to rtCarousel?

rtCarousel is the successor to Carousel Kit. Simply install and activate rtCarousel—
it will automatically migrate all existing carousel blocks in your content. You 
will see an admin notice prompting you to deactivate the old Carousel Kit plugin.
After deactivating it, you can safely delete it.

## 評価

このプラグインにはレビューがありません。

## 貢献者と開発者

rtCarousel はオープンソースソフトウェアです。以下の人々がこのプラグインに貢献してい
ます。

貢献者

 *   [ rtCamp ](https://profiles.wordpress.org/rtcamp/)
 *   [ danish17 ](https://profiles.wordpress.org/danish17/)
 *   [ Masud Rana ](https://profiles.wordpress.org/immasud/)
 *   [ Gagan Deep Singh ](https://profiles.wordpress.org/gagan0123/)
 *   [ up1512001 ](https://profiles.wordpress.org/up1512001/)
 *   [ Sagar Tamang ](https://profiles.wordpress.org/mi5t4n/)
 *   [ Aviral Mittal ](https://profiles.wordpress.org/aviral89/)
 *   [ Vishal Kotak ](https://profiles.wordpress.org/vishal4669/)
 *   [ Raj Patel ](https://profiles.wordpress.org/imrraaj/)
 *   [ Aishwarrya Pande ](https://profiles.wordpress.org/aishwarryapande/)

[“rtCarousel” をあなたの言語に翻訳しましょう。](https://translate.wordpress.org/projects/wp-plugins/rt-carousel)

### 開発に興味がありますか ?

[コードを閲覧](https://plugins.trac.wordpress.org/browser/rt-carousel/)するか、[SVN リポジトリ](https://plugins.svn.wordpress.org/rt-carousel/)
をチェックするか、[開発ログ](https://plugins.trac.wordpress.org/log/rt-carousel/)
を [RSS](https://plugins.trac.wordpress.org/log/rt-carousel/?limit=100&mode=stop_on_copy&format=rss)
で購読してみてください。

## 変更履歴

#### 2.0.1

 * New: Add a11y announcements for carousel slide changes
 * Fix: Carousel dot focus loss with VoiceOver activation
 * Refactor: Replace automatic plugin deactivation with an admin notice

#### 2.0.0

 * New: Carousel progress bar block
 * New: Vertical alignment support for carousel slides
 * New: wp-env configuration for local development
 * Fix: Navigation buttons and drag not working in vertical Query Loop carousels
 * Fix: Block toolbar remaining visible when selected slide scrolls out of view
 * Fix: Carousel initialization state not properly tracked
 * Fix: Remove development files from distribution package
 * Refactor: Rename plugin from “Carousel Kit” to “rtCarousel” with automatic content
   migration

#### 1.0.4

 * New: Update minimum requirements to PHP 8.2 and WordPress 6.6
 * New: Implement PHP class autoloader for better performance and security
 * New: Add localization support and updated .pot files
 * New: Add uninstall.php for clean data removal upon plugin deletion
 * New: Add placeholder logos and updated hero carousel patterns
 * New: Add new screenshot images for WordPress.org plugin preview
 * New: Add direct access protection for core PHP files and Autoloader
 * Fix: Resolve CSS linting issues and remove unnecessary grid properties
 * Fix: Improve transition effects and clean up unused style properties
 * Fix: Update package dependencies (minimatch, serialize-javascript, svgo, and 
   immutable)
 * Fix: Update @wordpress/scripts to allow minor updates and maintain compatibility
 * Fix: Refine .distignore and distribution targets to minimize package size
 * Fix: Standardize script paths in composer.json to use local binaries
 * Fix: Correct release links in documentation and update contributor lists
 * Fix: Update PHPCS and PHPStan configurations for better development workflow

#### 1.0.3

 * Fix: (Editor): Prevent ghost slides and state corruption when clicking between
   slides
 * Fix: Swap misplaced editor images and remove hardcoded aspect ratio
 * Fix: Outdated plugin version in plugin header

#### 1.0.2

 * Fix: Demo pattern now shows 4 slides per view
 * Fix: Replace PNG images with optimized WEBP format
 * New: Setup wizard styles
 * New: Slide appender and setup wizard

[CHECK THE FULL CHANGELOG](https://github.com/rtCamp/rt-carousel/blob/main/CHANGELOG.md)

## メタ

 *  バージョン **2.0.1**
 *  最終更新日 **4日前**
 *  有効インストール数 **10未満**
 *  WordPress バージョン ** 6.6またはそれ以降 **
 *  検証済み最新バージョン: **6.9.4**
 *  PHP バージョン ** 8.2またはそれ以降 **
 *  言語
 * [English (US)](https://wordpress.org/plugins/rt-carousel/)
 * タグ
 * [block](https://ja.wordpress.org/plugins/tags/block/)[carousel](https://ja.wordpress.org/plugins/tags/carousel/)
   [interactivity api](https://ja.wordpress.org/plugins/tags/interactivity-api/)
   [slider](https://ja.wordpress.org/plugins/tags/slider/)
 *  [詳細を表示](https://ja.wordpress.org/plugins/rt-carousel/advanced/)

## 評価

レビューはまだ送信されていません。

[Your review](https://wordpress.org/support/plugin/rt-carousel/reviews/#new-post)

[すべてのレビューを見る](https://wordpress.org/support/plugin/rt-carousel/reviews/)

## 貢献者

 *   [ rtCamp ](https://profiles.wordpress.org/rtcamp/)
 *   [ danish17 ](https://profiles.wordpress.org/danish17/)
 *   [ Masud Rana ](https://profiles.wordpress.org/immasud/)
 *   [ Gagan Deep Singh ](https://profiles.wordpress.org/gagan0123/)
 *   [ up1512001 ](https://profiles.wordpress.org/up1512001/)
 *   [ Sagar Tamang ](https://profiles.wordpress.org/mi5t4n/)
 *   [ Aviral Mittal ](https://profiles.wordpress.org/aviral89/)
 *   [ Vishal Kotak ](https://profiles.wordpress.org/vishal4669/)
 *   [ Raj Patel ](https://profiles.wordpress.org/imrraaj/)
 *   [ Aishwarrya Pande ](https://profiles.wordpress.org/aishwarryapande/)

## サポート

意見や質問がありますか ?

 [サポートフォーラムを表示](https://wordpress.org/support/plugin/rt-carousel/)