Closed mishazawa closed 8 years ago
This appears to be a textAngular issue: fraywing/textAngular#1204
Thank @arusahni for link. I try to add pure embed tweet and Angular stripes <script>
tags and twitter's dev widget not compile it to pretty tweet. I read https://github.com/fraywing/textAngular/issues/1204 thread, and use $compile
to execute that widget manually.
Glad it worked! Is your issue resolved? If so, I'll close this.
Yes. Thank you!
Hello. I try to add
<twitter-widget></twitter-widget>
tag through WYSIWYG editor on page, but in html it not renders to tweet. I addtwitter-widget
descriptor to sanitizers options, because without that, sanitizer delete this tag and leave only<p></p>
.On a picture: first
<p>
and<blockquote>
rendered if I add<twitter-widget><blockquo....
. Second<p>
not renders to tweet if I use directive with id.What is wrong? Thanks for reply.