humanmade / Simple-Instant-Articles-for-Facebook

Add support for Facebook Instant Articles to your WordPress site.
7 stars 0 forks source link

Ensure scripts are loaded for brightcove oembed #49

Closed mattheu closed 8 years ago

mattheu commented 8 years ago

The Brightcove embed handler enqueues a script. We need to make sure this is output inside the FB social iframe.

I'm trying to avoid just hardcoding the script into our facebook stuff - but was a bit tricky! Have to find the embed handler and check the regex against it, then hack the script to load. Might be over complicating this.