Page 2 of 2

Embedding a Twitter Timeline

Posted: Tue Dec 08, 2015 3:34 am
by Alberto da Silva

Any solution to this? I also get the screenshot above and the tweets does not appear. It is working on the web preview but not on the appery.io tester or on the device.


Embedding a Twitter Timeline

Posted: Tue Dec 08, 2015 3:48 pm
by Evgene Karachevtsev

Hello Alberto,

Could you please clarify do you have any errors in a browser console?


Embedding a Twitter Timeline

Posted: Sat Nov 05, 2016 6:43 pm
by Camilo Zambrano

Good day,

I have the same problem Embedding a Twitter Timeline, I create an HTML component in my Angular/Bootstrap App, and paste the generated code by https://publish.twitter.com/#

code<a class="twitter-timeline" data-lang="en" data-theme="dark" href="https:&#47;&#47;twitter&#46;com/TwitterDev/lists/national-parks">A Twitter List by TwitterDev</a> <script async src="&#47;&#47;platform&#46;twitter&#46;com/widgets&#46;js" charset="utf-8"></script>/code

But it displays wrong.

I edit the HTML and the code is automatically changed to:

code<a class="twitter-timeline" data-lang="en" data-theme="dark" href="https:&#47;&#47;twitter&#46;com/TwitterDev/lists/national-parks">A Twitter List by TwitterDev</a> async src="&#47;&#47;platform&#46;twitter&#46;com/widgets&#46;js" charset="utf-8"></script>/code

Image