Slider, gallery, carousel plugin for WordPress. Build your image slider, video slider, post slider, YouTube slider, or WooCommerce product slider.
WP Swiper
Hospedagem WordPress com plugin WP Swiper
Onde devo hospedar o plugin WP Swiper?
Este plugin pode ser hospedado em qualquer hospedagem que tenha WordPress configurado. Recomendamos optar por uma hospedagem de confiança, com servidores especializados para WordPress, como o serviço de hospedagem da MCO2.
Hospedando o plugin WP Swiper em uma empresa de hospedagem confiável
A MCO2, além de configurar e instalar o WordPress na versão mais atual para seus clientes, fornece o plugin WP SafePress, um mecanismo singular que protege e otimiza seu site ao mesmo tempo.
Por que a Hospedagem WordPress funciona melhor na MCO2?
A Hospedagem WordPress funciona melhor pois a MCO2 possui servidores otimizados para WordPress. A instalação de WordPress é diferente de uma instalação trivial, pois habilita imediatamente recursos como otimização de imagens e fotos, proteção da página de login, bloqueio de atividades suspeitas diretamente no firewall, cache avançado e HTTPS ativado por padrão. São plugins que potencializam seu WordPress para a máxima segurança e o máximo desempenho.
WP Swiper adds a flexible carousel block to the WordPress editor. Each slide accepts standard nested blocks, so you can combine images, headings, buttons, video, and other block content without using a separate page builder.
Highlights
- Build slides with nested WordPress blocks.
- Create horizontal or vertical responsive carousels.
- Configure navigation, pagination, autoplay, loop mode, free mode, and transition effects.
- Set responsive breakpoints, spacing, offsets, and slides per view.
- Add background images, focal points, overlays, thumbnails, and custom navigation icons.
- Drag image files into the editor to create slides.
- Load frontend assets only when a slider is detected, with an optional global-loading setting for custom setups.
- Use the bundled Swiper 14 runtime without a jQuery dependency.
Privacy
WP Swiper does not include analytics, advertising, tracking, or telemetry. Images selected through the editor are handled by the standard WordPress Media Library and REST API.
Support and development
For usage questions, use the WordPress.org support forum. Report reproducible bugs and feature requests on GitHub. Security issues should be reported privately according to the repository security policy.
Development is supported through Buy Me a Coffee.
Developer filter
The wpswiper_frontend_js_register_args filter can change the dependencies and loading arguments used for the plugin’s frontend script.
add_filter( 'wpswiper_frontend_js_register_args', function ( $args ) {
$args['deps'][] = 'jquery';
$args['args'] = array(
'in_footer' => true,
'strategy' => 'defer',
);
return $args;
} );
See the wp_enqueue_script() documentation for supported loading arguments.
Contributing
WP Swiper is developed openly on GitHub, and community contributions are welcome.
- Report reproducible bugs through the GitHub issue tracker.
- Suggest focused improvements and new features.
- Improve documentation, translations, accessibility, or test coverage.
- Submit pull requests after reviewing the contribution guide.
Please report security issues privately according to the security policy.
Capturas de tela

Build and configure a responsive slider directly in the WordPress block editor.

Select a slide to manage its background image, thumbnail, focal point, and content blocks.

A published WP Swiper slider with navigation and clickable pagination.
