I am currently trying to develop a Twitter Timeline application for Twitch Extensions. I am struggling greatly because twitch does not allow you to access outside resources, so no links to JS or CSS files, they all must be contained within the extension package. Is this possible with Twitter? I tried embedding into HTML, which doesn’t work and then tried to pull in widget.js locally and I am still running into problems with JS files linking outside of widget.js.
A Twitch extension exists already that does this, so it seems possible, but I am struggling with implementation. Any help is greatly appreciated!
The Twitter embeds will not work without loading resources from Twitter servers. There are options like my <twitter-status> web component that you can build into your extension code and give it JSON data from the Twitter API.
system
Closed
#3
This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.