Fix HTTP urls to HTTPS
* Do not fix urls for the `http://apache.org/xml/features` when we configure XML components * Do not fix urls for localhost and fake links in tests * Fix all the dead links in docs
This commit is contained in:
@@ -30,10 +30,10 @@ var page={};var onCondition=function(D,C,A,B){D=D;A=A?Math.min(A,5):5;B=B||100;i
|
||||
<meta content="NOODP" name="robots" />
|
||||
<meta content="n" name="session-loggedin" />
|
||||
<title id="page_title">Twitter</title>
|
||||
<link href="http://a1.twimg.com/a/1295478501/images/twitter_57.png" rel="apple-touch-icon" />
|
||||
<link href="/oexchange.xrd" rel="http://oexchange.org/spec/0.8/rel/related-target" type="application/xrd+xml" />
|
||||
<link href="http://a1.twimg.com/a/1295478501/images/favicon.ico" rel="shortcut icon" type="image/x-icon" />
|
||||
<link href="http://a1.twimg.com/a/1295478501/stylesheets/fronts.css?1295482593" media="screen" rel="stylesheet" type="text/css" />
|
||||
<link href="https://a1.twimg.com/a/1295478501/images/twitter_57.png" rel="apple-touch-icon" />
|
||||
<link href="/oexchange.xrd" rel="http://www.oexchange.org/spec/0.8/rel/related-target" type="application/xrd+xml" />
|
||||
<link href="https://a1.twimg.com/a/1295478501/images/favicon.ico" rel="shortcut icon" type="image/x-icon" />
|
||||
<link href="https://a1.twimg.com/a/1295478501/stylesheets/fronts.css?1295482593" media="screen" rel="stylesheet" type="text/css" />
|
||||
|
||||
</head>
|
||||
|
||||
@@ -48,7 +48,7 @@ if (window.top !== window.self) {document.write = "";window.top.location = windo
|
||||
<div class="background">
|
||||
<div class="inner">
|
||||
<div id="logo-search">
|
||||
<a href="/" id="logo"><img alt="Twitter" height="55" src="http://a0.twimg.com/a/1295478501/images/fronts/logo_withbird_home.png" width="224" /></a>
|
||||
<a href="/" id="logo"><img alt="Twitter" height="55" src="https://a0.twimg.com/a/1295478501/images/fronts/logo_withbird_home.png" width="224" /></a>
|
||||
<form action="/search" id="home_search" method="post"><div style="margin:0;padding:0"><input name="authenticity_token" type="hidden" value="4d30c2d23edb482994501b4f75b9fba98308a16d" /></div>
|
||||
<p>
|
||||
<input accesskey="/" class="round-left" id="searchform_q" name="q" size="30" tabindex="8" type="text" /><input class="submit round-right" id="searchform_submit" name="commit" tabindex="9" type="submit" value="Search" />
|
||||
@@ -110,7 +110,7 @@ if (window.top !== window.self) {document.write = "";window.top.location = windo
|
||||
<p id="signup-btn"><a href="/signup" id="signup_submit" tabindex="10"><span>Sign Up ›</span></a></p>
|
||||
<h2>A #NewTwitter</h2>
|
||||
<p><a href="/newtwitter">Catch a glimpse</a> of the new Twitter.com.</p>
|
||||
<p><a href="/newtwitter?autoplay=true" id="video-thumb"><img alt="Video-sample-ss" height="140" src="http://a0.twimg.com/a/1295478501/images/whatsnew/video-sample-ss.png" width="200" /></a></p>
|
||||
<p><a href="/newtwitter?autoplay=true" id="video-thumb"><img alt="Video-sample-ss" height="140" src="https://a0.twimg.com/a/1295478501/images/whatsnew/video-sample-ss.png" width="200" /></a></p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
@@ -127,49 +127,49 @@ if (window.top !== window.self) {document.write = "";window.top.location = windo
|
||||
<li class="trend-label">Trending topics</li>
|
||||
|
||||
<li>
|
||||
<a href="http://twitter.com/search?q=Catwoman" class="search_link" name="Catwoman" rel="nofollow">Catwoman</a>
|
||||
<a href="https://twitter.com/search?q=Catwoman" class="search_link" name="Catwoman" rel="nofollow">Catwoman</a>
|
||||
|
||||
<em class="description"></em>
|
||||
</li>
|
||||
|
||||
|
||||
<li>
|
||||
<a href="http://twitter.com/search?q=Damn+Beliebers" class="search_link" name="Damn Beliebers" rel="nofollow">Damn Beliebers</a>
|
||||
<a href="https://twitter.com/search?q=Damn+Beliebers" class="search_link" name="Damn Beliebers" rel="nofollow">Damn Beliebers</a>
|
||||
|
||||
<em class="description"></em>
|
||||
</li>
|
||||
|
||||
|
||||
<li>
|
||||
<a href="http://twitter.com/search?q=Anne+Hathaway" class="search_link" name="Anne Hathaway" rel="nofollow">Anne Hathaway</a>
|
||||
<a href="https://twitter.com/search?q=Anne+Hathaway" class="search_link" name="Anne Hathaway" rel="nofollow">Anne Hathaway</a>
|
||||
|
||||
<em class="description"></em>
|
||||
</li>
|
||||
|
||||
|
||||
<li>
|
||||
<a href="http://twitter.com/search?q=Steven+Tyler" class="search_link" name="Steven Tyler" rel="nofollow">Steven Tyler</a>
|
||||
<a href="https://twitter.com/search?q=Steven+Tyler" class="search_link" name="Steven Tyler" rel="nofollow">Steven Tyler</a>
|
||||
|
||||
<em class="description"></em>
|
||||
</li>
|
||||
|
||||
|
||||
<li>
|
||||
<a href="http://twitter.com/search?q=Coachella" class="search_link" name="Coachella" rel="nofollow">Coachella</a>
|
||||
<a href="https://twitter.com/search?q=Coachella" class="search_link" name="Coachella" rel="nofollow">Coachella</a>
|
||||
|
||||
<em class="description"></em>
|
||||
</li>
|
||||
|
||||
|
||||
<li>
|
||||
<a href="http://twitter.com/search?q=Friday" class="search_link" name="Friday" rel="nofollow">Friday</a>
|
||||
<a href="https://twitter.com/search?q=Friday" class="search_link" name="Friday" rel="nofollow">Friday</a>
|
||||
|
||||
<em class="description"></em>
|
||||
</li>
|
||||
|
||||
|
||||
<li>
|
||||
<a href="http://twitter.com/search?q=Modern+Family" class="search_link" name="Modern Family" rel="nofollow">Modern Family</a>
|
||||
<a href="https://twitter.com/search?q=Modern+Family" class="search_link" name="Modern Family" rel="nofollow">Modern Family</a>
|
||||
|
||||
<em class="description"></em>
|
||||
</li>
|
||||
@@ -178,49 +178,49 @@ if (window.top !== window.self) {document.write = "";window.top.location = windo
|
||||
<li class="trend-label">Trending topics</li>
|
||||
|
||||
<li>
|
||||
<a href="http://twitter.com/search?q=Obamacare" class="search_link" name="Obamacare" rel="nofollow">Obamacare</a>
|
||||
<a href="https://twitter.com/search?q=Obamacare" class="search_link" name="Obamacare" rel="nofollow">Obamacare</a>
|
||||
|
||||
<em class="description"></em>
|
||||
</li>
|
||||
|
||||
|
||||
<li>
|
||||
<a href="http://twitter.com/search?q=First+Class" class="search_link" name="First Class" rel="nofollow">First Class</a>
|
||||
<a href="https://twitter.com/search?q=First+Class" class="search_link" name="First Class" rel="nofollow">First Class</a>
|
||||
|
||||
<em class="description"></em>
|
||||
</li>
|
||||
|
||||
|
||||
<li>
|
||||
<a href="http://twitter.com/search?q=English" class="search_link" name="English" rel="nofollow">English</a>
|
||||
<a href="https://twitter.com/search?q=English" class="search_link" name="English" rel="nofollow">English</a>
|
||||
|
||||
<em class="description"></em>
|
||||
</li>
|
||||
|
||||
|
||||
<li>
|
||||
<a href="http://twitter.com/search?q=Rise+%26+Grind" class="search_link" name="Rise & Grind" rel="nofollow">Rise & Grind</a>
|
||||
<a href="https://twitter.com/search?q=Rise+%26+Grind" class="search_link" name="Rise & Grind" rel="nofollow">Rise & Grind</a>
|
||||
|
||||
<em class="description"></em>
|
||||
</li>
|
||||
|
||||
|
||||
<li>
|
||||
<a href="http://twitter.com/search?q=Rivaldo" class="search_link" name="Rivaldo" rel="nofollow">Rivaldo</a>
|
||||
<a href="https://twitter.com/search?q=Rivaldo" class="search_link" name="Rivaldo" rel="nofollow">Rivaldo</a>
|
||||
|
||||
<em class="description"></em>
|
||||
</li>
|
||||
|
||||
|
||||
<li>
|
||||
<a href="http://twitter.com/search?q=Seoul+Music+Awards" class="search_link" name="Seoul Music Awards" rel="nofollow">Seoul Music Awards</a>
|
||||
<a href="https://twitter.com/search?q=Seoul+Music+Awards" class="search_link" name="Seoul Music Awards" rel="nofollow">Seoul Music Awards</a>
|
||||
|
||||
<em class="description"></em>
|
||||
</li>
|
||||
|
||||
|
||||
<li>
|
||||
<a href="http://twitter.com/search?q=Passiva" class="search_link" name="Passiva" rel="nofollow">Passiva</a>
|
||||
<a href="https://twitter.com/search?q=Passiva" class="search_link" name="Passiva" rel="nofollow">Passiva</a>
|
||||
|
||||
<em class="description"></em>
|
||||
</li>
|
||||
@@ -229,49 +229,49 @@ if (window.top !== window.self) {document.write = "";window.top.location = windo
|
||||
<li class="trend-label">Trending topics</li>
|
||||
|
||||
<li>
|
||||
<a href="http://twitter.com/search?q=JBisJonasBrothers" class="search_link" name="JBisJonasBrothers" rel="nofollow">JBisJonasBrothers</a>
|
||||
<a href="https://twitter.com/search?q=JBisJonasBrothers" class="search_link" name="JBisJonasBrothers" rel="nofollow">JBisJonasBrothers</a>
|
||||
|
||||
<em class="description"></em>
|
||||
</li>
|
||||
|
||||
|
||||
<li>
|
||||
<a href="http://twitter.com/search?q=Farmac%C3%AAutico" class="search_link" name="Farmacêutico" rel="nofollow">Farmacêutico</a>
|
||||
<a href="https://twitter.com/search?q=Farmac%C3%AAutico" class="search_link" name="Farmacêutico" rel="nofollow">Farmacêutico</a>
|
||||
|
||||
<em class="description"></em>
|
||||
</li>
|
||||
|
||||
|
||||
<li>
|
||||
<a href="http://twitter.com/search?q=Giuliano" class="search_link" name="Giuliano" rel="nofollow">Giuliano</a>
|
||||
<a href="https://twitter.com/search?q=Giuliano" class="search_link" name="Giuliano" rel="nofollow">Giuliano</a>
|
||||
|
||||
<em class="description"></em>
|
||||
</li>
|
||||
|
||||
|
||||
<li>
|
||||
<a href="http://twitter.com/search?q=Edgar+Allan+Poe" class="search_link" name="Edgar Allan Poe" rel="nofollow">Edgar Allan Poe</a>
|
||||
<a href="https://twitter.com/search?q=Edgar+Allan+Poe" class="search_link" name="Edgar Allan Poe" rel="nofollow">Edgar Allan Poe</a>
|
||||
|
||||
<em class="description"></em>
|
||||
</li>
|
||||
|
||||
|
||||
<li>
|
||||
<a href="http://twitter.com/search?q=Tom+Hardy" class="search_link" name="Tom Hardy" rel="nofollow">Tom Hardy</a>
|
||||
<a href="https://twitter.com/search?q=Tom+Hardy" class="search_link" name="Tom Hardy" rel="nofollow">Tom Hardy</a>
|
||||
|
||||
<em class="description"></em>
|
||||
</li>
|
||||
|
||||
|
||||
<li>
|
||||
<a href="http://twitter.com/search?q=Janis+Joplin" class="search_link" name="Janis Joplin" rel="nofollow">Janis Joplin</a>
|
||||
<a href="https://twitter.com/search?q=Janis+Joplin" class="search_link" name="Janis Joplin" rel="nofollow">Janis Joplin</a>
|
||||
|
||||
<em class="description"></em>
|
||||
</li>
|
||||
|
||||
|
||||
<li>
|
||||
<a href="http://twitter.com/search?q=Bane" class="search_link" name="Bane" rel="nofollow">Bane</a>
|
||||
<a href="https://twitter.com/search?q=Bane" class="search_link" name="Bane" rel="nofollow">Bane</a>
|
||||
|
||||
<em class="description"></em>
|
||||
</li>
|
||||
@@ -288,7 +288,7 @@ if (window.top !== window.self) {document.write = "";window.top.location = windo
|
||||
|
||||
<ul id="accessibility" class="offscreen">
|
||||
<li><a href="#content" accesskey="0">Skip past navigation</a></li>
|
||||
<li>On a mobile phone? Check out <a href="http://m.twitter.com/">m.twitter.com</a>!</li>
|
||||
<li>On a mobile phone? Check out <a href="https://m.twitter.com/">m.twitter.com</a>!</li>
|
||||
<li><a href="#footer" accesskey="2">Skip to navigation</a></li>
|
||||
<li><a href="#signin">Skip to sign in form</a></li>
|
||||
</ul>
|
||||
@@ -314,25 +314,25 @@ if (window.top !== window.self) {document.write = "";window.top.location = windo
|
||||
<h3>Top Trending Topics</h3>
|
||||
<ul>
|
||||
|
||||
<li><a href="http://twitter.com/search?q=%23iloveyoubecause" class="search_link" name="#iloveyoubecause" rel="nofollow">#iloveyoubecause</a></li>
|
||||
<li><a href="https://twitter.com/search?q=%23iloveyoubecause" class="search_link" name="#iloveyoubecause" rel="nofollow">#iloveyoubecause</a></li>
|
||||
|
||||
<li><a href="http://twitter.com/search?q=%23501pjmnotalone" class="search_link" name="#501pjmnotalone" rel="nofollow">#501pjmnotalone</a></li>
|
||||
<li><a href="https://twitter.com/search?q=%23501pjmnotalone" class="search_link" name="#501pjmnotalone" rel="nofollow">#501pjmnotalone</a></li>
|
||||
|
||||
<li><a href="http://twitter.com/search?q=Catwoman" class="search_link" name="Catwoman" rel="nofollow">Catwoman</a></li>
|
||||
<li><a href="https://twitter.com/search?q=Catwoman" class="search_link" name="Catwoman" rel="nofollow">Catwoman</a></li>
|
||||
|
||||
<li><a href="http://twitter.com/search?q=%23tweetumfilmecompassiva" class="search_link" name="#tweetumfilmecompassiva" rel="nofollow">#tweetumfilmecompassiva</a></li>
|
||||
<li><a href="https://twitter.com/search?q=%23tweetumfilmecompassiva" class="search_link" name="#tweetumfilmecompassiva" rel="nofollow">#tweetumfilmecompassiva</a></li>
|
||||
|
||||
<li><a href="http://twitter.com/search?q=JBisJonasBrothers" class="search_link" name="JBisJonasBrothers" rel="nofollow">JBisJonasBrothers</a></li>
|
||||
<li><a href="https://twitter.com/search?q=JBisJonasBrothers" class="search_link" name="JBisJonasBrothers" rel="nofollow">JBisJonasBrothers</a></li>
|
||||
|
||||
<li><a href="http://twitter.com/search?q=Damn+Beliebers" class="search_link" name="Damn Beliebers" rel="nofollow">Damn Beliebers</a></li>
|
||||
<li><a href="https://twitter.com/search?q=Damn+Beliebers" class="search_link" name="Damn Beliebers" rel="nofollow">Damn Beliebers</a></li>
|
||||
|
||||
<li><a href="http://twitter.com/search?q=Rise+%26+Grind" class="search_link" name="Rise & Grind" rel="nofollow">Rise & Grind</a></li>
|
||||
<li><a href="https://twitter.com/search?q=Rise+%26+Grind" class="search_link" name="Rise & Grind" rel="nofollow">Rise & Grind</a></li>
|
||||
|
||||
<li><a href="http://twitter.com/search?q=Seoul+Music+Awards" class="search_link" name="Seoul Music Awards" rel="nofollow">Seoul Music Awards</a></li>
|
||||
<li><a href="https://twitter.com/search?q=Seoul+Music+Awards" class="search_link" name="Seoul Music Awards" rel="nofollow">Seoul Music Awards</a></li>
|
||||
|
||||
<li><a href="http://twitter.com/search?q=Arin+Ilejay" class="search_link" name="Arin Ilejay" rel="nofollow">Arin Ilejay</a></li>
|
||||
<li><a href="https://twitter.com/search?q=Arin+Ilejay" class="search_link" name="Arin Ilejay" rel="nofollow">Arin Ilejay</a></li>
|
||||
|
||||
<li><a href="http://twitter.com/search?q=Animated+Series" class="search_link" name="Animated Series" rel="nofollow">Animated Series</a></li>
|
||||
<li><a href="https://twitter.com/search?q=Animated+Series" class="search_link" name="Animated Series" rel="nofollow">Animated Series</a></li>
|
||||
|
||||
</ul>
|
||||
</div>
|
||||
@@ -349,11 +349,11 @@ if (window.top !== window.self) {document.write = "";window.top.location = windo
|
||||
<h2>See who’s here</h2>
|
||||
<ul>
|
||||
<li>
|
||||
<a href="/nate_robinson" class="avatar-sm" hreflang="en" id="icon_nate_robinson" rel="nate_robinson" target="_blank"><img alt="" border="0" height="48" src="http://a3.twimg.com/profile_images/1220597165/nate_robinson_normal.jpg" style="vertical-align:middle" width="48" /></a>
|
||||
<a href="/nate_robinson" class="avatar-sm" hreflang="en" id="icon_nate_robinson" rel="nate_robinson" target="_blank"><img alt="" border="0" height="48" src="https://a3.twimg.com/profile_images/1220597165/nate_robinson_normal.jpg" style="vertical-align:middle" width="48" /></a>
|
||||
|
||||
<div class="hc" id="hc_nate_robinson">
|
||||
<div class="hc-profile">
|
||||
<a href="/nate_robinson" class="avatar" hreflang="en" target="_blank"><img alt="nate_robinson" border="0" height="48" src="http://a3.twimg.com/profile_images/1220597165/nate_robinson_normal.jpg" style="vertical-align:middle" width="48" /></a>
|
||||
<a href="/nate_robinson" class="avatar" hreflang="en" target="_blank"><img alt="nate_robinson" border="0" height="48" src="https://a3.twimg.com/profile_images/1220597165/nate_robinson_normal.jpg" style="vertical-align:middle" width="48" /></a>
|
||||
<div class="hc-name"><strong>Nate Robinson</strong><span class="hc-verified"> </span></div>
|
||||
<span class="hc-username">@<a href="/nate_robinson">nate_robinson</a></span>
|
||||
<span class="hc-location">Rain city ( word aapp ) | in Sports</span>
|
||||
@@ -369,11 +369,11 @@ if (window.top !== window.self) {document.write = "";window.top.location = windo
|
||||
</div>
|
||||
</li>
|
||||
<li>
|
||||
<a href="/ev" class="avatar-sm" hreflang="en" id="icon_ev" rel="ev" target="_blank"><img alt="" border="0" height="48" src="http://a0.twimg.com/profile_images/1147019935/evedit0xr_2_normal.jpg" style="vertical-align:middle" width="48" /></a>
|
||||
<a href="/ev" class="avatar-sm" hreflang="en" id="icon_ev" rel="ev" target="_blank"><img alt="" border="0" height="48" src="https://a0.twimg.com/profile_images/1147019935/evedit0xr_2_normal.jpg" style="vertical-align:middle" width="48" /></a>
|
||||
|
||||
<div class="hc" id="hc_ev">
|
||||
<div class="hc-profile">
|
||||
<a href="/ev" class="avatar" hreflang="en" target="_blank"><img alt="ev" border="0" height="48" src="http://a0.twimg.com/profile_images/1147019935/evedit0xr_2_normal.jpg" style="vertical-align:middle" width="48" /></a>
|
||||
<a href="/ev" class="avatar" hreflang="en" target="_blank"><img alt="ev" border="0" height="48" src="https://a0.twimg.com/profile_images/1147019935/evedit0xr_2_normal.jpg" style="vertical-align:middle" width="48" /></a>
|
||||
<div class="hc-name"><strong>Evan Williams</strong><span class="hc-verified"> </span></div>
|
||||
<span class="hc-username">@<a href="/ev">ev</a></span>
|
||||
<span class="hc-location">San Francisco, CA, US | in Business</span>
|
||||
@@ -389,11 +389,11 @@ if (window.top !== window.self) {document.write = "";window.top.location = windo
|
||||
</div>
|
||||
</li>
|
||||
<li>
|
||||
<a href="/nytimes" class="avatar-sm" hreflang="en" id="icon_nytimes" rel="nytimes" target="_blank"><img alt="" border="0" height="48" src="http://a2.twimg.com/profile_images/57465005/twitter_avatar.nyt_normal.jpg" style="vertical-align:middle" width="48" /></a>
|
||||
<a href="/nytimes" class="avatar-sm" hreflang="en" id="icon_nytimes" rel="nytimes" target="_blank"><img alt="" border="0" height="48" src="https://a2.twimg.com/profile_images/57465005/twitter_avatar.nyt_normal.jpg" style="vertical-align:middle" width="48" /></a>
|
||||
|
||||
<div class="hc" id="hc_nytimes">
|
||||
<div class="hc-profile">
|
||||
<a href="/nytimes" class="avatar" hreflang="en" target="_blank"><img alt="nytimes" border="0" height="48" src="http://a2.twimg.com/profile_images/57465005/twitter_avatar.nyt_normal.jpg" style="vertical-align:middle" width="48" /></a>
|
||||
<a href="/nytimes" class="avatar" hreflang="en" target="_blank"><img alt="nytimes" border="0" height="48" src="https://a2.twimg.com/profile_images/57465005/twitter_avatar.nyt_normal.jpg" style="vertical-align:middle" width="48" /></a>
|
||||
<div class="hc-name"><strong>The New York Times</strong><span class="hc-verified"> </span></div>
|
||||
<span class="hc-username">@<a href="/nytimes">nytimes</a></span>
|
||||
<span class="hc-location">New York, NY | in News</span>
|
||||
@@ -401,7 +401,7 @@ if (window.top !== window.self) {document.write = "";window.top.location = windo
|
||||
|
||||
<div class="hc-tweet">
|
||||
<div class="hc-label">Recently tweeted:</div>
|
||||
<div class="hc-tweet-text">The Caucus: Chinese President May Get Earful From Lawmakers http://nyti.ms/gVqqut</div>
|
||||
<div class="hc-tweet-text">The Caucus: Chinese President May Get Earful From Lawmakers https://nyti.ms/gVqqut</div>
|
||||
<div class="hc-meta">20 minutes ago</div>
|
||||
</div>
|
||||
|
||||
@@ -409,11 +409,11 @@ if (window.top !== window.self) {document.write = "";window.top.location = windo
|
||||
</div>
|
||||
</li>
|
||||
<li>
|
||||
<a href="/therealKDUB20" class="avatar-sm" hreflang="en" id="icon_therealKDUB20" rel="therealKDUB20" target="_blank"><img alt="" border="0" height="48" src="http://a3.twimg.com/profile_images/856198179/alg_kyle_wilson_normal.jpg" style="vertical-align:middle" width="48" /></a>
|
||||
<a href="/therealKDUB20" class="avatar-sm" hreflang="en" id="icon_therealKDUB20" rel="therealKDUB20" target="_blank"><img alt="" border="0" height="48" src="https://a3.twimg.com/profile_images/856198179/alg_kyle_wilson_normal.jpg" style="vertical-align:middle" width="48" /></a>
|
||||
|
||||
<div class="hc" id="hc_therealKDUB20">
|
||||
<div class="hc-profile">
|
||||
<a href="/therealKDUB20" class="avatar" hreflang="en" target="_blank"><img alt="therealKDUB20" border="0" height="48" src="http://a3.twimg.com/profile_images/856198179/alg_kyle_wilson_normal.jpg" style="vertical-align:middle" width="48" /></a>
|
||||
<a href="/therealKDUB20" class="avatar" hreflang="en" target="_blank"><img alt="therealKDUB20" border="0" height="48" src="https://a3.twimg.com/profile_images/856198179/alg_kyle_wilson_normal.jpg" style="vertical-align:middle" width="48" /></a>
|
||||
<div class="hc-name"><strong>Kyle Wilson</strong><span class="hc-verified"> </span></div>
|
||||
<span class="hc-username">@<a href="/therealKDUB20">therealKDUB20</a></span>
|
||||
<span class="hc-location">New York | in Staff Picks: NFL Playoffs</span>
|
||||
@@ -429,11 +429,11 @@ if (window.top !== window.self) {document.write = "";window.top.location = windo
|
||||
</div>
|
||||
</li>
|
||||
<li>
|
||||
<a href="/Oxfam" class="avatar-sm" hreflang="en" id="icon_Oxfam" rel="Oxfam" target="_blank"><img alt="" border="0" height="48" src="http://a0.twimg.com/profile_images/52396555/logo_normal.jpg" style="vertical-align:middle" width="48" /></a>
|
||||
<a href="/Oxfam" class="avatar-sm" hreflang="en" id="icon_Oxfam" rel="Oxfam" target="_blank"><img alt="" border="0" height="48" src="https://a0.twimg.com/profile_images/52396555/logo_normal.jpg" style="vertical-align:middle" width="48" /></a>
|
||||
|
||||
<div class="hc" id="hc_Oxfam">
|
||||
<div class="hc-profile">
|
||||
<a href="/Oxfam" class="avatar" hreflang="en" target="_blank"><img alt="Oxfam" border="0" height="48" src="http://a0.twimg.com/profile_images/52396555/logo_normal.jpg" style="vertical-align:middle" width="48" /></a>
|
||||
<a href="/Oxfam" class="avatar" hreflang="en" target="_blank"><img alt="Oxfam" border="0" height="48" src="https://a0.twimg.com/profile_images/52396555/logo_normal.jpg" style="vertical-align:middle" width="48" /></a>
|
||||
<div class="hc-name"><strong>Oxfam International</strong><span class="hc-verified"> </span></div>
|
||||
<span class="hc-username">@<a href="/Oxfam">Oxfam</a></span>
|
||||
<span class="hc-location">in Charity</span>
|
||||
@@ -441,7 +441,7 @@ if (window.top !== window.self) {document.write = "";window.top.location = windo
|
||||
|
||||
<div class="hc-tweet">
|
||||
<div class="hc-label">Recently tweeted:</div>
|
||||
<div class="hc-tweet-text">Oxfam calls on international donors to fund upcoming @UN $51mn appeal for #SriLanka #floods http://oxf.am/ZMm</div>
|
||||
<div class="hc-tweet-text">Oxfam calls on international donors to fund upcoming @UN $51mn appeal for #SriLanka #floods https://oxf.am/ZMm</div>
|
||||
<div class="hc-meta">about 2 hours ago</div>
|
||||
</div>
|
||||
|
||||
@@ -449,11 +449,11 @@ if (window.top !== window.self) {document.write = "";window.top.location = windo
|
||||
</div>
|
||||
</li>
|
||||
<li>
|
||||
<a href="/grantimahara" class="avatar-sm" hreflang="en" id="icon_grantimahara" rel="grantimahara" target="_blank"><img alt="" border="0" height="48" src="http://a2.twimg.com/profile_images/1216137252/image_normal.jpg" style="vertical-align:middle" width="48" /></a>
|
||||
<a href="/grantimahara" class="avatar-sm" hreflang="en" id="icon_grantimahara" rel="grantimahara" target="_blank"><img alt="" border="0" height="48" src="https://a2.twimg.com/profile_images/1216137252/image_normal.jpg" style="vertical-align:middle" width="48" /></a>
|
||||
|
||||
<div class="hc" id="hc_grantimahara">
|
||||
<div class="hc-profile">
|
||||
<a href="/grantimahara" class="avatar" hreflang="en" target="_blank"><img alt="grantimahara" border="0" height="48" src="http://a2.twimg.com/profile_images/1216137252/image_normal.jpg" style="vertical-align:middle" width="48" /></a>
|
||||
<a href="/grantimahara" class="avatar" hreflang="en" target="_blank"><img alt="grantimahara" border="0" height="48" src="https://a2.twimg.com/profile_images/1216137252/image_normal.jpg" style="vertical-align:middle" width="48" /></a>
|
||||
<div class="hc-name"><strong>Grant Imahara</strong><span class="hc-verified"> </span></div>
|
||||
<span class="hc-username">@<a href="/grantimahara">grantimahara</a></span>
|
||||
<span class="hc-location">San Francisco, CA | in Science</span>
|
||||
@@ -469,11 +469,11 @@ if (window.top !== window.self) {document.write = "";window.top.location = windo
|
||||
</div>
|
||||
</li>
|
||||
<li>
|
||||
<a href="/chelseahandler" class="avatar-sm" hreflang="en" id="icon_chelseahandler" rel="chelseahandler" target="_blank"><img alt="" border="0" height="48" src="http://a0.twimg.com/profile_images/1129952837/chelsea_normal.jpg" style="vertical-align:middle" width="48" /></a>
|
||||
<a href="/chelseahandler" class="avatar-sm" hreflang="en" id="icon_chelseahandler" rel="chelseahandler" target="_blank"><img alt="" border="0" height="48" src="https://a0.twimg.com/profile_images/1129952837/chelsea_normal.jpg" style="vertical-align:middle" width="48" /></a>
|
||||
|
||||
<div class="hc" id="hc_chelseahandler">
|
||||
<div class="hc-profile">
|
||||
<a href="/chelseahandler" class="avatar" hreflang="en" target="_blank"><img alt="chelseahandler" border="0" height="48" src="http://a0.twimg.com/profile_images/1129952837/chelsea_normal.jpg" style="vertical-align:middle" width="48" /></a>
|
||||
<a href="/chelseahandler" class="avatar" hreflang="en" target="_blank"><img alt="chelseahandler" border="0" height="48" src="https://a0.twimg.com/profile_images/1129952837/chelsea_normal.jpg" style="vertical-align:middle" width="48" /></a>
|
||||
<div class="hc-name"><strong>Chelsea Handler</strong><span class="hc-verified"> </span></div>
|
||||
<span class="hc-username">@<a href="/chelseahandler">chelseahandler</a></span>
|
||||
<span class="hc-location">Los Angeles, CA | in Entertainment</span>
|
||||
@@ -489,11 +489,11 @@ if (window.top !== window.self) {document.write = "";window.top.location = windo
|
||||
</div>
|
||||
</li>
|
||||
<li>
|
||||
<a href="/kevin_nealon" class="avatar-sm" hreflang="en" id="icon_kevin_nealon" rel="kevin_nealon" target="_blank"><img alt="" border="0" height="48" src="http://a1.twimg.com/profile_images/557774500/IMG_1731_normal.JPG" style="vertical-align:middle" width="48" /></a>
|
||||
<a href="/kevin_nealon" class="avatar-sm" hreflang="en" id="icon_kevin_nealon" rel="kevin_nealon" target="_blank"><img alt="" border="0" height="48" src="https://a1.twimg.com/profile_images/557774500/IMG_1731_normal.JPG" style="vertical-align:middle" width="48" /></a>
|
||||
|
||||
<div class="hc" id="hc_kevin_nealon">
|
||||
<div class="hc-profile">
|
||||
<a href="/kevin_nealon" class="avatar" hreflang="en" target="_blank"><img alt="kevin_nealon" border="0" height="48" src="http://a1.twimg.com/profile_images/557774500/IMG_1731_normal.JPG" style="vertical-align:middle" width="48" /></a>
|
||||
<a href="/kevin_nealon" class="avatar" hreflang="en" target="_blank"><img alt="kevin_nealon" border="0" height="48" src="https://a1.twimg.com/profile_images/557774500/IMG_1731_normal.JPG" style="vertical-align:middle" width="48" /></a>
|
||||
<div class="hc-name"><strong>Kevin Nealon</strong><span class="hc-verified"> </span></div>
|
||||
<span class="hc-username">@<a href="/kevin_nealon">kevin_nealon</a></span>
|
||||
<span class="hc-location">Los Angeles, Ca. | in Funny</span>
|
||||
@@ -509,11 +509,11 @@ if (window.top !== window.self) {document.write = "";window.top.location = windo
|
||||
</div>
|
||||
</li>
|
||||
<li>
|
||||
<a href="/healthfinder" class="avatar-sm" hreflang="en" id="icon_healthfinder" rel="healthfinder" target="_blank"><img alt="" border="0" height="48" src="http://a3.twimg.com/profile_images/111107619/tweet-2_normal.jpg" style="vertical-align:middle" width="48" /></a>
|
||||
<a href="/healthfinder" class="avatar-sm" hreflang="en" id="icon_healthfinder" rel="healthfinder" target="_blank"><img alt="" border="0" height="48" src="https://a3.twimg.com/profile_images/111107619/tweet-2_normal.jpg" style="vertical-align:middle" width="48" /></a>
|
||||
|
||||
<div class="hc" id="hc_healthfinder">
|
||||
<div class="hc-profile">
|
||||
<a href="/healthfinder" class="avatar" hreflang="en" target="_blank"><img alt="healthfinder" border="0" height="48" src="http://a3.twimg.com/profile_images/111107619/tweet-2_normal.jpg" style="vertical-align:middle" width="48" /></a>
|
||||
<a href="/healthfinder" class="avatar" hreflang="en" target="_blank"><img alt="healthfinder" border="0" height="48" src="https://a3.twimg.com/profile_images/111107619/tweet-2_normal.jpg" style="vertical-align:middle" width="48" /></a>
|
||||
<div class="hc-name"><strong>healthfinder.gov</strong><span class="hc-verified"> </span></div>
|
||||
<span class="hc-username">@<a href="/healthfinder">healthfinder</a></span>
|
||||
<span class="hc-location">Washington, DC | in Health</span>
|
||||
@@ -521,7 +521,7 @@ if (window.top !== window.self) {document.write = "";window.top.location = windo
|
||||
|
||||
<div class="hc-tweet">
|
||||
<div class="hc-label">Recently tweeted:</div>
|
||||
<div class="hc-tweet-text">Fight the #flu. Stay away from people who are sick, wash your hands, and get enough sleep. More quick tips: http://bit.ly/dN812J.</div>
|
||||
<div class="hc-tweet-text">Fight the #flu. Stay away from people who are sick, wash your hands, and get enough sleep. More quick tips: https://bit.ly/dN812J.</div>
|
||||
<div class="hc-meta">about 17 hours ago</div>
|
||||
</div>
|
||||
|
||||
@@ -529,11 +529,11 @@ if (window.top !== window.self) {document.write = "";window.top.location = windo
|
||||
</div>
|
||||
</li>
|
||||
<li>
|
||||
<a href="/kevinrose" class="avatar-sm" hreflang="en" id="icon_kevinrose" rel="kevinrose" target="_blank"><img alt="" border="0" height="48" src="http://a0.twimg.com/profile_images/1218603158/photo-1_normal.jpeg" style="vertical-align:middle" width="48" /></a>
|
||||
<a href="/kevinrose" class="avatar-sm" hreflang="en" id="icon_kevinrose" rel="kevinrose" target="_blank"><img alt="" border="0" height="48" src="https://a0.twimg.com/profile_images/1218603158/photo-1_normal.jpeg" style="vertical-align:middle" width="48" /></a>
|
||||
|
||||
<div class="hc" id="hc_kevinrose">
|
||||
<div class="hc-profile">
|
||||
<a href="/kevinrose" class="avatar" hreflang="en" target="_blank"><img alt="kevinrose" border="0" height="48" src="http://a0.twimg.com/profile_images/1218603158/photo-1_normal.jpeg" style="vertical-align:middle" width="48" /></a>
|
||||
<a href="/kevinrose" class="avatar" hreflang="en" target="_blank"><img alt="kevinrose" border="0" height="48" src="https://a0.twimg.com/profile_images/1218603158/photo-1_normal.jpeg" style="vertical-align:middle" width="48" /></a>
|
||||
<div class="hc-name"><strong>Kevin Rose</strong><span class="hc-verified"> </span></div>
|
||||
<span class="hc-username">@<a href="/kevinrose">kevinrose</a></span>
|
||||
<span class="hc-location">San Francisco, CA | in Technology</span>
|
||||
@@ -549,11 +549,11 @@ if (window.top !== window.self) {document.write = "";window.top.location = windo
|
||||
</div>
|
||||
</li>
|
||||
<li>
|
||||
<a href="/azizansari" class="avatar-sm" hreflang="en" id="icon_azizansari" rel="azizansari" target="_blank"><img alt="" border="0" height="48" src="http://a1.twimg.com/profile_images/421377161/azizlittletwitter_normal.jpg" style="vertical-align:middle" width="48" /></a>
|
||||
<a href="/azizansari" class="avatar-sm" hreflang="en" id="icon_azizansari" rel="azizansari" target="_blank"><img alt="" border="0" height="48" src="https://a1.twimg.com/profile_images/421377161/azizlittletwitter_normal.jpg" style="vertical-align:middle" width="48" /></a>
|
||||
|
||||
<div class="hc" id="hc_azizansari">
|
||||
<div class="hc-profile">
|
||||
<a href="/azizansari" class="avatar" hreflang="en" target="_blank"><img alt="azizansari" border="0" height="48" src="http://a1.twimg.com/profile_images/421377161/azizlittletwitter_normal.jpg" style="vertical-align:middle" width="48" /></a>
|
||||
<a href="/azizansari" class="avatar" hreflang="en" target="_blank"><img alt="azizansari" border="0" height="48" src="https://a1.twimg.com/profile_images/421377161/azizlittletwitter_normal.jpg" style="vertical-align:middle" width="48" /></a>
|
||||
<div class="hc-name"><strong>Aziz Ansari</strong><span class="hc-verified"> </span></div>
|
||||
<span class="hc-username">@<a href="/azizansari">azizansari</a></span>
|
||||
<span class="hc-location">Los Angeles, CA | in Staff Picks</span>
|
||||
@@ -569,11 +569,11 @@ if (window.top !== window.self) {document.write = "";window.top.location = windo
|
||||
</div>
|
||||
</li>
|
||||
<li>
|
||||
<a href="/SimpleMom" class="avatar-sm" hreflang="en" id="icon_SimpleMom" rel="SimpleMom" target="_blank"><img alt="" border="0" height="48" src="http://a0.twimg.com/profile_images/1147750206/avatar03_normal.jpg" style="vertical-align:middle" width="48" /></a>
|
||||
<a href="/SimpleMom" class="avatar-sm" hreflang="en" id="icon_SimpleMom" rel="SimpleMom" target="_blank"><img alt="" border="0" height="48" src="https://a0.twimg.com/profile_images/1147750206/avatar03_normal.jpg" style="vertical-align:middle" width="48" /></a>
|
||||
|
||||
<div class="hc" id="hc_SimpleMom">
|
||||
<div class="hc-profile">
|
||||
<a href="/SimpleMom" class="avatar" hreflang="en" target="_blank"><img alt="SimpleMom" border="0" height="48" src="http://a0.twimg.com/profile_images/1147750206/avatar03_normal.jpg" style="vertical-align:middle" width="48" /></a>
|
||||
<a href="/SimpleMom" class="avatar" hreflang="en" target="_blank"><img alt="SimpleMom" border="0" height="48" src="https://a0.twimg.com/profile_images/1147750206/avatar03_normal.jpg" style="vertical-align:middle" width="48" /></a>
|
||||
<div class="hc-name"><strong>Tsh Oxenreider</strong><span class="hc-verified"> </span></div>
|
||||
<span class="hc-username">@<a href="/SimpleMom">SimpleMom</a></span>
|
||||
<span class="hc-location">Austin | in Family</span>
|
||||
@@ -589,11 +589,11 @@ if (window.top !== window.self) {document.write = "";window.top.location = windo
|
||||
</div>
|
||||
</li>
|
||||
<li>
|
||||
<a href="/BoltBus" class="avatar-sm" hreflang="en" id="icon_BoltBus" rel="BoltBus" target="_blank"><img alt="" border="0" height="48" src="http://a3.twimg.com/profile_images/323584581/Bolt_Bus_Photo_FINAL_-_01___2__normal.JPG" style="vertical-align:middle" width="48" /></a>
|
||||
<a href="/BoltBus" class="avatar-sm" hreflang="en" id="icon_BoltBus" rel="BoltBus" target="_blank"><img alt="" border="0" height="48" src="https://a3.twimg.com/profile_images/323584581/Bolt_Bus_Photo_FINAL_-_01___2__normal.JPG" style="vertical-align:middle" width="48" /></a>
|
||||
|
||||
<div class="hc" id="hc_BoltBus">
|
||||
<div class="hc-profile">
|
||||
<a href="/BoltBus" class="avatar" hreflang="en" target="_blank"><img alt="BoltBus" border="0" height="48" src="http://a3.twimg.com/profile_images/323584581/Bolt_Bus_Photo_FINAL_-_01___2__normal.JPG" style="vertical-align:middle" width="48" /></a>
|
||||
<a href="/BoltBus" class="avatar" hreflang="en" target="_blank"><img alt="BoltBus" border="0" height="48" src="https://a3.twimg.com/profile_images/323584581/Bolt_Bus_Photo_FINAL_-_01___2__normal.JPG" style="vertical-align:middle" width="48" /></a>
|
||||
<div class="hc-name"><strong>BoltBus</strong><span class="hc-verified"> </span></div>
|
||||
<span class="hc-username">@<a href="/BoltBus">BoltBus</a></span>
|
||||
<span class="hc-location">Northeast | in Travel</span>
|
||||
@@ -609,11 +609,11 @@ if (window.top !== window.self) {document.write = "";window.top.location = windo
|
||||
</div>
|
||||
</li>
|
||||
<li>
|
||||
<a href="/ArchRecord" class="avatar-sm" hreflang="en" id="icon_ArchRecord" rel="ArchRecord" target="_blank"><img alt="" border="0" height="48" src="http://a3.twimg.com/profile_images/75078767/AR_73x73_normal.jpg" style="vertical-align:middle" width="48" /></a>
|
||||
<a href="/ArchRecord" class="avatar-sm" hreflang="en" id="icon_ArchRecord" rel="ArchRecord" target="_blank"><img alt="" border="0" height="48" src="https://a3.twimg.com/profile_images/75078767/AR_73x73_normal.jpg" style="vertical-align:middle" width="48" /></a>
|
||||
|
||||
<div class="hc" id="hc_ArchRecord">
|
||||
<div class="hc-profile">
|
||||
<a href="/ArchRecord" class="avatar" hreflang="en" target="_blank"><img alt="ArchRecord" border="0" height="48" src="http://a3.twimg.com/profile_images/75078767/AR_73x73_normal.jpg" style="vertical-align:middle" width="48" /></a>
|
||||
<a href="/ArchRecord" class="avatar" hreflang="en" target="_blank"><img alt="ArchRecord" border="0" height="48" src="https://a3.twimg.com/profile_images/75078767/AR_73x73_normal.jpg" style="vertical-align:middle" width="48" /></a>
|
||||
<div class="hc-name"><strong>Architectural Record</strong><span class="hc-verified"> </span></div>
|
||||
<span class="hc-username">@<a href="/ArchRecord">ArchRecord</a></span>
|
||||
<span class="hc-location">New York City | in Art & Design</span>
|
||||
@@ -621,7 +621,7 @@ if (window.top !== window.self) {document.write = "";window.top.location = windo
|
||||
|
||||
<div class="hc-tweet">
|
||||
<div class="hc-label">Recently tweeted:</div>
|
||||
<div class="hc-tweet-text">Our latest Newsmaker Interview with #AIA Gold Medal Winner Fumihiko Maki http://ht.ly/3GzWs</div>
|
||||
<div class="hc-tweet-text">Our latest Newsmaker Interview with #AIA Gold Medal Winner Fumihiko Maki https://www.architecturalrecord.com/news/newsmakers/1101fumihiko_maki.asp?WT.mc_id=twitter_archrecord?WT.mc_id=twitter_archrecord</div>
|
||||
<div class="hc-meta">about 22 hours ago</div>
|
||||
</div>
|
||||
|
||||
@@ -629,11 +629,11 @@ if (window.top !== window.self) {document.write = "";window.top.location = windo
|
||||
</div>
|
||||
</li>
|
||||
<li>
|
||||
<a href="/gtdguy" class="avatar-sm" hreflang="en" id="icon_gtdguy" rel="gtdguy" target="_blank"><img alt="" border="0" height="48" src="http://a2.twimg.com/profile_images/76339565/DA_Twitter_normal.jpg" style="vertical-align:middle" width="48" /></a>
|
||||
<a href="/gtdguy" class="avatar-sm" hreflang="en" id="icon_gtdguy" rel="gtdguy" target="_blank"><img alt="" border="0" height="48" src="https://a2.twimg.com/profile_images/76339565/DA_Twitter_normal.jpg" style="vertical-align:middle" width="48" /></a>
|
||||
|
||||
<div class="hc" id="hc_gtdguy">
|
||||
<div class="hc-profile">
|
||||
<a href="/gtdguy" class="avatar" hreflang="en" target="_blank"><img alt="gtdguy" border="0" height="48" src="http://a2.twimg.com/profile_images/76339565/DA_Twitter_normal.jpg" style="vertical-align:middle" width="48" /></a>
|
||||
<a href="/gtdguy" class="avatar" hreflang="en" target="_blank"><img alt="gtdguy" border="0" height="48" src="https://a2.twimg.com/profile_images/76339565/DA_Twitter_normal.jpg" style="vertical-align:middle" width="48" /></a>
|
||||
<div class="hc-name"><strong>David Allen</strong><span class="hc-verified"> </span></div>
|
||||
<span class="hc-username">@<a href="/gtdguy">gtdguy</a></span>
|
||||
<span class="hc-location">Ojai, California | in Books</span>
|
||||
@@ -649,11 +649,11 @@ if (window.top !== window.self) {document.write = "";window.top.location = windo
|
||||
</div>
|
||||
</li>
|
||||
<li>
|
||||
<a href="/GaelGreene" class="avatar-sm" hreflang="en" id="icon_GaelGreene" rel="GaelGreene" target="_blank"><img alt="" border="0" height="48" src="http://a2.twimg.com/profile_images/276864980/Greene_blk_hat_wynn_normal.jpg" style="vertical-align:middle" width="48" /></a>
|
||||
<a href="/GaelGreene" class="avatar-sm" hreflang="en" id="icon_GaelGreene" rel="GaelGreene" target="_blank"><img alt="" border="0" height="48" src="https://a2.twimg.com/profile_images/276864980/Greene_blk_hat_wynn_normal.jpg" style="vertical-align:middle" width="48" /></a>
|
||||
|
||||
<div class="hc" id="hc_GaelGreene">
|
||||
<div class="hc-profile">
|
||||
<a href="/GaelGreene" class="avatar" hreflang="en" target="_blank"><img alt="GaelGreene" border="0" height="48" src="http://a2.twimg.com/profile_images/276864980/Greene_blk_hat_wynn_normal.jpg" style="vertical-align:middle" width="48" /></a>
|
||||
<a href="/GaelGreene" class="avatar" hreflang="en" target="_blank"><img alt="GaelGreene" border="0" height="48" src="https://a2.twimg.com/profile_images/276864980/Greene_blk_hat_wynn_normal.jpg" style="vertical-align:middle" width="48" /></a>
|
||||
<div class="hc-name"><strong>Gael Greene</strong><span class="hc-verified"> </span></div>
|
||||
<span class="hc-username">@<a href="/GaelGreene">GaelGreene</a></span>
|
||||
<span class="hc-location">New York City | in Food & Drink</span>
|
||||
@@ -669,11 +669,11 @@ if (window.top !== window.self) {document.write = "";window.top.location = windo
|
||||
</div>
|
||||
</li>
|
||||
<li>
|
||||
<a href="/CoryBooker" class="avatar-sm" hreflang="en" id="icon_CoryBooker" rel="CoryBooker" target="_blank"><img alt="" border="0" height="48" src="http://a0.twimg.com/profile_images/66982165/Cory_Booker_Twitter_normal.jpg" style="vertical-align:middle" width="48" /></a>
|
||||
<a href="/CoryBooker" class="avatar-sm" hreflang="en" id="icon_CoryBooker" rel="CoryBooker" target="_blank"><img alt="" border="0" height="48" src="https://a0.twimg.com/profile_images/66982165/Cory_Booker_Twitter_normal.jpg" style="vertical-align:middle" width="48" /></a>
|
||||
|
||||
<div class="hc" id="hc_CoryBooker">
|
||||
<div class="hc-profile">
|
||||
<a href="/CoryBooker" class="avatar" hreflang="en" target="_blank"><img alt="CoryBooker" border="0" height="48" src="http://a0.twimg.com/profile_images/66982165/Cory_Booker_Twitter_normal.jpg" style="vertical-align:middle" width="48" /></a>
|
||||
<a href="/CoryBooker" class="avatar" hreflang="en" target="_blank"><img alt="CoryBooker" border="0" height="48" src="https://a0.twimg.com/profile_images/66982165/Cory_Booker_Twitter_normal.jpg" style="vertical-align:middle" width="48" /></a>
|
||||
<div class="hc-name"><strong>Cory Booker</strong><span class="hc-verified"> </span></div>
|
||||
<span class="hc-username">@<a href="/CoryBooker">CoryBooker</a></span>
|
||||
<span class="hc-location">Newark, NJ | in Politics</span>
|
||||
@@ -689,11 +689,11 @@ if (window.top !== window.self) {document.write = "";window.top.location = windo
|
||||
</div>
|
||||
</li>
|
||||
<li>
|
||||
<a href="/amazondeals" class="avatar-sm" hreflang="en" id="icon_amazondeals" rel="amazondeals" target="_blank"><img alt="" border="0" height="48" src="http://a3.twimg.com/profile_images/68908343/Gold_Box_plain_normal.PNG" style="vertical-align:middle" width="48" /></a>
|
||||
<a href="/amazondeals" class="avatar-sm" hreflang="en" id="icon_amazondeals" rel="amazondeals" target="_blank"><img alt="" border="0" height="48" src="https://a3.twimg.com/profile_images/68908343/Gold_Box_plain_normal.PNG" style="vertical-align:middle" width="48" /></a>
|
||||
|
||||
<div class="hc" id="hc_amazondeals">
|
||||
<div class="hc-profile">
|
||||
<a href="/amazondeals" class="avatar" hreflang="en" target="_blank"><img alt="amazondeals" border="0" height="48" src="http://a3.twimg.com/profile_images/68908343/Gold_Box_plain_normal.PNG" style="vertical-align:middle" width="48" /></a>
|
||||
<a href="/amazondeals" class="avatar" hreflang="en" target="_blank"><img alt="amazondeals" border="0" height="48" src="https://a3.twimg.com/profile_images/68908343/Gold_Box_plain_normal.PNG" style="vertical-align:middle" width="48" /></a>
|
||||
<div class="hc-name"><strong>Amazon.com Deals</strong><span class="hc-verified"> </span></div>
|
||||
<span class="hc-username">@<a href="/amazondeals">amazondeals</a></span>
|
||||
<span class="hc-location">Seattle, Washington | in Deals</span>
|
||||
@@ -701,7 +701,7 @@ if (window.top !== window.self) {document.write = "";window.top.location = windo
|
||||
|
||||
<div class="hc-tweet">
|
||||
<div class="hc-label">Recently tweeted:</div>
|
||||
<div class="hc-tweet-text">Lightning Deal! $109.99 - TomTom XXL 540T 5-Inch Widescreen Portable GPS Navigator (Lifetime Traffic Edition) http://amzn.to/GoldboxDeals</div>
|
||||
<div class="hc-tweet-text">Lightning Deal! $109.99 - TomTom XXL 540T 5-Inch Widescreen Portable GPS Navigator (Lifetime Traffic Edition) https://amzn.to/GoldboxDeals</div>
|
||||
<div class="hc-meta">about 1 hour ago</div>
|
||||
</div>
|
||||
|
||||
@@ -709,11 +709,11 @@ if (window.top !== window.self) {document.write = "";window.top.location = windo
|
||||
</div>
|
||||
</li>
|
||||
<li>
|
||||
<a href="/Support" class="avatar-sm" hreflang="en" id="icon_Support" rel="Support" target="_blank"><img alt="" border="0" height="48" src="http://a2.twimg.com/profile_images/1164188883/support_normal.png" style="vertical-align:middle" width="48" /></a>
|
||||
<a href="/Support" class="avatar-sm" hreflang="en" id="icon_Support" rel="Support" target="_blank"><img alt="" border="0" height="48" src="https://a2.twimg.com/profile_images/1164188883/support_normal.png" style="vertical-align:middle" width="48" /></a>
|
||||
|
||||
<div class="hc" id="hc_Support">
|
||||
<div class="hc-profile">
|
||||
<a href="/Support" class="avatar" hreflang="en" target="_blank"><img alt="Support" border="0" height="48" src="http://a2.twimg.com/profile_images/1164188883/support_normal.png" style="vertical-align:middle" width="48" /></a>
|
||||
<a href="/Support" class="avatar" hreflang="en" target="_blank"><img alt="Support" border="0" height="48" src="https://a2.twimg.com/profile_images/1164188883/support_normal.png" style="vertical-align:middle" width="48" /></a>
|
||||
<div class="hc-name"><strong>Support</strong><span class="hc-verified"> </span></div>
|
||||
<span class="hc-username">@<a href="/Support">Support</a></span>
|
||||
<span class="hc-location">Twitter HQ | in Twitter</span>
|
||||
@@ -729,11 +729,11 @@ if (window.top !== window.self) {document.write = "";window.top.location = windo
|
||||
</div>
|
||||
</li>
|
||||
<li>
|
||||
<a href="/_BoF_" class="avatar-sm" hreflang="en" id="icon__BoF_" rel="_BoF_" target="_blank"><img alt="" border="0" height="48" src="http://a0.twimg.com/profile_images/1193341281/BOF-Logo-Favicon-Twitter_normal.png" style="vertical-align:middle" width="48" /></a>
|
||||
<a href="/_BoF_" class="avatar-sm" hreflang="en" id="icon__BoF_" rel="_BoF_" target="_blank"><img alt="" border="0" height="48" src="https://a0.twimg.com/profile_images/1193341281/BOF-Logo-Favicon-Twitter_normal.png" style="vertical-align:middle" width="48" /></a>
|
||||
|
||||
<div class="hc" id="hc__BoF_">
|
||||
<div class="hc-profile">
|
||||
<a href="/_BoF_" class="avatar" hreflang="en" target="_blank"><img alt="_BoF_" border="0" height="48" src="http://a0.twimg.com/profile_images/1193341281/BOF-Logo-Favicon-Twitter_normal.png" style="vertical-align:middle" width="48" /></a>
|
||||
<a href="/_BoF_" class="avatar" hreflang="en" target="_blank"><img alt="_BoF_" border="0" height="48" src="https://a0.twimg.com/profile_images/1193341281/BOF-Logo-Favicon-Twitter_normal.png" style="vertical-align:middle" width="48" /></a>
|
||||
<div class="hc-name"><strong>Business of Fashion</strong><span class="hc-verified"> </span></div>
|
||||
<span class="hc-username">@<a href="/_BoF_">_BoF_</a></span>
|
||||
<span class="hc-location">London, New York, Tokyo, Paris | in Fashion</span>
|
||||
@@ -760,7 +760,7 @@ if (window.top !== window.self) {document.write = "";window.top.location = windo
|
||||
<div id="tweets" data="{timeout:8000}">
|
||||
<h2>Top Tweets <a id="view_all_top_tweets" href="toptweets/favorites" tabindex="11">View all</a></h2>
|
||||
|
||||
<script src="http://a0.twimg.com/a/1295478501/javascripts/widgets/widget.js?1295482593" type="text/javascript"></script>
|
||||
<script src="https://a0.twimg.com/a/1295478501/javascripts/widgets/widget.js?1295482593" type="text/javascript"></script>
|
||||
<script type="text/javascript">
|
||||
//height was 202 to match 5 lines of sources
|
||||
new TWTR.Widget({
|
||||
@@ -836,12 +836,12 @@ if (window.top !== window.self) {document.write = "";window.top.location = windo
|
||||
<li class="first">© 2011 Twitter</li>
|
||||
<li><a href="/about">About Us</a></li>
|
||||
<li><a href="/about/contact">Contact</a></li>
|
||||
<li><a href="http://blog.twitter.com">Blog</a></li>
|
||||
<li><a href="http://status.twitter.com">Status</a></li>
|
||||
<li><a href="https://blog.twitter.com">Blog</a></li>
|
||||
<li><a href="https://status.twitterstat.us/">Status</a></li>
|
||||
<li><a href="/about/resources">Resources</a></li>
|
||||
<li><a href="http://dev.twitter.com/">API</a></li>
|
||||
<li><a href="http://twitter.com/business">Business</a></li>
|
||||
<li><a href="http://support.twitter.com">Help</a></li>
|
||||
<li><a href="https://dev.twitter.com/">API</a></li>
|
||||
<li><a href="https://twitter.com/business">Business</a></li>
|
||||
<li><a href="https://support.twitter.com">Help</a></li>
|
||||
<li><a href="/jobs">Jobs</a></li>
|
||||
<li><a href="/tos">Terms</a></li>
|
||||
<li><a href="/privacy">Privacy</a></li>
|
||||
@@ -871,11 +871,11 @@ if (window.top !== window.self) {document.write = "";window.top.location = windo
|
||||
|
||||
|
||||
|
||||
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.3.0/jquery.min.js" type="text/javascript"></script>
|
||||
<script src="http://a2.twimg.com/a/1295478501/javascripts/fronts.js" type="text/javascript"></script>
|
||||
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.3.0/jquery.min.js" type="text/javascript"></script>
|
||||
<script src="https://a2.twimg.com/a/1295478501/javascripts/fronts.js" type="text/javascript"></script>
|
||||
<script type="text/javascript">
|
||||
//<![CDATA[
|
||||
page.summizeSearchUrl = 'http://search.twitter.com/search';
|
||||
page.summizeSearchUrl = 'https://search.twitter.com/search';
|
||||
page.query = '';
|
||||
page.prettyQuery = '';
|
||||
page.locale = 'en';
|
||||
@@ -914,7 +914,7 @@ if (window.top !== window.self) {document.write = "";window.top.location = windo
|
||||
<!-- BEGIN google analytics -->
|
||||
|
||||
<script type="text/javascript">
|
||||
var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
|
||||
var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "https://www.");
|
||||
document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
|
||||
</script>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user