I'm developing a wordpress plugin. This plugin will use shortcodes to display larges chunks of HTML that are styled with Bootstrap 3. However, I cannot depend on whether or not the theme has bootstrap 3 enabled. Is there a way, from my plugin, to ensure that the bootstrap 3 libraries get added to the page?
I've looked through the documentation and nothing seems clear enough. I have a feeling it has to do with wp_enqueue_script, but not sure of the hooks I'd need to use to tie into the CSS/JS on the main page/post pages/theme header, etc.