Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
I'm trying to create a Widget in Qlik Sense 3.0 that shows live Twitter feeds. On the Twitter Settings page I've already created a Widget to display search results and copied/pasted the generated code into the Widget in Qlik Sense (see code below).
<a class="twitter-timeline" href="https://twitter.com/search?q=qlik%20sense" data-widget-id="751114403718856704">Tweets about qlik sense</a>
<script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0],p=/^http:/.test(d.location)?'http':'https';if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src=p+"://platform.twitter.com/widgets.js";fjs.parentNode.insertBefore(js,fjs);}}(document,"script","twitter-wjs");</script>
The code generates frame with live twitter feeds and seems to be correct. When I preview the code in Qlik Sense the only thing that is shown is a clickable link, but the actual feeds do not show up.
Any help would be appreciated.
Hi Steven,
We do not allow <script> tags in widgets, you will have to use visualization extensions for that.
regards
Hi Steven,
We do not allow <script> tags in widgets, you will have to use visualization extensions for that.
regards