Skip to content

Instantly share code, notes, and snippets.

@mvtango
Last active August 29, 2015 14:07
Show Gist options
  • Save mvtango/792a28acd21bf35090a3 to your computer and use it in GitHub Desktop.
Save mvtango/792a28acd21bf35090a3 to your computer and use it in GitHub Desktop.
Twitter List Widget
<html>
<head><title>Two Twitter List Widgets</title></head>
<body>
<h2>Twitter Anleitung:
<a href="https://dev.twitter.com/web/embedded-timelines#timeline-selection">Eine Widget ID, mehrere Listen</a>
</h2>
<div style="width:50%; height: 500px; float:left">
<a class="twitter-timeline" href="https://twitter.com/dpa/lists/erdogan-in-koeln" data-list-slug="erdogan-in-koeln" data-list-owner-screen-name="dpa" data-widget-id="432176307640606720">Erdogan in Koeln</a>
</div>
<div style="width:50%; height: 500px; float:left">
<a class="twitter-timeline" href="https://twitter.com/dpa/lists/wahlen-umfragen" data-list-slug="wahlen-umfragen" data-list-owner-screen-name="dpa" data-widget-id="432176307640606720">Wahlen / Umfragen</a>
</div>
<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>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment