MWDelaney / bootstrap-3-shortcodes

WordPress shortcodes for easier use of Bootstrap elements in your content.
https://wordpress.org/plugins/bootstrap-3-shortcodes/
MIT License
377 stars 118 forks source link

Responsive Embeds not working. #137

Closed bkaminski closed 8 years ago

bkaminski commented 8 years ago

When applying the shortcode for responsive-embeds, the browser renders the bootstrap HTML necessary for the embed but doesn't include the link to the object to be embedded. Upon viewing the source of the page I get:

<div class="embed-responsive embed-responsive-16by9"></div>

With no link to the embedded item.

I am running WP Version 4.6.1 with PHP version 5.3.2

Is it the PHP version that is causing this mishap?