Welcome to the Question2Answer Q&A. There's also a demo if you just want to try it out.
+1 vote
441 views
in Plugins by
suppose i want to embed this code


<iframe frameborder="0" scrolling="no" style="border:0px" src="https://books.google.co.in/books?id=gov0ixHsLcwC&lpg=RA1-PA319&dq=short%20electrical%20question&pg=RA1-PA318&output=embed" width=500 height=500></iframe>

1 Answer

+1 vote
by
There is an embed plugin here: https://github.com/NoahY/q2a-embed

It says it can embed from URLs so you should be able to use the bit in the src attribute and it will add an iframe for that.
by
thanks.........
...