humanmade / Simple-Instant-Articles-for-Facebook

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

2 Vine posts on the same page #63

Open mattheu opened 8 years ago

mattheu commented 8 years ago

If 2 vine embeds are added, they render differently.

This is caused by https://github.com/humanmade/Simple-Instant-Articles-for-Facebook/pull/60

Double iFrames are now unwrapped allowing the video to show full width.

Appears to be because the first has an extra script tag added, but this isn't present for the second. Oddly enough both embeds works OK.

I think we should explicitly target desired embeds when unwrapping the iFrames. Try and prevent these things happening.