0

When we use https://publish.twitter.com/# to get the script for Twitter timeline and use it in Webview at mobile app, the script simply showing "Tweets by " as a link instead of showing timeline.

Can anyone suggest what is missing here?

Srinivas G
  • 339
  • 3
  • 16

1 Answers1

0

I just get an answer from Twitter staff. We need to add https: to the widgets.js and its working fine for me.

<script async src="https://platform.twitter.com/widgets.js" charset="utf-8"></script>
Srinivas G
  • 339
  • 3
  • 16