{"id":221969,"date":"2025-02-17T10:06:28","date_gmt":"2025-02-17T10:06:28","guid":{"rendered":"https:\/\/wordpress.org\/plugins\/simply-bootstrap-carousel\/"},"modified":"2025-02-17T10:26:30","modified_gmt":"2025-02-17T10:26:30","slug":"simply-bootstrap-carousel","status":"publish","type":"plugin","link":"https:\/\/bal.wordpress.org\/plugins\/simply-bootstrap-carousel\/","author":23224708,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_crdt_document":"","version":"1.3","stable_tag":"trunk","tested":"6.7.5","requires":"5.0","requires_php":"","requires_plugins":null,"header_name":"Simply Bootstrap Carousel","header_author":"Alexasto12","header_description":"A plugin to create a Bootstrap carousel using shortcodes.","assets_banners_color":"","last_updated":"2025-02-17 10:26:30","external_support_url":"","external_repository_url":"","donate_link":"","header_plugin_uri":"","header_author_uri":"https:\/\/github.com\/Alexasto12","rating":5,"author_block_rating":0,"active_installs":0,"downloads":506,"num_ratings":1,"support_threads":0,"support_threads_resolved":0,"author_block_count":0,"sections":["description","faq","changelog"],"tags":[],"upgrade_notice":[],"ratings":{"1":0,"2":0,"3":0,"4":0,"5":1},"assets_icons":{"icon-256x256.png":{"filename":"icon-256x256.png","revision":3241803,"resolution":"256x256","location":"assets","locale":""}},"assets_banners":[],"assets_blueprints":{},"all_blocks":[],"tagged_versions":[],"block_files":[],"assets_screenshots":[],"screenshots":[],"jetpack_post_was_ever_published":false},"plugin_section":[],"plugin_tags":[728,786,606,80,611],"plugin_category":[43,50],"plugin_contributors":[238418],"plugin_business_model":[],"class_list":["post-221969","plugin","type-plugin","status-publish","hentry","plugin_tags-bootstrap","plugin_tags-carousel","plugin_tags-responsive","plugin_tags-shortcode","plugin_tags-slider","plugin_category-customization","plugin_category-media","plugin_contributors-alexasto12","plugin_committers-alexasto12"],"banners":[],"icons":{"svg":false,"icon":"https:\/\/ps.w.org\/simply-bootstrap-carousel\/assets\/icon-256x256.png?rev=3241803","icon_2x":"https:\/\/ps.w.org\/simply-bootstrap-carousel\/assets\/icon-256x256.png?rev=3241803","generated":false},"screenshots":[],"raw_content":"<!--section=description-->\n<p><strong>Simply Bootstrap Carousel<\/strong> is a lightweight and flexible WordPress plugin that allows you to create <strong>fully responsive carousels<\/strong> using Bootstrap. With simple shortcodes, you can easily display beautiful sliders that support images, text, and even custom HTML content.<\/p>\n\n<p><strong>HOW IT WORKS<\/strong>\nSimply use the following shortcode in your posts or pages:\n    `html\n[simpboca_carousel]<\/p>\n\nSlide 1 Content\n\n<pre><code>&lt;!-- slide --&gt;\n&lt;div class=\"carousel-item\"&gt;Slide 2 Content&lt;\/div&gt;\n&lt;!-- slide --&gt;\n&lt;div class=\"carousel-item\"&gt;Slide 3 Content&lt;\/div&gt;\n<\/code><\/pre>\n\n<p>[\/simpboca_carousel]<\/p>\n\n<h3><strong>Features<\/strong><\/h3>\n\n<ul>\n<li><strong>Easy-to-use shortcodes<\/strong> \u2013 No coding required! Just insert <code>[bootstrap_carousel]<\/code> or <code>[bootstrap_custom_carousel]<\/code> into your posts or pages.<\/li>\n<li><strong>Custom content support<\/strong> \u2013 Add <strong>text, images, or HTML<\/strong> within each slide.<\/li>\n<li><strong>Fully responsive design<\/strong> \u2013 The carousels automatically adjust to different screen sizes for <strong>mobile-friendly<\/strong> viewing.<\/li>\n<li><strong>Bootstrap-powered<\/strong> \u2013 Uses the latest <strong>Bootstrap 5<\/strong> framework for smooth animations and modern UI.<\/li>\n<li><strong>Navigation controls and indicators<\/strong> \u2013 Enable\/disable navigation arrows and slide indicators for better user interaction.<\/li>\n<li><strong>Nested shortcode support<\/strong> \u2013 Embed other shortcodes inside the carousel slides for dynamic content.<\/li>\n<li><strong>Lightweight and optimized<\/strong> \u2013 The plugin loads only the necessary Bootstrap CSS and JS files to keep your site fast.<\/li>\n<\/ul>\n\n<h3>Short Description<\/h3>\n\n<p>Create fully responsive Bootstrap carousels with simple shortcodes.<\/p>\n\n<h3>Manual Installation<\/h3>\n\n<ol>\n<li>Upload the plugin to the <code>wp-content\/plugins\/<\/code> directory of your WordPress installation.<\/li>\n<li>Activate the plugin in the Plugins section of your WordPress dashboard.<\/li>\n<li>Use the shortcode <code>[bootstrap_carousel]<\/code> or <code>[bootstrap_custom_carousel]<\/code> to display a carousel.<\/li>\n<\/ol>\n\n<!--section=faq-->\n<dl>\n<dt id='how%20do%20i%20add%20custom%20content%20to%20the%20carousel%3F'><h3>How do I add custom content to the carousel?<\/h3><\/dt>\n<dd><p>Use the <code>[bootstrap_custom_carousel]<\/code> shortcode and separate slides with <code>&lt;!-- slide --&gt;<\/code>.<\/p><\/dd>\n<dt id='can%20i%20use%20nested%20shortcodes%20in%20the%20carousel%20content%3F'><h3>Can I use nested shortcodes in the carousel content?<\/h3><\/dt>\n<dd><p>Yes, nested shortcodes are fully supported since version 1.1.<\/p><\/dd>\n\n<\/dl>\n\n<!--section=changelog-->\n<h4>1.3<\/h4>\n\n<ul>\n<li>Updated function and constant prefixes to avoid naming conflicts with other plugins.<\/li>\n<li>Improved PHP 8.1 compatibility and error handling.<\/li>\n<li>Minor bug fixes and performance enhancements.<\/li>\n<li>Updated short code to prevent incomptibilites whit WP enviorment<\/li>\n<\/ul>\n\n<h4>1.2<\/h4>\n\n<ul>\n<li>Renamed plugin to <strong>Simply Bootstrap Carousel<\/strong> to comply with WordPress naming policies.<\/li>\n<li>Added the <strong>\"License\"<\/strong> field in the plugin header to ensure GPLv2 compliance.<\/li>\n<li>Improved <strong>Plugin Check validation<\/strong> by setting explicit version numbers in <code>wp_enqueue_style()<\/code> and <code>wp_enqueue_script()<\/code> to prevent caching issues.<\/li>\n<li>Removed external Bootstrap CDN references and <strong>replaced them with locally hosted files<\/strong> for better performance and compliance with WordPress guidelines.<\/li>\n<li>Included Bootstrap <strong>CSS and JS assets inside the plugin<\/strong> (<code>assets\/css\/<\/code> and <code>assets\/js\/<\/code>).<\/li>\n<li>Improved <strong>security and best practices<\/strong> by ensuring proper escaping and validation of user inputs.<\/li>\n<li>Enhanced <strong>readme.txt<\/strong>:\n\n<ul>\n<li>Added a <strong>\"Short Description\"<\/strong> section for better visibility in the WordPress plugin repository.<\/li>\n<li>Improved the <strong>long description<\/strong> with more detailed information about the plugin\u2019s features and usage.<\/li>\n<li>Updated the FAQ section with additional details about <strong>nested shortcodes, compatibility, and customization<\/strong>.<\/li>\n<\/ul><\/li>\n<li>General <strong>code cleanup<\/strong> and optimization for better maintainability.<\/li>\n<\/ul>\n\n<h4>1.1<\/h4>\n\n<ul>\n<li>Added support for using custom HTML content within the carousel.<\/li>\n<li>Improved shortcode handling to support nested shortcodes.<\/li>\n<li>Enhanced carousel structure for better design flexibility.<\/li>\n<\/ul>\n\n<h4>1.0<\/h4>\n\n<ul>\n<li>Initial release featuring an image-based carousel with indicators and navigation.<\/li>\n<\/ul>","raw_excerpt":"Simply Bootstrap Carousel is a lightweight and flexible WordPress plugin that allows you to create fully responsive carousels using Bootstrap.","jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/bal.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin\/221969","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/bal.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin"}],"about":[{"href":"https:\/\/bal.wordpress.org\/plugins\/wp-json\/wp\/v2\/types\/plugin"}],"replies":[{"embeddable":true,"href":"https:\/\/bal.wordpress.org\/plugins\/wp-json\/wp\/v2\/comments?post=221969"}],"author":[{"embeddable":true,"href":"https:\/\/bal.wordpress.org\/plugins\/wp-json\/wporg\/v1\/users\/alexasto12"}],"wp:attachment":[{"href":"https:\/\/bal.wordpress.org\/plugins\/wp-json\/wp\/v2\/media?parent=221969"}],"wp:term":[{"taxonomy":"plugin_section","embeddable":true,"href":"https:\/\/bal.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_section?post=221969"},{"taxonomy":"plugin_tags","embeddable":true,"href":"https:\/\/bal.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_tags?post=221969"},{"taxonomy":"plugin_category","embeddable":true,"href":"https:\/\/bal.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_category?post=221969"},{"taxonomy":"plugin_contributors","embeddable":true,"href":"https:\/\/bal.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_contributors?post=221969"},{"taxonomy":"plugin_business_model","embeddable":true,"href":"https:\/\/bal.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_business_model?post=221969"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}