WP Beautiful Slideshow
WP Beautiful Slideshow is a lightweight WordPress plugin that allows users to easily create and customize beautiful image slideshows on their WordPress websites.
by Dharmrajsinh Jadeja · github.com/li8ning/wp-slideshow · website
Install
No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:
wp plugin install https://github.com/li8ning/wp-slideshow/archive/refs/heads/master.zipReadme
WP Beautiful Slideshow
WP Beautiful Slideshow is a lightweight WordPress plugin that allows users to easily create and customize beautiful image slideshows on their WordPress websites. With this plugin, users can add multiple images, rearrange them as per their choice, and display the slider on any page or post using the [wpbfslideshow] shortcode. The plugin is mobile-friendly and includes the following features:
- Add multiple images through plugin settings page in WordPress admin panel
- Rearrange images as per your choice
- Display the slider using the
[wpbfslideshow]shortcode on any page or post - Mobile-friendly slider design
- Use the
[wpbfslideshow]shortcode multiple times on the same page using theidattribute, e.g.[wpbfslideshow id="1"],[wpbfslideshow id="2"], etc.
Libraries
WP Beautiful Slideshow uses the following libraries:
Installation
To install the WP Beautiful Slideshow plugin, follow these steps:
- Download the plugin from the WordPress Plugin Directory or from the GitHub repository.
- Upload the
wp-beautiful-slideshowfolder to the/wp-content/plugins/directory. - Activate the plugin through the 'Plugins' menu in WordPress.
- Go to the WP Beautiful Slideshow settings page at
/wp-admin/options-general.php?page=wpbf-slideshowand start adding your images.
Usage
- Go to the WPBF Slideshow settings page in the WordPress admin dashboard
- Upload images and change their order as per your choice
- Add the
[wpbfslideshow id="1"]shortcode to any page or post to display the slideshow - To display another slideshow on the same page with a different set of images, use a different
idvalue:[wpbfslideshow id="2"]
WordPress Coding Standards
WP Beautiful Slideshow follows WordPress coding standards to ensure high-quality, secure, and stable code.
Data Storage
WP Beautiful Slideshow registers the wpbf_slideshow_image_ids option in WordPress to store image data in the database. All the plugin data will be permanently removed on uninstalling the plugin.
Demo
Check out the WP Beautiful Slideshow demo to see the plugin in action.