{"id":5473,"date":"2021-03-19T12:04:06","date_gmt":"2021-03-19T09:04:06","guid":{"rendered":"https:\/\/flatlogic.com\/blog\/?p=5473"},"modified":"2021-07-29T19:13:38","modified_gmt":"2021-07-29T16:13:38","slug":"top-24-free-essential-plugins-to-extend-bootstrap","status":"publish","type":"post","link":"https:\/\/flatlogic.com\/blog\/top-24-free-essential-plugins-to-extend-bootstrap\/","title":{"rendered":"Top 24 Free Essential Plugins to Extend Bootstrap"},"content":{"rendered":"\n<p>Everybody is familiar with Bootstrap. It is the most popular, fast, and convenient framework for developing mobile-first responsive websites and apps. Bootstrap is famous thanks to its flexible and fully responsive grid system, that allows building apps both for mobile and desktop. Nowadays Bootstrap offers much more than a grid system, it contains its own SVG icon library, typography, tables, dozens of components, like a carousel, close button, dropdowns, and much more.&nbsp;&nbsp;<\/p>\n\n\n\n<p>Other than that, you can find UI packages, libraries, components, and plugins on the Internet to improve your app. Developers from all over the world try to contribute to the development of Bootstrap and make the framework better. Although these developers are not from the Bootstrap development team, sometimes they make quality libraries and components that are fully compatible with the original Bootstrap library and extend it. Such libraries and plugins get their recognition on GitHub with a lot of stars and contributors.&nbsp;<\/p>\n\n\n\n<p>We are going to speak about essential Bootstrap plugins that can be helpful to your next project. Before we start, it would be good to discuss the difference between such concepts as plugins and components. They may sound similar and sometimes they are confused or misused indeed, so we define these concepts to clarify what this article is about (about plugins).&nbsp;<\/p>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>Plugins and components the difference&nbsp;<\/strong><\/h2>\n\n\n\n<p><strong>Plugins<\/strong>&nbsp;are small program codes that extend the functionality of the main application for which they work. They add specific features to an existing application. In the official <a href=\"https:\/\/getbootstrap.com\/docs\/3.3\/javascript\/\">documentation<\/a>,&nbsp;Bootstrap offers a list of plugins that you can use for your app. The list includes 12 custom jQuery plugins like modal, dropdown, alert, button, carousel, etc.&nbsp;&nbsp;<\/p>\n\n\n\n<p><strong>Components<\/strong>&nbsp;are reusable blocks of code.<em>&nbsp;<\/em><strong>Components<\/strong>&nbsp;are typically more complex, with extensive functionality and capabilities. They vary depending on the complexity of the functionality they provide: it can be a simple and lightweight UI element like a button or a little separate application with its own functionality, database, and representation. According to the official Bootstrap <a href=\"https:\/\/getbootstrap.com\/docs\/3.3\/components\/\">documentation<\/a>, Bootstrap offers a huge list of components, such as dropdowns, alerts, buttons, input groups, page header, etc.&nbsp;<\/p>\n\n\n\n<p><em>Buttons, alerts, dropdowns are both plugins and components? Is there any mistake?&nbsp;<\/em><\/p>\n\n <a href=\"https:\/\/flatlogic.com\/generator\"><img decoding=\"async\" data-src=\"https:\/\/flatlogic.com\/blog\/wp-content\/uploads\/2025\/10\/Introducing-professional-vibe-coding.png\" alt=\"Professional Vibe Coding\" class=\"banner-img lazyload\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" style=\"--smush-placeholder-width: 2560px; --smush-placeholder-aspect-ratio: 2560\/640;\" data-srcset=\"https:\/\/flatlogic.com\/blog\/wp-content\/uploads\/2025\/10\/Introducing-professional-vibe-coding.png 2560w, https:\/\/flatlogic.com\/blog\/wp-content\/uploads\/2025\/10\/Introducing-professional-vibe-coding-600x150.png 600w, https:\/\/flatlogic.com\/blog\/wp-content\/uploads\/2025\/10\/Introducing-professional-vibe-coding-1024x256.png 1024w, https:\/\/flatlogic.com\/blog\/wp-content\/uploads\/2025\/10\/Introducing-professional-vibe-coding-768x192.png 768w, https:\/\/flatlogic.com\/blog\/wp-content\/uploads\/2025\/10\/Introducing-professional-vibe-coding-1536x384.png 1536w, https:\/\/flatlogic.com\/blog\/wp-content\/uploads\/2025\/10\/Introducing-professional-vibe-coding-2048x512.png 2048w\" data-sizes=\"auto\" data-original-sizes=\"(max-width: 2560px) 100vw, 2560px\"> <\/a>\n\n\n<p>Well, no. As we have mentioned, components vary from very simple tools such as buttons and alerts to very complex libraries that even can be named small applications.&nbsp;<\/p>\n\n\n\n<p><em>But in that case what is the difference between a button as a plugin and a button as a component?&nbsp;<\/em><\/p>\n\n\n\n<p>The main difference lies in the functionality of an element you are going to use. A plugin is a software that&nbsp;<strong>adds<\/strong>&nbsp;additional features to an application.&nbsp;<\/p>\n\n\n\n<p>Many plugins are simple code snippets. For example, a Google sign-in <a href=\"https:\/\/pub.dev\/packages\/google_sign_in\">plugin<\/a>&nbsp;is a basic UI wrapper on an API call. Or let&#8217;s take a look at the Yandex social sharing <a href=\"https:\/\/yandex.ru\/dev\/share\/\">buttons<\/a>.&nbsp;<\/p>\n\n\n\n<p>Another famous example of a plugin is the outdated Flash <a href=\"https:\/\/www.adobe.com\/ru\/products\/flashplayer\/end-of-life.html\">player<\/a>&nbsp;that allowed to play videos and other flash content in the browser. Flash player wasn&#8217;t embedded in the web browser and was made by a company, that didn&#8217;t participate in the development of browsers. However, you could install it on your browser and got the opportunity of playing media content inside the browser window.<\/p>\n\n\n\n<p>All these three examples are plugins without complex logic. For example, the Google sign-in plugin allows users to log in, but it has no functions to store and track the information, so you have to write that block of code on your own.<\/p>\n\n\n\n<p>Components also can be quite simple, that is why there are doubts about whether code is a plugin or a component. But when we come to the complex logic of an element with a lot of functions and methods, maybe even a database, most likely we deal with a component.&nbsp;<\/p>\n\n\n\n<p>A good set of complicated components can be found on <a href=\"https:\/\/onymos.com\/developer-overview\/#developer-components\">Onymos<\/a>. The list includes bio-authentication, chat, a component for work with Bluetooth devices, geolocation identification, in-app purchases, payments. Each of them is a stand-alone complex system that you can use in the app.&nbsp;<\/p>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>How to choose plugins for Bootstrap? <\/strong><\/h2>\n\n\n\n<p>First of all, you need to ask yourself a question whether you need to use a third-party plugin? If you use Bootstrap, it will be good to learn an official Bootstrap <a href=\"https:\/\/getbootstrap.com\/docs\/5.0\/getting-started\/introduction\/\">documentation<\/a>. Learn it thoroughly and you will see that it covers many use cases. There is a high probability that embedded plugins and components Bootstrap offers will satisfy most of the needs you have. If your task can be solved within what they offer, I encourage you to use them. Here is a good article to find out more about bootstrap standard <a href=\"https:\/\/www.oreilly.com\/library\/view\/bootstrap\/9781449344573\/ch04.html\">plugins<\/a>.&nbsp;<\/p>\n\n\n\n<p>If you familiarize yourself with the official Bootstrap documentation, but understood, that you need more than that, be ready to add jQuery to your project because almost all plugins use it. If the project is built with jQuery, there will be no difficulties. However, if the project is jQuery-free it&#8217;s good to think whether you are ready to plug jQuery into the <a href=\"https:\/\/flatlogic.com\/blog\/jquery-vs-javascript-why-we-removed-jquery-from-our-templates\/\">project<\/a>.&nbsp;&nbsp;<\/p>\n\n\n\n<p>Let&#8217;s keep moving, there are thousands of cool plugins that extend Bootstrap possibilities. Furthermore, several plugins may do the same job, but in different ways.<\/p>\n\n\n\n<p>&#8220;Cool&#8221; is OK, but it is still not a strong reason to use a plugin. Each plugin you use should extend or add something significant to the app, that will be useful for app users.&nbsp;<\/p>\n\n\n\n<p>As highly specialized programs, plugins perform a single function. Multifunctional plugins are rare and unnecessary. It would be more appropriate to install three plugins that implement different functions than to install a three-in-one plugin and use only one function, while the other two will only burden the system.<\/p>\n\n\n\n<p>To get started with Bootstrap plugins you don&#8217;t need to be an experienced developer. Using Bootstrap Data API most plugins can be run without writing a single line of code. Due to a large number of plugins for Bootstrap, it would be good to define criteria for how we are going to evaluate them.&nbsp;<\/p>\n\n\n\n<p><strong>The criteria:&nbsp;<\/strong><\/p>\n\n\n\n<p><strong>The date of the last update<\/strong>. Technologies don&#8217;t stand still, the plugin that was developed ten years ago and hasn&#8217;t been updated since hardly meets the needs of modern apps. <\/p>\n\n\n\n<p><strong>Compatibility with the latest Bootstrap version<\/strong>. The latest version is v.5 that was officially released on June 16, 2020. However, many plugins were built for earlier versions of Bootstrap, while new plugins for the 5th version haven&#8217;t got their recognition yet or just haven&#8217;t appeared, so you don&#8217;t see plugins built on top of the latest version.&nbsp;<\/p>\n\n\n\n<p><strong>Developers team support<\/strong>. The essential part of every product is the support of the development team. Since we consider free plugins in the article, free support doesn&#8217;t come around very often. Most supports ends with a GitHub issues page.&nbsp;&nbsp;<\/p>\n\n\n\n<p><strong>Documentation<\/strong>. If the documentation is well organized and provides a lot of information for developers, it will be enough to start using a plugin. The product with no or lacking documentation is not viable. Good documentation doesn&#8217;t replace effective support, but it&#8217;s better than nothing.<\/p>\n\n\n\n<p><strong>Rating<\/strong>. A plugin with a lot of positive reviews is more reliable than one without a lot of happy users under the belt.&nbsp;<\/p>\n\n\n\n<p><strong>Dependencies<\/strong>. Some plugins require extra dependencies, some of them don&#8217;t. It&#8217;s better to pick the ones that don&#8217;t need additional libraries. <\/p>\n\n\n\n<p>To simplify the navigation, we divide the list into several groups:&nbsp;<\/p>\n\n\n\n<ul class=\"wp-block-list\"><li>Bootstrap plugin\/component packages<\/li><li>Bootstrap single stand-alone plugins<\/li><li>Special services for building Bootstrap plugins<\/li><li>Bonus! Funny Bootstrap plugin<\/li><\/ul>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>Top essential bootstrap plugins&nbsp;<\/strong><\/h2>\n\n\n\n<h3 class=\"wp-block-heading\">Libraries and plugin\/component packages<\/h3>\n\n\n\n<h4 class=\"wp-block-heading\"><strong>UI Bootstrap<\/strong><strong>&nbsp;<\/strong><\/h4>\n\n\n\n<figure class=\"wp-block-image is-style-default\"><img decoding=\"async\" data-src=\"https:\/\/lh3.googleusercontent.com\/V3OFIJHlAAANyt44_rr1J4hjKipyTRk9kZaR-6T2K0jwQeZa7uxGU2G6FUKBEhk2d0qBjWqfhEEo-doktXQ64JuMu4pzwF0yCVC7fT3XMSEsr7koaEcGbZCJXH8IDGLNJNG8JYk\" alt=\"ui boostrap\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" class=\"lazyload\" \/><\/figure>\n\n\n\n<p>The package extends Bootstrap with an additional set of native AngularJS directives based on Bootstrap&#8217;s markup and CSS without jQuery dependency. It offers a wide range of plugins like modal, rating, tabs, tooltip, date pickers, buttons, etc.&nbsp;<\/p>\n\n\n\n<p><strong>Website\/demo: <\/strong><a href=\"https:\/\/angular-ui.github.io\/bootstrap\/\">https:\/\/angular-ui.github.io\/bootstrap\/<\/a>&nbsp;<br><strong>The last update:<\/strong> October 2017<br><strong>Compatibility with Bootstrap versions:<\/strong> requires Bootstrap CSS version 3.x or higher and it has been tested with Bootstrap CSS 3.3.6.<br><strong>Developer team support: <\/strong>no<br><strong>Documentation:<\/strong> Each plugin goes with extensive documentation and interactive examples.<br><strong>Rating: <\/strong>14,6 k on GitHub https:\/\/github.com\/angular-ui\/bootstrap<br><strong>Dependencies:&nbsp; <\/strong>AngularJS, Angular-animate, Angular-touch, Bootstrap CSS<br><\/p>\n\n\n\n<h4 class=\"wp-block-heading\"><strong>Bootstrap Vue<\/strong><\/h4>\n\n\n\n<figure class=\"wp-block-image is-style-default\"><img decoding=\"async\" data-src=\"https:\/\/lh3.googleusercontent.com\/Iju4pv04hBtc3ALVt9DWRZmNBb2kpIVT-TkM9kjuqSZWGL8xpbT5oW8686b1IlRyG4eV8aPEjD3GRfa3-Ce1OS-LPritL0nOneT5uSHfv8L_KB5fnOB5WQcckg0Wx2Vg-mzzYtU\" alt=\"bootstrap vue\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" class=\"lazyload\" \/><\/figure>\n\n\n\n<p>Bootstrap Vue is a library with components, over 45 available plugins, and icons. It uses the Vue.js framework for building user-friendly, mobile-first applications. The list of plugins contains alerts, avatars, calendars, different elements for forms (datepickers, checkboxes, input fields, radio inputs, etc.), input group, media, overlay, pagination, and much more.&nbsp;<\/p>\n\n\n\n<p><strong>Website\/demo: <\/strong>https:\/\/bootstrap-vue.org\/<strong>&nbsp;<\/strong><br><strong>The last update:<\/strong> January 2021<br><strong>Compatibility with Bootstrap versions: <\/strong>Bootstrap v4.3.1 and higher<br><strong>Documentation: <\/strong>A separate page for documentation with getting started section and full documentation for every component and plugin.&nbsp;&nbsp;<br><strong>Developers team support: <\/strong>yes, vie the issues page in GitHub<br><strong>Rating: <\/strong>12.9k on GitHub <a href=\"https:\/\/github.com\/bootstrap-vue\/bootstrap-vue\">https:\/\/github.com\/bootstrap-vue\/bootstrap-vue<\/a>&nbsp;<br><strong>Dependencies: <\/strong>Vue.js v2.6<strong>, <\/strong>Popper.js v1.16,PortalVue v2.1<br><strong>Additional feature:<\/strong> an interactive playground to experiment with the various components https:\/\/bootstrap-vue.org\/play<\/p>\n\n\n\n<h4 class=\"wp-block-heading\"><strong>Jasny Bootstrap<\/strong><\/h4>\n\n\n\n<figure class=\"wp-block-image is-style-default\"><img decoding=\"async\" data-src=\"https:\/\/lh4.googleusercontent.com\/yytUwoaz6FCE8wwlHo3L7ro3qZTSZDugMzmfcDs2wIBEVEkvmxKp5BxZbqGQCPy6cX6lpU0jUHBxwVhdDUNx13eeqIRw0EcRkSGkGZX_7yRALPdeLJBjJnzMvILXENjNjrk-zKU\" alt=\"jasny bootsrap\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" class=\"lazyload\" \/><\/figure>\n\n\n\n<p>As you understand Jasny Bootstrap can add some components to your app. You can pick plugins from the package to include in your project or connect them all at once with the jasny-bootstrap.js file. You can use all plugins through the markup API without writing JS code. Jasny Bootstrap also gives the option to unbind all events on the document namespace. The package includes the nav menu, alerts, buttons, off-canvas, row link, and file input.&nbsp;&nbsp;&nbsp;<\/p>\n\n\n\n<p><strong>Website\/demo: <\/strong><a href=\"http:\/\/www.jasny.net\/bootstrap\/\">http:\/\/www.jasny.net\/bootstrap\/<\/a>&nbsp;<br><strong>The last update: <\/strong>February 2019&nbsp;<br><strong>Compatibility with Bootstrap versions: <\/strong>Bootstrap 4 and higher<br><strong>Documentation: <\/strong>documentation about using API, separate pages for plugins samples&nbsp;<br><strong>Developers team support: <\/strong>yes, via GitHub issues page&nbsp;<br><strong>Rating: <\/strong>2.7k on GitHub <a href=\"https:\/\/github.com\/jasny\/bootstrap\">https:\/\/github.com\/jasny\/bootstrap<\/a>&nbsp;<br><strong>Dependencies: <\/strong>no<\/p>\n\n\n\n<h4 class=\"wp-block-heading\"><strong>Krajee jQuery plugins<\/strong><\/h4>\n\n\n\n<figure class=\"wp-block-image is-style-default\"><img decoding=\"async\" data-src=\"https:\/\/lh3.googleusercontent.com\/sEOtLmIOT2MX-tCbfoHzGFM8cxpUgoO_m6aidx-DyE3-6dd6XkKk65-j-C2Vn--buojhSQ0mufLGYA0yvsYR_jqN8D7ddlh_S0HkHrYc8RcZiShH-cAzD1yeHNMljInNM_LyGXo\" alt=\"krajee jquery plugins\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" class=\"lazyload\" \/><\/figure>\n\n\n\n<p>Krajee jQuery is a collection of useful Bootstrap plugins, built using jQuery. The collection is not very big and contains less than ten elements, but every plugin feels like a mature product with one of the most extensive documentation for a free product that can be.&nbsp;<\/p>\n\n\n\n<p><strong>Website\/demo: <\/strong><a href=\"https:\/\/plugins.krajee.com\/\">https:\/\/plugins.krajee.com\/<\/a><br><strong>The last update: <\/strong>May 2019 &#8211; March 2021 depending on the plugin<br><strong>Compatibility with Bootstrap versions: <\/strong>Bootstrap 3.x and higher<br><strong>Documentation: <\/strong>yes, \u0435\u0440\u0443 documentation contains installation methods, browser support information, usage samples\u0431 and more&nbsp;<br><strong>Developers team support: <\/strong>yes, via GitHub, quickly support&nbsp;<br><strong>Rating: <\/strong>220 &#8211; 5.000 stars on GitHub for different plugins&nbsp;<br><strong>Dependencies: <\/strong>jQuery<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Single components:&nbsp;<\/h3>\n\n\n\n<h4 class=\"wp-block-heading\"><strong>Bootstrap datepicker<\/strong><strong>&nbsp;<\/strong><\/h4>\n\n\n\n<figure class=\"wp-block-image is-style-default\"><img decoding=\"async\" data-src=\"https:\/\/lh4.googleusercontent.com\/IbvuM1xYMPSN4Ih2gQwfLgJqbJBucv-I5UtOEbqVC9A_uCqi6mmmOZKafaKLjJRWs3NgCRX7elCCzM_ek3RUjOmWJNJFdClWRxoaOJtQN-NkzaKtp23T5SF09NY4sYlCE5N6Ss0\" alt=\"bootstrap datepicker\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" class=\"lazyload\" \/><\/figure>\n\n\n\n<p>Simple and highly customizable date picker with various data formats, additional functional buttons, etc. It allows to disable or highlight days of the week, show the serial number of weeks in the year, and provide functionality that will be very helpful in any type of app that uses a date picker.&nbsp;<\/p>\n\n\n\n<p><strong>Website\/demo:&nbsp;<\/strong><a href=\"https:\/\/github.com\/uxsolutions\/bootstrap-datepicker\">https:\/\/github.com\/uxsolutions\/bootstrap-datepicker<\/a><br><strong>The last update:&nbsp;<\/strong>Nay, 2019&nbsp;<br><strong>Compatibility with Bootstrap versions:&nbsp;<\/strong>Bootstrap 2.0.4 and higher<br><strong>Documentation:&nbsp;<\/strong>yes, with demos, data API, all used methods, and events<br><strong>Developers team support:&nbsp;<\/strong>yes, via GitHub issues page&nbsp;<br><strong>Rating:&nbsp;<\/strong>12.3k on GitHub<br><strong>Dependencies:&nbsp;<\/strong>bootstrap&#8217;s dropdown component, jQuery 1.7.1+<\/p>\n\n\n\n<h4 class=\"wp-block-heading\"><strong>Bootstrap multiselect<\/strong><strong>&nbsp;<\/strong><\/h4>\n\n\n\n<figure class=\"wp-block-image is-style-default\"><img decoding=\"async\" data-src=\"https:\/\/lh5.googleusercontent.com\/q1XffPiaabxVfavL2fuTJy1zZDQ7kK9jA7fYaatQyWKedJOeIxv1P4hFuS1aLssrZ8MEwgzL6fMja22yASofOkJCEOi1mxoXJIAvEMCA5fi0LDAKJ2aaa9MinJKRv6p79JT28v8\" alt=\"bootstrap multiselect\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" class=\"lazyload\" \/><\/figure>\n\n\n\n<p>The plugin is a jQuery-based multi-selector that uses select inputs with multiple attributes. You are free to use different types of selectors with\/without confirmation popup, single\/multiple attribute selection, group of attributes in the dropdown list, and much more. It is a highly customizable well-tested plugin (you can literally run an online test for that <a href=\"http:\/\/davidstutz.github.io\/bootstrap-multiselect\/tests\/SpecRunner.html\">selector<\/a>) for free usage.&nbsp;&nbsp;<\/p>\n\n\n\n<p><strong>Website\/demo:&nbsp;<\/strong><a href=\"http:\/\/davidstutz.github.io\/bootstrap-multiselect\/\">http:\/\/davidstutz.github.io\/bootstrap-multiselect\/<\/a><strong>&nbsp;<\/strong><br><strong>The last update:&nbsp;<\/strong>November 2020<strong>&nbsp;<\/strong><br><strong>Documentation:&nbsp;<\/strong>yes, with demos, configuration options, styling, methods, and even frequently asked question section<br><strong>Developers team support:&nbsp;<\/strong>yes, via GitHub issues page<br><strong>Rating:&nbsp;<\/strong>3.4k on GitHub&nbsp;<a href=\"https:\/\/github.com\/davidstutz\/bootstrap-multiselect\">https:\/\/github.com\/davidstutz\/bootstrap-multiselect<\/a><br><strong>Dependencies:&nbsp;<\/strong>jQuery<\/p>\n\n\n\n<h4 class=\"wp-block-heading\"><strong>jQuery multiple select plugin<\/strong><strong>&nbsp;<\/strong><\/h4>\n\n\n\n<figure class=\"wp-block-image is-style-default\"><img decoding=\"async\" data-src=\"https:\/\/lh3.googleusercontent.com\/PJozvkLi4MvIvDEa3ZfalK_cAl1GFMSphQXO2SQMeGNTdC4Nhbcg469rBSD3Ct6aii9O-iKvbEIP1hf-ExWLIuYPMH-5sb08MpJ1oTMsa6lyXPMD9jQtm5dgr3XrT_MfqwinEVo\" alt=\"jquery plugin\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" class=\"lazyload\" \/><\/figure>\n\n\n\n<p>The jQuery multiple select is a jQuery plugin that allows users to select multiple options, filter options in the dropdown list, and search for them.&nbsp;<\/p>\n\n\n\n<p><strong>Website\/demo:&nbsp;<\/strong><a href=\"https:\/\/www.jqueryscript.net\/demo\/jQuery-Multiple-Select-Plugin-For-Bootstrap-Bootstrap-Multiselect\/\">https:\/\/www.jqueryscript.net\/demo\/jQuery-Multiple-Select-Plugin-For-Bootstrap-Bootstrap-Multiselect\/<\/a><strong>&nbsp;<\/strong><br><strong>The last update:&nbsp;<\/strong>January 2021<br><strong>Compatibility with Bootstrap versions:&nbsp;<\/strong>Bootstrap 3+<br><strong>Documentation:&nbsp;<\/strong>yes, concise documentation with several samples&nbsp;<br><strong>Developers team support:&nbsp;<\/strong>no<br><strong>Rating:&nbsp;<\/strong>496k watches on jqueryscript.net&nbsp;<br><strong>Dependencies:&nbsp;<\/strong>jQuery<\/p>\n\n\n\n<h4 class=\"wp-block-heading\"><strong>Nice Clean file input plugin with jQuery<\/strong><strong>&nbsp;<\/strong><\/h4>\n\n\n\n<figure class=\"wp-block-image is-style-default\"><img decoding=\"async\" data-src=\"https:\/\/lh5.googleusercontent.com\/A6wM7pfp0-g2KvICFXcJ2NmjfsEik3JELDSJhH5whnYDQcRl2UofBv-PTo2x0pcjE6tptQyLjwf8x4-9T5s24Gm-aqezm8Ok-ZIL9NC0lC92w93rFcb3VoZ7PHDzzPtuwOML-Og\" alt=\"jquery boostrap fileinput examples\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" class=\"lazyload\" \/><\/figure>\n\n\n\n<p>That file input plugin is a jQuery-based file uploader where you can add multiple files for uploading and see uploaded documents thanks to the file preview option.&nbsp;&nbsp;<\/p>\n\n\n\n<p><strong>Website\/demo:&nbsp;<\/strong><a href=\"https:\/\/www.jqueryscript.net\/demo\/Nice-Clean-File-Input-Plugin-With-jQuery-Bootstrap-3-Bootstrap-Fileinput\/\">https:\/\/www.jqueryscript.net\/demo\/Nice-Clean-File-Input-Plugin-With-jQuery-Bootstrap-3-Bootstrap-Fileinput\/<\/a>&nbsp;<br><strong>The last update:&nbsp;<\/strong>February 2021<br><strong>Compatibility with Bootstrap versions:&nbsp;<\/strong>Bootstrap 3 and higher<br><strong>Documentation:&nbsp;<\/strong>a brief installation instruction and a list of methods<br><strong>Developers team support:&nbsp;<\/strong>no<br><strong>Rating:&nbsp;<\/strong>63k watches on jqueryscript.net<br><strong>Dependencies:&nbsp;<\/strong>jQuery<\/p>\n\n\n\n<h4 class=\"wp-block-heading\"><strong>jQuery file upload plugin<\/strong><strong>&nbsp;<\/strong><\/h4>\n\n\n\n<figure class=\"wp-block-image is-style-default\"><img decoding=\"async\" data-src=\"https:\/\/lh3.googleusercontent.com\/ysTwxulIGUBc7Jwe9FcQQ1h76ievEfx9HNN5XJB74Fxn5Ong0wroA3IWET6iZVnX73vBeQKvYi0rJk9yLBOTpjR6ti1ardeY6P63xVe2Pbtr-LOgBKiagrQgCOhF_dNxyprdOPc\" alt=\"jquery file upload demo\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" class=\"lazyload\" \/><\/figure>\n\n\n\n<p>That plugin is a file uploader with a beautiful design, multiple file upload options, a progress bar, and dozens of other features. It works with any server-side platform (PHP, Python, Ruby on Rails, Java, Node.js, Go, etc.) that supports standard HTML form file uploads. There is an embedded editor for photos with filters, brightness, and color configurations.&nbsp;<\/p>\n\n\n\n<p><strong>Website\/demo:&nbsp;<\/strong>http:\/\/blueimp.github.io\/jQuery-File-Upload\/<br><strong>The last update:&nbsp;<\/strong>December 2020<br><strong>Compatibility with Bootstrap versions:&nbsp;<\/strong>Bootstrap v.3 and higher<br><strong>Documentation:&nbsp;<\/strong>yes, how to set up, features description, browser compatibility<br><strong>Developers team support:&nbsp;<\/strong>yes, via GitHub issues page and Stack Overflow page<br><strong>Rating:&nbsp;<\/strong>31k on GitHub&nbsp;<br><strong>Dependencies:&nbsp;&nbsp;<\/strong>jQuery v1.7+, jQuery UI widget factory v1.9+, jQuery Iframe Transport&nbsp;<\/p>\n\n\n\n<h4 class=\"wp-block-heading\"><strong>Touch friendly input plugin<\/strong><strong>&nbsp;<\/strong><\/h4>\n\n\n\n<figure class=\"wp-block-image is-style-default\"><img decoding=\"async\" data-src=\"https:\/\/lh4.googleusercontent.com\/UTwHSDii8acMBZrAgEssXk2gDzsisoLsvYef5wnsPv-20nU5g5uaRfpBBVB_ThTpRb25AHqaYgkiTbST-EeCerX8yB6DM8jpkIluYnhscJtaIqOKlBOUSkMYBVVMfdlG7IUwlUw\" alt=\"friendly input plugin\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" class=\"lazyload\" \/><\/figure>\n\n\n\n<p>It is a jQuery-based touch-friendly plugin that adds two buttons &#8220;+&#8221; and &#8220;-&#8221; to a numerical text input field and allows to increment and decrement the number.&nbsp;<\/p>\n\n\n\n<p><strong>Website\/demo:&nbsp;<\/strong><a href=\"https:\/\/www.jqueryscript.net\/demo\/Touch-Friendly-jQuery-Input-Spinner-Plugin-For-Bootstrap-3-TouchSpin\/\">https:\/\/www.jqueryscript.net\/demo\/Touch-Friendly-jQuery-Input-Spinner-Plugin-For-Bootstrap-3-TouchSpin\/<\/a><strong>&nbsp;<\/strong><br><strong>The last update:&nbsp;<\/strong>April 2020<br><strong>Compatibility with Bootstrap versions:&nbsp;<\/strong>Bootstrap v.3 and higher<br><strong>Documentation:&nbsp;<\/strong>short documentation with settings and event options<br><strong>Developers team support:&nbsp;<\/strong>no&nbsp;<br><strong>Rating:&nbsp;<\/strong>27k watches on jqueryscript.net<br><strong>Dependencies:&nbsp;<\/strong>jQuery<\/p>\n\n\n\n<h4 class=\"wp-block-heading\"><strong>Show\/hide password field text<\/strong><strong>&nbsp;<\/strong><\/h4>\n\n\n\n<figure class=\"wp-block-image is-style-default\"><img decoding=\"async\" data-src=\"https:\/\/lh5.googleusercontent.com\/uISM5SwhDR-ycOazWRSu28sv-GY83PmTS_wcU8esXosbhrZE7HDH3zfE9y6ZFsVIWd2OQK5JOwjeByx9Fftef9bEfIn3p0qnxPEEGwh47JgJ0BNjx12GG3qvaIMsRrstT0qd42U\" alt=\"show\/hide password plugin\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" class=\"lazyload\" \/><\/figure>\n\n\n\n<p><strong>Website\/demo: <\/strong><a href=\"https:\/\/www.jqueryscript.net\/demo\/Show-Hide-Password-Field-Text-with-jQuery-Bootstrap\/\">https:\/\/www.jqueryscript.net\/demo\/Show-Hide-Password-Field-Text-with-jQuery-Bootstrap\/<\/a><strong>&nbsp;<\/strong><br><strong>The last update: <\/strong>2019<br><strong>Compatibility with Bootstrap versions: <\/strong>Bootstrap v.3 and higher<br><strong>Documentation: <\/strong>less than 50 lines of code with comments<br><strong>Developers team support: <\/strong>no<br><strong>Rating:<\/strong> 55k watches on jqueryscript.net<br><strong>Dependencies: <\/strong>jQuery, Font Awesome(optional)<\/p>\n\n\n\n<h4 class=\"wp-block-heading\"><strong>Lightbox image and video gallery<\/strong><\/h4>\n\n\n\n<figure class=\"wp-block-image is-style-default\"><img decoding=\"async\" data-src=\"https:\/\/lh4.googleusercontent.com\/pW5HRzYybhNty8FjGfUyeYP0RFI4bANu7MJoUy5mOlDSjFynay2IjKP7YMYIbLkQMb_ET4TgJuHcfihKdn-nmRS8-9zz1gP84yXMa-HddS9t4i1H-ydXQdPmlbEQtSM10Yo7deM\" alt=\"image plugin\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" class=\"lazyload\" \/><\/figure>\n\n\n\n<p>Lightbox Gallery is a plugin that shows videos and pictures in the gallery. You can play videos by opening them in a small popup with a YouTube player (video is stored on YouTube).&nbsp;<\/p>\n\n\n\n<p><strong>Website\/demo:&nbsp;<\/strong><a href=\"http:\/\/ashleydw.github.io\/lightbox\/#image-gallery\">http:\/\/ashleydw.github.io\/lightbox\/#image-gallery<\/a>&nbsp;<br><strong>The last update:&nbsp;<\/strong>October 2017<br><strong>Documentation:&nbsp;<\/strong>yes, detailed description with examples<br><strong>Developers team support:&nbsp;<\/strong>no<br><strong>Rating:&nbsp;<\/strong>1.9 k on GitHub&nbsp;<a href=\"https:\/\/github.com\/ashleydw\/lightbox\">https:\/\/github.com\/ashleydw\/lightbox<\/a>&nbsp;<br><strong>Dependencies:&nbsp;<\/strong>no<\/p>\n\n\n\n<h4 class=\"wp-block-heading\"><strong>Blueimp Gallery<\/strong><\/h4>\n\n\n\n<figure class=\"wp-block-image is-style-default\"><img decoding=\"async\" data-src=\"https:\/\/lh6.googleusercontent.com\/bmPX4sdE2kLoSj_35ffLKPZKnSE-6ii04x1nAkvDkPDVMieANiJoIa9Qs4EUxlgkbCHgGXO_OCyJSUz1oNqQNcVXD1H6EH21gwdgf8-h86jomg3lGJC2OqMpQe4xbpXJT8g9K_4\" alt=\"gallery plugin\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" class=\"lazyload\" \/><\/figure>\n\n\n\n<p>Blueimp gallery is a responsive image and video gallery, that features swipe and mouse navigation, animated transition effects, full-screen mode. You can call this extension as a function that really simplifies the process.&nbsp;<\/p>\n\n\n\n<p><strong>Website\/demo:&nbsp;<\/strong><a href=\"https:\/\/blueimp.github.io\/Gallery\/\">https:\/\/blueimp.github.io\/Gallery\/<\/a><strong>&nbsp;<\/strong><br><strong>The last update:&nbsp;<\/strong>August 2020<br><strong>Compatibility with Bootstrap versions:&nbsp;<\/strong>Bootstrap v.3 and higher<br><strong>Documentation:&nbsp;<\/strong>well-documented, there is a separate demo page<br><strong>Developers team support:&nbsp;<\/strong>no<br><strong>Rating:&nbsp;<\/strong>3.5k on GitHub&nbsp;<a href=\"https:\/\/github.com\/blueimp\/Gallery#browser-support\">https:\/\/github.com\/blueimp\/Gallery<\/a>&nbsp;<br><strong>Dependencies:&nbsp;<\/strong>no<\/p>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>Yamm 3 megamenu<\/strong><strong>&nbsp;<\/strong><\/h2>\n\n\n\n<figure class=\"wp-block-image is-style-default\"><img decoding=\"async\" data-src=\"https:\/\/lh6.googleusercontent.com\/vPgYQFoBYO_RqHf_4Y-5V5ztdRQThN37Fa2a3s7BXXUonSWSSRgRMUw6hJBABdH8MB5K1PtTFd6WWuIvIfg87PNUmYI2BVKWcvhV1envmb-KGDOYqj11NPsdErWNZyeZ0Nv7MNA\" alt=\"yamm plugin\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" class=\"lazyload\" \/><\/figure>\n\n\n\n<p>It seems like the author of that megamenu likes cats:) This plugin is a lightweight and pure CSS Bootstrap-based megamenu.&nbsp;<\/p>\n\n\n\n<p><strong>Website\/demo:&nbsp;<\/strong><a href=\"http:\/\/geedmo.github.io\/yamm3\/\">http:\/\/geedmo.github.io\/yamm3\/#<\/a><strong>&nbsp;<\/strong><br><strong>The last update:&nbsp;<\/strong>May 2019<br><strong>Compatibility with Bootstrap versions:&nbsp;<\/strong>Bootstrap 3 and higher<br><strong>Documentation:&nbsp;<\/strong>a brief description of the project on GitHub and a short description of options on the demo page<br><strong>Developers team support:&nbsp;<\/strong>no<br><strong>Rating:&nbsp;<\/strong>1.2k on GitHub&nbsp;<a href=\"https:\/\/github.com\/geedmo\/yamm3\">https:\/\/github.com\/geedmo\/yamm3<\/a>&nbsp;<br><strong>Dependencies:&nbsp;<\/strong>no<\/p>\n\n\n\n<h4 class=\"wp-block-heading\"><strong>Data tables<\/strong><strong>&nbsp;<\/strong><\/h4>\n\n\n\n<figure class=\"wp-block-image is-style-default\"><img decoding=\"async\" data-src=\"https:\/\/lh6.googleusercontent.com\/jzod-13DWCzTr18XKu4Q2vgyxlDTnhXP6KeI6mmyUkEEj0WEjpFzDTW3nY0-BudfWD5pjE97-f_8ZRBf7DwkLur6XTcKj4hdeP4Jfl30xwMsR3_1xakCqgRCcB4F5fd2ScHwPdM\" alt=\"data tables\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" class=\"lazyload\" \/><\/figure>\n\n\n\n<p>Cloud tables are tables for databased driven applications, such as admin panel, booking system, scoring apps, etc.&nbsp;<\/p>\n\n\n\n<p><strong>Website\/demo:&nbsp;<\/strong><a href=\"https:\/\/datatables.net\/examples\/styling\/bootstrap\">https:\/\/datatables.net\/examples\/styling\/bootstrap<\/a><strong>&nbsp;<\/strong><br><strong>The last update:&nbsp;<\/strong>no information<br><strong>Compatibility with Bootstrap versions:&nbsp;<\/strong>Bootstrap v.3 and higher<br><strong>Documentation:&nbsp;<\/strong>yes, examples, styling, API information, server-side section, and much more<br><strong>Developers team support:&nbsp;<\/strong>yes, if you purchase the pro version<br><strong>Rating:&nbsp;<\/strong>no information<br><strong>Dependencies:&nbsp;&nbsp;<\/strong>jQuery<\/p>\n\n\n\n<h4 class=\"wp-block-heading\"><strong>jQuery gridform<\/strong><strong>&nbsp;<\/strong><\/h4>\n\n\n\n<figure class=\"wp-block-image is-style-default\"><img decoding=\"async\" data-src=\"https:\/\/lh3.googleusercontent.com\/jRetp9MS1Y2F2y8gIXGijcmdRzrBQOdnSGWL76Dk5NaeCZ6KfOllMIipJO--ZUPc_jI9_BcqPSNPd18wsKPXJyi7FUnXRvH7xpDxp0jAr7q9gH1mFLnGvCc3tzOsn3iR4TkbyPc\" alt=\"jquery gridform\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" class=\"lazyload\" \/><\/figure>\n\n\n\n<p>jQuery gridform is a plugin for creating complex forms with a constructor.&nbsp;<\/p>\n\n\n\n<p><strong>Website\/demo: <\/strong><a href=\"http:\/\/gunnar-t.github.io\/jquery.gridform\/index.html\">http:\/\/gunnar-t.github.io\/jquery.gridform\/index.html<\/a><br><strong>The last update: <\/strong>2015<br><strong>Compatibility with Bootstrap versions: <\/strong>Bootstrap v.3.x only&nbsp;<br><strong>Documentation: <\/strong>yes, extensive documentation&nbsp;<br><strong>Developers team support: <\/strong>no<br><strong>Rating: <\/strong>less than 100 stars on GitHub <a href=\"https:\/\/github.com\/gunnar-t\/jquery.gridform\">https:\/\/github.com\/gunnar-t\/jquery.gridform<\/a>&nbsp;<br><strong>Dependencies:&nbsp; <\/strong>jQuery, Font Awesome (optional)<\/p>\n\n\n\n<h4 class=\"wp-block-heading\"><strong>Color Palette for Bootstrap<\/strong><\/h4>\n\n\n\n<figure class=\"wp-block-image is-style-default\"><img decoding=\"async\" data-src=\"https:\/\/lh3.googleusercontent.com\/z7WgsnqBiUjBsIhYQwDn8GMjOTj6am_60Dd-KaL5NsFej00pc3QV_PBQAGfrm7KBClaxmJz7lkPGIoIhLOk47bVIehBQj49kVahnO9AZJvtckYV3hLU00Ai_YA8oTEMBlrSDpsk\" alt=\"color palette for bootstrap\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" class=\"lazyload\" \/><\/figure>\n\n\n\n<p><strong>Website\/demo:&nbsp;<\/strong><a href=\"https:\/\/extremefe.github.io\/bootstrap-colorpalette\/\">https:\/\/extremefe.github.io\/bootstrap-colorpalette\/<\/a>&nbsp;<br><strong>The last update:&nbsp;<\/strong>2013<br><strong>Compatibility with Bootstrap versions:&nbsp;<\/strong>Bootstrap v.2 and higher<br><strong>Documentation:&nbsp;<\/strong>as a set of examples. No detailed documentation<br><strong>Developers team support:&nbsp;<\/strong>no<br><strong>Rating:&nbsp;<\/strong>less than 100 stars on GitHub&nbsp;<a href=\"https:\/\/github.com\/extremeFE\/bootstrap-colorpalette\">https:\/\/github.com\/extremeFE\/bootstrap-colorpalette<\/a>&nbsp;<br><strong>Dependencies:&nbsp;&nbsp;<\/strong>jQuery 1.8.1+<\/p>\n\n\n\n<h4 class=\"wp-block-heading\"><strong>Webui popover<\/strong><strong>&nbsp;<\/strong><\/h4>\n\n\n\n<figure class=\"wp-block-image is-style-default\"><img decoding=\"async\" data-src=\"https:\/\/lh6.googleusercontent.com\/zdggzpGi5NzzkBDFk-oIpm6OaJZn14iUe23qd76d8TSxXO5m3GuPdFfn3b6mqWaJ9xx3MxnAz_ybKUwAhY1LPiEDQaritS8EnvEsEzYUIrYT-qnYpwC9QWYq1BcICvDy-i8Z-p0\" alt=\"popover\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" class=\"lazyload\" \/><\/figure>\n\n\n\n<p><strong>Website\/demo:&nbsp;<\/strong><a href=\"http:\/\/sandywalker.github.io\/webui-popover\/demo\/\">http:\/\/sandywalker.github.io\/webui-popover\/demo\/<\/a><strong>&nbsp;<\/strong><br><strong>The last update:&nbsp;<\/strong>November 2015<br><strong>Compatibility with Bootstrap versions:&nbsp;<\/strong>Bootstrap 2+<br><strong>Documentation:&nbsp;<\/strong>yes, with interactive examples, animation options, events list, etc.<br><strong>Developers team support:&nbsp;<\/strong>no<br><strong>Rating:&nbsp;<\/strong>885 stars on GitHub&nbsp;<a href=\"https:\/\/github.com\/sandywalker\/webui-popover\">https:\/\/github.com\/sandywalker\/webui-popover<\/a>&nbsp;<br><strong>Dependencies:&nbsp;&nbsp;<\/strong>jQuery v1.7+<\/p>\n\n\n\n<h4 class=\"wp-block-heading\"><strong>Bootstrap show modal<\/strong><strong>&nbsp;<\/strong><\/h4>\n\n\n\n<figure class=\"wp-block-image is-style-default\"><img decoding=\"async\" data-src=\"https:\/\/lh3.googleusercontent.com\/y6r2ZMYGnOSXJzcUz4Uh1T4DXTmtPMX8kAx05uTve6Va954k_jLiA70LzwWzJTYmPvxmBKcO3QO5R7kGLDnM_vLK3qbZFHsH8gcvX7buKZM2Rh2oQsBohlu1G2KgF8lecZLO5E0\" alt=\"bootstrap show modal\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" class=\"lazyload\" \/><\/figure>\n\n\n\n<p><strong>Website\/demo:<\/strong> <a href=\"https:\/\/www.bestjquery.com\/?SAwiKw17\">https:\/\/www.bestjquery.com\/?SAwiKw17<\/a><strong>&nbsp;<\/strong><br><strong>The last update: <\/strong>January 2021<br><strong>Compatibility with Bootstrap versions: <\/strong>Bootstrap v.4 only<br><strong>Documentation: <\/strong>yes, code snippets with examples&nbsp;<br><strong>Developers team support: <\/strong>no<br><strong>Rating: <\/strong>less than 100 stars on GitHub <a href=\"https:\/\/github.com\/shaack\/bootstrap-show-modal\">https:\/\/github.com\/shaack\/bootstrap-show-modal<\/a>&nbsp;<br><strong>Dependencies: <\/strong>jQuery&nbsp;<\/p>\n\n\n\n<h4 class=\"wp-block-heading\"><strong>Bootstrap combobox<\/strong><\/h4>\n\n\n\n<figure class=\"wp-block-image is-style-default\"><img decoding=\"async\" data-src=\"https:\/\/lh5.googleusercontent.com\/guCfRbslMhFzK9VMXsWDM61x6D5N97cO57o9ESHEPXxQ_Sn8UwPlypuInrlTyDqb9BMbMvOAADu0jdnBgjbVHJiLpWUwhD3tHay8-WIp61nRicWAHNB_mnlHvh-OSzWsbcrdtfQ\" alt=\"bootstrap plugin\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" class=\"lazyload\" \/><\/figure>\n\n\n\n<p><strong>Website\/demo:&nbsp;<\/strong><a href=\"http:\/\/bootstrap-combobox-test.herokuapp.com\/\">http:\/\/bootstrap-combobox-test.herokuapp.com\/<\/a><strong>&nbsp;<\/strong><br><strong>The last update:&nbsp;<\/strong>November 2019<br><strong>Compatibility with Bootstrap versions:&nbsp;<\/strong>Bootstrap v.2, v.3<br><strong>Documentation:&nbsp;<\/strong>yes, short documentation in the readme file, live samples&nbsp;&nbsp;<br><strong>Developers team support:&nbsp;<\/strong>no<br><strong>Rating:&nbsp;<\/strong>802k on GitHub&nbsp;<a href=\"https:\/\/github.com\/danielfarrell\/bootstrap-combobox\">https:\/\/github.com\/danielfarrell\/bootstrap-combobox<\/a>&nbsp;<br><strong>Dependencies:&nbsp;<\/strong>jQuery&nbsp;<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Special services:&nbsp;<\/h3>\n\n\n\n<h4 class=\"wp-block-heading\"><strong>Powr.io<\/strong><strong>&nbsp;<\/strong><\/h4>\n\n\n\n<figure class=\"wp-block-image is-style-default\"><img decoding=\"async\" data-src=\"https:\/\/lh3.googleusercontent.com\/imfy-C7J2igYX9Hn9lC6aLRXy39x4Q4Zsq8tYKParDntii_hpKiH4jAWoA8c_TRJKSJUuBhgY31K0yo2bjKbQbKqz0uOEK1_1IXwTxNhPTAfe2UxnycsJmS7t2hAaM7bUA8xlyk\" alt=\"powr.io plugin\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" class=\"lazyload\" \/><\/figure>\n\n\n\n<p>Powr.io is a service that allows to pick up a plugin for CMSs, frameworks, libraries, and much more. One of the frameworks is Bootstrap. The amount of plugins impresses. You can find here very rare elements like the zoom donation button, or captcha form. They all very adopted to different technologies and gather together in one place. Convenient.<\/p>\n\n\n\n<p>Powr.io offers a free trial where you can download some plugins. However, the most value from that service you get when you buy at least the minimal cost package for less than 5 $.&nbsp;<\/p>\n\n\n\n<p><strong>Website\/demo:&nbsp;<\/strong><a href=\"https:\/\/www.powr.io\/tutorials\/\">https:\/\/www.powr.io\/tutorials\/<\/a><br><strong>The last update:&nbsp;<\/strong>constantly updated<br><strong>Compatibility with Bootstrap versions:&nbsp;<\/strong>no information<br><strong>Documentation:&nbsp;<\/strong>yes, for every plugin with a live demo sample&nbsp;<br><strong>Developers team support:&nbsp;<\/strong>24\/7 online support and help center<br><strong>Rating:&nbsp;<\/strong>1,2 million plugins installation&nbsp;&nbsp;<br><strong>Dependencies:&nbsp;<\/strong>no<\/p>\n\n\n\n<h4 class=\"wp-block-heading\"><strong>Bootstrap magic<\/strong><strong>&nbsp;<\/strong><\/h4>\n\n\n\n<figure class=\"wp-block-image is-style-default\"><img decoding=\"async\" data-src=\"https:\/\/lh4.googleusercontent.com\/IuYEvYhZdXOuBbqWg6R9KKhyYODNzLiW5jGFao-94k1hd2hZOxNFyXrbT0bQn7SDu4A-6bLSMViwxT_tIw_tfSCD9y_YRAZJJLUlVZwYJfWqGHF9gTc7Km6SThuMNQXREs9qIFE\" alt=\"bootstrap magic\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" class=\"lazyload\" \/><\/figure>\n\n\n\n<p>Bootstrap magic is a constructor where you can build plugins online with a special demo page. You can change spacing, margin, color, sizes, and more for every plugin and download them.&nbsp; &nbsp;<\/p>\n\n\n\n<p><strong>Website\/demo:&nbsp;<\/strong><a href=\"https:\/\/pikock.github.io\/bootstrap-magic\/app\/index.html#!\/editor\">https:\/\/pikock.github.io\/bootstrap-magic\/app\/index.html#!\/editor<\/a><br><strong>The last update:&nbsp;<\/strong>2018<br><strong>Compatibility with Bootstrap versions:&nbsp;<\/strong>Bootstrap v.4<br><strong>Documentation:&nbsp;<\/strong>yes, on the demo page. The constructor itself contains methods and their description for every plugin that you can alter and see the immediate<br><strong>Developers team support:&nbsp;<\/strong>no<br><strong>Rating:&nbsp;<\/strong>1.7k on GitHub&nbsp;<a href=\"https:\/\/github.com\/pikock\/bootstrap-magic\">https:\/\/github.com\/pikock\/bootstrap-magic<\/a>&nbsp;<br><strong>Dependencies:&nbsp;<\/strong>no<\/p>\n\n\n\n<h4 class=\"wp-block-heading\"><strong>Bootstrap button generator<\/strong><strong>&nbsp;<\/strong><\/h4>\n\n\n\n<figure class=\"wp-block-image is-style-default\"><img decoding=\"async\" data-src=\"https:\/\/lh3.googleusercontent.com\/RKVMK5xA_WyrwksXmxBiqjTFE87wngCYbSwx5InrjxoJPW6vr7oO2kDc0rauTVsFguMrsrid2G1TZjJ4bjcOAOfIlwwxSwTzDs1fgtT3u9gC2dnnUWYeRyc9xD0Vxz99xFPiakw\" alt=\"bootstrap button generator\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" class=\"lazyload\" \/><\/figure>\n\n\n\n<p><strong>Website\/demo: <\/strong><a href=\"https:\/\/bootsnipp.com\/buttons\">https:\/\/bootsnipp.com\/buttons#<\/a><br><strong>The last update: <\/strong>no information<br><strong>Compatibility with Bootstrap versions: <\/strong>Bootstrap v.2.3 &#8211; 4.1<br><strong>Documentation: <\/strong>no, only a constructor with one-line output<br><strong>Developers team support: <\/strong>no<br><strong>Rating: <\/strong>2.8k likes on Facebook&nbsp;<br><strong>Dependencies:&nbsp; <\/strong>no<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Bonus! Funny and unusual plugin:<\/h3>\n\n\n\n<h4 class=\"wp-block-heading\"><strong>Light 404<\/strong><\/h4>\n\n\n\n<figure class=\"wp-block-image is-style-default\"><img decoding=\"async\" data-src=\"https:\/\/lh4.googleusercontent.com\/X5WNisuLwsYoIQfX36v7BkAeH2Pbk2f2BramPOcuEIXeyG5X6b_65bIwCzAijjhXUivEfTMWQjOzFdAgZ16hhmd2VkwNTh_BMXtgCNVOdwbDxd4OxazGWe9K2sovgBuDypxN9tk\" alt=\"404 plugin \" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" class=\"lazyload\" \/><\/figure>\n\n\n\n<p>A humorous 404 error page with a responsive design and funny light-on effect that changes the content of the page. To download the plugin you need to fill the contact form at the bottom of the page.&nbsp;<\/p>\n\n\n\n<p><strong>Website\/demo:&nbsp;<\/strong>https:\/\/bootstraptema.ru\/_sf\/21\/2191.html<br><strong>The last update:&nbsp;<\/strong>October 2017<br><strong>Compatibility with Bootstrap versions:&nbsp;<\/strong>Bootstrap v.3&nbsp;<br><strong>Documentation:&nbsp;<\/strong>no&nbsp;<br><strong>Developers team support:&nbsp;<\/strong>no<br><strong>Rating:&nbsp;<\/strong>more than 1 thousand downloads&nbsp;<br><strong>Dependencies:&nbsp;&nbsp;<\/strong>Bootstrap CDN, jQuery CDN, jQuery NiceScroll, Modernizr<\/p>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>You might also like these articles:<\/strong><\/h2>\n\n\n\n<ul class=\"wp-block-list\"><li><a href=\"https:\/\/flatlogic.com\/blog\/6-reasons-to-use-reactjs-for-web-development\/\"><a href=\"https:\/\/flatlogic.com\/blog\/37-simple-css3-html-table-templates-examples\/\">37 Simple and Useful Table Templates &amp; Examples for Web Developers<\/a><\/a><\/li><li><a href=\"https:\/\/flatlogic.com\/blog\/etl-extract-transform-load-best-practices-etl-process-and-lifehacks\/\">ETL (Extract, Transform, Load). Best Practices ETL Process and Lifehacks<\/a><\/li><li><a href=\"https:\/\/flatlogic.com\/blog\/top-13-login-pages-design-examples\/\">Top 13+ Login Pages Design Examples<\/a><\/li><\/ul>\n","protected":false},"excerpt":{"rendered":"<p>Everybody is familiar with Bootstrap. It is the most popular, fast, and convenient framework for developing mobile-first responsive websites and apps. Bootstrap is famous thanks to its flexible and fully&#8230;<\/p>\n","protected":false},"author":3,"featured_media":5474,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"flatlogic_tldr":"Clarifies plugins vs components: plugins add features; components range from simple UI to complex modules.\nSelection criteria: last update, Bootstrap v5 compatibility, support, docs, ratings, dependencies.\nMost third-party Bootstrap plugins rely on jQuery; add it only if your stack can include it.\nCurates 24 free tools: packages, single plugins, services, plus a bonus; includes links, stars, updates, and deps.","flatlogic_facts":[{"text":"The article curates 24 free plugins and services to extend Bootstrap, grouped into four categories.","source":""},{"text":"UI Bootstrap last updated Oct 2017 and has 14.6k GitHub stars.","source":"https:\/\/github.com\/angular-ui\/bootstrap"},{"text":"Bootstrap Datepicker has 12.3k GitHub stars; last update May 2019.","source":"https:\/\/github.com\/uxsolutions\/bootstrap-datepicker"},{"text":"Bootstrap Multiselect last updated Nov 2020; 3.4k GitHub stars.","source":"https:\/\/github.com\/davidstutz\/bootstrap-multiselect"},{"text":"Powr.io reports 1.2 million plugin installations and offers 24\/7 support.","source":"https:\/\/www.powr.io\/tutorials\/"}],"footnotes":""},"categories":[40],"tags":[450,48,433,637],"class_list":["post-5473","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-reviews","tag-api-integration","tag-bootstrap","tag-bootstrap-admin-templates","tag-jquery"],"yoast_head":"<!-- This site is optimized with the Yoast SEO Premium plugin v26.2 (Yoast SEO v26.2) - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Top 24 Free Essential Plugins to Extend Bootstrap - Flatlogic Blog<\/title>\n<meta name=\"description\" content=\"In this article you can see more than 24 essential plugins to extend Bootsrap. Using these tools you can have more functins for your next app\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/flatlogic.com\/blog\/top-24-free-essential-plugins-to-extend-bootstrap\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Top 24 Free Essential Plugins to Extend Bootstrap\" \/>\n<meta property=\"og:description\" content=\"In this article you can see more than 24 essential plugins to extend Bootsrap. Using these tools you can have more functins for your next app\" \/>\n<meta property=\"og:url\" content=\"https:\/\/flatlogic.com\/blog\/top-24-free-essential-plugins-to-extend-bootstrap\/\" \/>\n<meta property=\"og:site_name\" content=\"Flatlogic Blog\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/flatlogic\" \/>\n<meta property=\"article:published_time\" content=\"2021-03-19T09:04:06+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2021-07-29T16:13:38+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/flatlogic.com\/blog\/wp-content\/uploads\/2021\/03\/Frame-2368tsu.png\" \/>\n\t<meta property=\"og:image:width\" content=\"1600\" \/>\n\t<meta property=\"og:image:height\" content=\"1200\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\n<meta name=\"author\" content=\"Nastassia Ovchinnikova\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@flatlogic\" \/>\n<meta name=\"twitter:site\" content=\"@flatlogic\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Nastassia Ovchinnikova\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"17 minutes\" \/>\n<!-- \/ Yoast SEO Premium plugin. -->","yoast_head_json":{"title":"Top 24 Free Essential Plugins to Extend Bootstrap - Flatlogic Blog","description":"In this article you can see more than 24 essential plugins to extend Bootsrap. Using these tools you can have more functins for your next app","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/flatlogic.com\/blog\/top-24-free-essential-plugins-to-extend-bootstrap\/","og_locale":"en_US","og_type":"article","og_title":"Top 24 Free Essential Plugins to Extend Bootstrap","og_description":"In this article you can see more than 24 essential plugins to extend Bootsrap. Using these tools you can have more functins for your next app","og_url":"https:\/\/flatlogic.com\/blog\/top-24-free-essential-plugins-to-extend-bootstrap\/","og_site_name":"Flatlogic Blog","article_publisher":"https:\/\/www.facebook.com\/flatlogic","article_published_time":"2021-03-19T09:04:06+00:00","article_modified_time":"2021-07-29T16:13:38+00:00","og_image":[{"width":1600,"height":1200,"url":"https:\/\/flatlogic.com\/blog\/wp-content\/uploads\/2021\/03\/Frame-2368tsu.png","type":"image\/png"}],"author":"Nastassia Ovchinnikova","twitter_card":"summary_large_image","twitter_creator":"@flatlogic","twitter_site":"@flatlogic","twitter_misc":{"Written by":"Nastassia Ovchinnikova","Est. reading time":"17 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/flatlogic.com\/blog\/top-24-free-essential-plugins-to-extend-bootstrap\/#article","isPartOf":{"@id":"https:\/\/flatlogic.com\/blog\/top-24-free-essential-plugins-to-extend-bootstrap\/"},"author":{"name":"Nastassia Ovchinnikova","@id":"https:\/\/flatlogic.com\/blog\/#\/schema\/person\/bed36c984b2f920a7fc450877f425eed"},"headline":"Top 24 Free Essential Plugins to Extend Bootstrap","datePublished":"2021-03-19T09:04:06+00:00","dateModified":"2021-07-29T16:13:38+00:00","mainEntityOfPage":{"@id":"https:\/\/flatlogic.com\/blog\/top-24-free-essential-plugins-to-extend-bootstrap\/"},"wordCount":3479,"publisher":{"@id":"https:\/\/flatlogic.com\/blog\/#organization"},"image":{"@id":"https:\/\/flatlogic.com\/blog\/top-24-free-essential-plugins-to-extend-bootstrap\/#primaryimage"},"thumbnailUrl":"https:\/\/flatlogic.com\/blog\/wp-content\/uploads\/2021\/03\/Frame-2368tsu.png","keywords":["API Integration","Bootstrap","Bootstrap Admin Templates","jQuery"],"articleSection":["Reviews"],"inLanguage":"en-US"},{"@type":"WebPage","@id":"https:\/\/flatlogic.com\/blog\/top-24-free-essential-plugins-to-extend-bootstrap\/","url":"https:\/\/flatlogic.com\/blog\/top-24-free-essential-plugins-to-extend-bootstrap\/","name":"Top 24 Free Essential Plugins to Extend Bootstrap - Flatlogic Blog","isPartOf":{"@id":"https:\/\/flatlogic.com\/blog\/#website"},"primaryImageOfPage":{"@id":"https:\/\/flatlogic.com\/blog\/top-24-free-essential-plugins-to-extend-bootstrap\/#primaryimage"},"image":{"@id":"https:\/\/flatlogic.com\/blog\/top-24-free-essential-plugins-to-extend-bootstrap\/#primaryimage"},"thumbnailUrl":"https:\/\/flatlogic.com\/blog\/wp-content\/uploads\/2021\/03\/Frame-2368tsu.png","datePublished":"2021-03-19T09:04:06+00:00","dateModified":"2021-07-29T16:13:38+00:00","description":"In this article you can see more than 24 essential plugins to extend Bootsrap. Using these tools you can have more functins for your next app","breadcrumb":{"@id":"https:\/\/flatlogic.com\/blog\/top-24-free-essential-plugins-to-extend-bootstrap\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/flatlogic.com\/blog\/top-24-free-essential-plugins-to-extend-bootstrap\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/flatlogic.com\/blog\/top-24-free-essential-plugins-to-extend-bootstrap\/#primaryimage","url":"https:\/\/flatlogic.com\/blog\/wp-content\/uploads\/2021\/03\/Frame-2368tsu.png","contentUrl":"https:\/\/flatlogic.com\/blog\/wp-content\/uploads\/2021\/03\/Frame-2368tsu.png","width":1600,"height":1200},{"@type":"BreadcrumbList","@id":"https:\/\/flatlogic.com\/blog\/top-24-free-essential-plugins-to-extend-bootstrap\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/flatlogic.com\/blog\/"},{"@type":"ListItem","position":2,"name":"Top 24 Free Essential Plugins to Extend Bootstrap"}]},{"@type":"WebSite","@id":"https:\/\/flatlogic.com\/blog\/#website","url":"https:\/\/flatlogic.com\/blog\/","name":"Flatlogic Blog","description":"Vibe-coding, AI Agents, Professional Software Development Services, Case Studies and More","publisher":{"@id":"https:\/\/flatlogic.com\/blog\/#organization"},"alternateName":"Flatlogic Blog","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/flatlogic.com\/blog\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/flatlogic.com\/blog\/#organization","name":"Flatlogic","url":"https:\/\/flatlogic.com\/blog\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/flatlogic.com\/blog\/#\/schema\/logo\/image\/","url":"https:\/\/flatlogic.com\/blog\/wp-content\/uploads\/2025\/10\/62ea6de0b3469aa3d6ebb528-1.png","contentUrl":"https:\/\/flatlogic.com\/blog\/wp-content\/uploads\/2025\/10\/62ea6de0b3469aa3d6ebb528-1.png","width":970,"height":257,"caption":"Flatlogic"},"image":{"@id":"https:\/\/flatlogic.com\/blog\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/flatlogic","https:\/\/x.com\/flatlogic","https:\/\/www.instagram.com\/flatlogiccom\/","https:\/\/www.linkedin.com\/company\/flatlogic\/"]},{"@type":"Person","@id":"https:\/\/flatlogic.com\/blog\/#\/schema\/person\/bed36c984b2f920a7fc450877f425eed","name":"Nastassia Ovchinnikova","url":"https:\/\/flatlogic.com\/blog\/author\/nastassia\/"}]}},"_links":{"self":[{"href":"https:\/\/flatlogic.com\/blog\/wp-json\/wp\/v2\/posts\/5473","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/flatlogic.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/flatlogic.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/flatlogic.com\/blog\/wp-json\/wp\/v2\/users\/3"}],"replies":[{"embeddable":true,"href":"https:\/\/flatlogic.com\/blog\/wp-json\/wp\/v2\/comments?post=5473"}],"version-history":[{"count":8,"href":"https:\/\/flatlogic.com\/blog\/wp-json\/wp\/v2\/posts\/5473\/revisions"}],"predecessor-version":[{"id":7326,"href":"https:\/\/flatlogic.com\/blog\/wp-json\/wp\/v2\/posts\/5473\/revisions\/7326"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/flatlogic.com\/blog\/wp-json\/wp\/v2\/media\/5474"}],"wp:attachment":[{"href":"https:\/\/flatlogic.com\/blog\/wp-json\/wp\/v2\/media?parent=5473"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/flatlogic.com\/blog\/wp-json\/wp\/v2\/categories?post=5473"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/flatlogic.com\/blog\/wp-json\/wp\/v2\/tags?post=5473"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}