Last active
August 29, 2015 14:07
-
-
Save mvtango/792a28acd21bf35090a3 to your computer and use it in GitHub Desktop.
Twitter List Widget
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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