Bootstrap popovers with Views

If you are using a Bootstrap based theme, then you’ll probably be familiar with many of the built-in components that come with the Bootstrap framework. Most of these components can be implemented directly using data attributes in your HTML and this makes them accessible to us directly from Views. In this article we are going to be using Views to add a popover directly to our custom post data displayed on the page. We don’t have to add any styling or create html for the popover, we just need to set data-attributes in our view and one line of jQuery … Continued