TW Simple Slider
TW Simple Slider is an easy-to-use WordPress plugin that allows you to create beautiful image sliders without any coding knowledge. Simply add your images, choose a slider style, and display it anywhere on your site using a shortcode. Key Features Simple Interface – Just add images and select slider type Multiple Slider Styles – Basic, Fade, and Infinite Scroll Drag & Drop – Easily reorder images by dragging Responsive Design – Works perfectly on all devices Shortcode Support – Display sliders anywhere using [tw_slider id=”123″] Lightweight – All resources included locally No Coding Required – User-friendly admin interface How to Use Creating Your First Slider Go to Sliders → Add New in WordPress admin Enter a title for your slider (e.g., “Homepage Slider”) Click Add Images button to upload/select images Drag and drop images to reorder them Select your preferred slider settings from the sidebar Click Publish Copy the shortcode displayed in the sidebar Paste the shortcode in any post, page, or widget Displaying Sliders Using Shortcode: [tw_slider id=”123″] – Replace 123 with your slider ID In Posts/Pages: Simply paste the shortcode in the content editor In Widgets: Use the Text widget and paste the shortcode Privacy / External Service This plugin can optionally connect to an external support service operated by Technology Wisdom. Service: https://pluginsupport.technologywisdom.com Terms of Use: https://pluginsupport.technologywisdom.com/terms-of-use/ Privacy Policy: https://pluginsupport.technologywisdom.com/privacy-policy/ The service is used to provide in-plugin support messaging, feedback forwarding, announcements, and connection status for opted-in sites. Opt-in consent (required before any connection): When you activate the plugin, an admin notice asks whether you want to allow the support connection. You can choose Allow Support Connection or No Thanks. If you allow the connection, the plugin may send: site URL, site name, admin email, plugin name/version, WordPress version, and PHP version. Support requests and review/feedback details are sent only when you submit those forms. The plugin may also check weekly for announcements from Technology Wisdom. While the connection is enabled, the plugin may also report a connection status to the portal so we can tell whether the site is Active, Deactivated, Disconnected, or Deleted. Status is only sent after you opt in. If you decline (or never accept), that data is not sent to the support portal. The plugin’s core feature continues to work normally without the connection. You are never required to allow the connection to use the plugin. You can disconnect the support connection at any time from the plugin’s Support page by choosing Disable priority support. After you disconnect, the plugin stops sending status updates, support traffic, and announcement checks. Support and rating forms also include their own consent checkboxes before site information is included with a submission. Please review the service Terms of Use and Privacy Policy before enabling the connection. License This plugin is licensed under the GPL-2.0+ License. You can freely use, modify, and distribute it under the terms of this license. See the full license at: https://opensource.org/licenses/GPL-2.0
Top keywords
- support12×2.38%
- connection11×2.18%
- slider11×2.18%
- shortcode7×1.39%
- images6×1.19%
- service5×0.99%
- site5×0.99%
- add4×0.79%
- admin4×0.79%
- allow4×0.79%
- https4×0.79%
- license4×0.79%
WP Swiper
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. Choose from seven editable in-block starter templates without adding extra block types. 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. Accessibility Since version 1.4.6, WP Swiper removes non-visible slides from the accessibility tree and keyboard tab order. Focusable content is restored when its slide becomes visible, including in responsive layouts that display multiple slides. This behavior addresses one carousel accessibility barrier, but it is not a certification that WP Swiper or a website using it conforms to WCAG. Conformance must be evaluated for the complete published page and depends on the carousel configuration, slide content, theme, and other integrations. Site authors remain responsible for accessible content and configuration. Provide meaningful image alternatives, logical headings, readable contrast, and clear control labels. If autoplay is enabled, enable the pause/play control so users can stop rotation. Rotation stops when keyboard focus enters the carousel and restarts only after an explicit user request. See the W3C carousel accessibility guidance. 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. Frontend lifecycle WP Swiper automatically initializes blocks added after page load. Navigation and AJAX integrations can also call window.wpSwiperInit(element), window.wpSwiperDestroy(element), or window.wpSwiperReinit(element) with a .wp-swiper block wrapper. Runtime configuration corrections dispatch a wp-swiper:warning browser event with a structured diagnostic. Initialization failures dispatch wp-swiper:error, and explicit destruction dispatches wp-swiper:destroy. 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.