Welcome to the Question2Answer Q&A. There's also a demo if you just want to try it out.
0 votes
537 views
in Q2A Core by
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?
Q2A version: 1.6.2

Please log in or register to answer this question.

...