Hi, while I can easily embed twitter post (after addif the widget.js script), I can do the same with a facebook post. I keep getting the error "Must be a facebook.com url". I inspect the element and indeed Q2A is somehoe changing the links
Facebook embed structure
<div class="fb-post" data-href="facebookPostURL" data-width="500"></div>
in Q2A
<div class="fb-post" data-href="Q2AuestionURL" data-width="500"></div>
I'm guessing this might be a safety feature (to some how avoid external content), but I would like to know if some else is having this issue?