onebox 1.8.39 → 1.8.40

Sign up to get free protection for your applications and to get access to all the features.
Files changed (97) hide show
  1. checksums.yaml +4 -4
  2. data/.rubocop.yml +1 -1
  3. data/.travis.yml +0 -1
  4. data/README.md +1 -1
  5. data/lib/onebox/engine/amazon_onebox.rb +98 -17
  6. data/lib/onebox/version.rb +3 -1
  7. data/onebox.gemspec +5 -5
  8. data/templates/amazon.mustache +7 -1
  9. metadata +7 -177
  10. data/spec/fixtures/amazon-og.response +0 -3675
  11. data/spec/fixtures/amazon.response +0 -3040
  12. data/spec/fixtures/cloudapp-gif.response +0 -66
  13. data/spec/fixtures/cloudapp-jpg.response +0 -66
  14. data/spec/fixtures/cloudapp-mp4.response +0 -65
  15. data/spec/fixtures/cloudapp-others.response +0 -66
  16. data/spec/fixtures/dailymail.response +0 -5914
  17. data/spec/fixtures/discourse_topic.response +0 -344
  18. data/spec/fixtures/discourse_topic_reply.response +0 -345
  19. data/spec/fixtures/douban.response +0 -4399
  20. data/spec/fixtures/etsy.response +0 -5827
  21. data/spec/fixtures/etsy_mobile.response +0 -4230
  22. data/spec/fixtures/gfycat.response +0 -1
  23. data/spec/fixtures/githubblob.response +0 -46
  24. data/spec/fixtures/githubcommit.response +0 -87
  25. data/spec/fixtures/githubgist.response +0 -310
  26. data/spec/fixtures/githubpullrequest.response +0 -216
  27. data/spec/fixtures/googleplayapp.response +0 -138
  28. data/spec/fixtures/image.response +0 -0
  29. data/spec/fixtures/meetup.response.html +0 -4419
  30. data/spec/fixtures/meetup_oembed.response +0 -1
  31. data/spec/fixtures/pubmed-electronic-xml.response +0 -175
  32. data/spec/fixtures/pubmed-electronic.response +0 -307
  33. data/spec/fixtures/pubmed-xml.response +0 -122
  34. data/spec/fixtures/pubmed.response +0 -300
  35. data/spec/fixtures/slides.response +0 -2852
  36. data/spec/fixtures/stackexchange-answer.response +0 -1
  37. data/spec/fixtures/stackexchange-question.response +0 -1
  38. data/spec/fixtures/twitterstatus.response +0 -2814
  39. data/spec/fixtures/video.response +0 -0
  40. data/spec/fixtures/wechat-mp.response +0 -631
  41. data/spec/fixtures/wikimedia.response +0 -1
  42. data/spec/fixtures/wikipedia.response +0 -566
  43. data/spec/fixtures/wikipediaredirected.response +0 -899
  44. data/spec/fixtures/xkcd.response +0 -1
  45. data/spec/fixtures/youku-meta.response +0 -1
  46. data/spec/fixtures/youku.response +0 -1443
  47. data/spec/fixtures/youtube-channel.response +0 -5446
  48. data/spec/fixtures/youtube-json.response +0 -1
  49. data/spec/fixtures/youtube-list-json.response +0 -1
  50. data/spec/fixtures/youtube.response +0 -1625
  51. data/spec/lib/onebox/engine/amazon_onebox_spec.rb +0 -116
  52. data/spec/lib/onebox/engine/audio_onebox_spec.rb +0 -31
  53. data/spec/lib/onebox/engine/cloudapp_onebox_spec.rb +0 -26
  54. data/spec/lib/onebox/engine/douban_onebox_spec.rb +0 -29
  55. data/spec/lib/onebox/engine/gfycat_onebox_spec.rb +0 -34
  56. data/spec/lib/onebox/engine/github_blob_onebox_spec.rb +0 -21
  57. data/spec/lib/onebox/engine/github_commit_onebox_spec.rb +0 -108
  58. data/spec/lib/onebox/engine/github_gist_onebox_spec.rb +0 -67
  59. data/spec/lib/onebox/engine/github_pullrequest_onebox_spec.rb +0 -46
  60. data/spec/lib/onebox/engine/google_docs_onebox_spec.rb +0 -35
  61. data/spec/lib/onebox/engine/google_maps_onebox_spec.rb +0 -72
  62. data/spec/lib/onebox/engine/google_play_app_onebox_spec.rb +0 -28
  63. data/spec/lib/onebox/engine/html_spec.rb +0 -25
  64. data/spec/lib/onebox/engine/image_onebox_spec.rb +0 -39
  65. data/spec/lib/onebox/engine/json_spec.rb +0 -25
  66. data/spec/lib/onebox/engine/pdf_onebox_spec.rb +0 -28
  67. data/spec/lib/onebox/engine/pubmed_onebox_spec.rb +0 -78
  68. data/spec/lib/onebox/engine/slides_onebox_spec.rb +0 -24
  69. data/spec/lib/onebox/engine/stack_exchange_onebox_spec.rb +0 -97
  70. data/spec/lib/onebox/engine/trello_onebox_spec.rb +0 -30
  71. data/spec/lib/onebox/engine/twitch_clips_onebox_spec.rb +0 -10
  72. data/spec/lib/onebox/engine/twitch_stream_onebox_spec.rb +0 -15
  73. data/spec/lib/onebox/engine/twitch_video_onebox_spec.rb +0 -10
  74. data/spec/lib/onebox/engine/twitter_status_onebox_spec.rb +0 -187
  75. data/spec/lib/onebox/engine/video_onebox_spec.rb +0 -31
  76. data/spec/lib/onebox/engine/wechat_mp_onebox_spec.rb +0 -26
  77. data/spec/lib/onebox/engine/whitelisted_generic_onebox_spec.rb +0 -179
  78. data/spec/lib/onebox/engine/wikimedia_onebox_spec.rb +0 -23
  79. data/spec/lib/onebox/engine/wikipedia_onebox_spec.rb +0 -21
  80. data/spec/lib/onebox/engine/xkcd_spec.rb +0 -27
  81. data/spec/lib/onebox/engine/youku_onebox_spec.rb +0 -13
  82. data/spec/lib/onebox/engine/youtube_onebox_spec.rb +0 -84
  83. data/spec/lib/onebox/engine_spec.rb +0 -101
  84. data/spec/lib/onebox/helpers_spec.rb +0 -73
  85. data/spec/lib/onebox/layout_spec.rb +0 -79
  86. data/spec/lib/onebox/matcher_spec.rb +0 -74
  87. data/spec/lib/onebox/preview_spec.rb +0 -74
  88. data/spec/lib/onebox/status_check_spec.rb +0 -68
  89. data/spec/lib/onebox_spec.rb +0 -65
  90. data/spec/spec_helper.rb +0 -90
  91. data/spec/support/html_spec_helper.rb +0 -18
  92. data/web/assets/javascripts/jquery.js +0 -4
  93. data/web/assets/javascripts/main.js +0 -23
  94. data/web/assets/stylesheets/normalize.css +0 -427
  95. data/web/assets/stylesheets/style.css +0 -25
  96. data/web/views/index.haml +0 -29
  97. data/web/views/layout.haml +0 -11
@@ -1 +0,0 @@
1
- {"items":[{"tags":["c","deobfuscation"],"owner":{"profile_image":"https://www.gravatar.com/avatar/4af3541c00d591e9a518b9c0b3b1190a?s=128&d=identicon&r=PG","display_name":"dasblinkenlight","link":"http://stackoverflow.com/users/335858/dasblinkenlight"},"last_activity_date":1461433376,"creation_date":1375356813,"answer_id":17992906,"link":"http://stackoverflow.com/questions/17992553/concept-behind-these-four-lines-of-tricky-c-code/17992906#17992906","title":"Concept behind these four lines of tricky C code"}],"has_more":false,"quota_max":300,"quota_remaining":291}
@@ -1 +0,0 @@
1
- {"items":[{"tags":["c","deobfuscation"],"owner":{"profile_image":"https://www.gravatar.com/avatar/a19d396231d67d604c92866b90fe723d?s=128&d=identicon&r=PG","display_name":"codeslayer1","link":"http://stackoverflow.com/users/2547190/codeslayer1"},"last_activity_date":1461433376,"creation_date":1375355768,"question_id":17992553,"link":"http://stackoverflow.com/questions/17992553/concept-behind-these-four-lines-of-tricky-c-code","title":"Concept behind these four lines of tricky C code"}],"has_more":false,"quota_max":300,"quota_remaining":292}
@@ -1,2814 +0,0 @@
1
- <!DOCTYPE html>
2
- <html lang="en" data-scribe-reduced-action-queue="true">
3
- <head>
4
-
5
-
6
-
7
-
8
-
9
-
10
-
11
- <meta charset="utf-8">
12
-
13
- <noscript><meta http-equiv="refresh" content="0; URL=https://mobile.twitter.com/i/nojs_router?path=%2Fvyki_e%2Fstatus%2F363116819147538433"></noscript>
14
-
15
-
16
-
17
- <script id="bouncer_terminate_iframe" nonce="KXwIjaJlN1QIxC47iHrsvQ==">
18
- if (window.top != window) {
19
- window.top.postMessage({'bouncer': true, 'event': 'complete'}, '*');
20
- }
21
- </script>
22
- <script id="swift_action_queue" nonce="KXwIjaJlN1QIxC47iHrsvQ==">
23
- (function(){function m(a){a||(a=window.event);if(!a)return!1;a.timestamp=(new Date).getTime();!a.target&&a.srcElement&&(a.target=a.srcElement);if(document.documentElement.getAttribute("data-scribe-reduced-action-queue")){var b=a.target;while(b&&b!=document
24
- .body){if(b.tagName=="A")return;b=b.parentNode}}r("all",s(a));if(!q(a)){r("direct",a);return!0}document.addEventListener||(a=s(a));a.preventDefault=a.stopPropagation=a.stopImmediatePropagation=function(){};if(i){f.push(a);r("captured",a)}else r("ignored",a
25
- );return!1}function n($){p();for(var a=0,b;b=f[a];a++){var d=$(b.target),e=d.closest("a")[0];if(b.type=="click"&&e){var g=$.data(e,"events"),i=g&&g.click,j=!e.hostname.match(c)||!e.href.match(/#$/);if(!i&&j){window.location=e.href;continue}}d.trigger($.event
26
- .fix(b))}window.swiftActionQueue.wasFlushed=!0}function o(){for(var a in j){if(a=="all")continue;var b=j[a];for(var c=0;c<b.length;c++)console.log("actionQueue",u(b[c]))}}function p(){clearTimeout(g);for(var a=0,b;b=e[a];a++)document["on"+b]=null}function q
27
- (a){if(!a.target)return!1;var b=a.target,e=(b.tagName||"").toLowerCase();if(a.metaKey)return!1;if(a.shiftKey&&e=="a")return!1;if(b.hostname&&!b.hostname.match(c))return!1;if(a.type.match(d)&&w(b))return!1;if(e=="label"){var f=b.getAttribute("for");if(f){var g=
28
- document.getElementById(f);if(g&&v(g))return!1}else for(var i=0,j;j=b.childNodes[i];i++)if(v(j))return!1}return!0}function r(a,b){b.bucket=a;j[a].push(b)}function s(a){var b={};for(var c in a)b[c]=a[c];return b}function t(a){while(a&&a!=document.body){if(a
29
- .tagName=="A")return a;a=a.parentNode}}function u(b){var c=[];b.bucket&&c.push("["+b.bucket+"]");c.push(b.type);var d=b.target,e=t(d),f="",g,i,j=b.timestamp&&b.timestamp-a;if(b.type==="click"&&e){g=e.className.trim().replace(/\s+/g,".");i=e.id.trim();f=/[^#]$/
30
- .test(e.href)?" ("+e.href+")":"";d='"'+e.innerText.replace(/\n+/g," ").trim()+'"'}else{g=d.className.trim().replace(/\s+/g,".");i=d.id.trim();d=d.tagName.toLowerCase();b.keyCode&&(d=String.fromCharCode(b.keyCode)+" : "+d)}c.push(d+f+(i&&"#"+i)+(!i&&g?"."+g
31
- :""));j&&c.push(j);return c.join(" ")}function v(a){var b=(a.tagName||"").toLowerCase();return b=="input"&&a.getAttribute("type")=="checkbox"}function w(a){var b=(a.tagName||"").toLowerCase();return b=="textarea"||b=="input"&&a.getAttribute("type")=="text"||
32
- a.getAttribute("contenteditable")=="true"}var a=(new Date).getTime(),b=1e4,c=/^([^\.]+\.)*twitter\.com$/,d=/^key/,e=["click","keydown","keypress","keyup"],f=[],g=null,i=!0,j={captured:[],ignored:[],direct:[],all:[]};for(var k=0,l;l=e[k];k++)document["on"+l
33
- ]=m;g=setTimeout(function(){i=!1},b);window.swiftActionQueue={buckets:j,flush:n,logActions:o,wasFlushed:!1}})();
34
- </script>
35
- <script id="composition_state" nonce="KXwIjaJlN1QIxC47iHrsvQ==">
36
- (function(){function a(a){a.target.setAttribute("data-in-composition","true")}function b(a){a.target.removeAttribute("data-in-composition")}if(document.addEventListener){document.addEventListener("compositionstart",a,!1);document.addEventListener("compositionend"
37
- ,b,!1)}})();
38
- </script>
39
- <script id="load_js" nonce="KXwIjaJlN1QIxC47iHrsvQ==">
40
- /*! loadJS: load a JS file asynchronously. [c]2014 @scottjehl, Filament Group, Inc. (Based on http://goo.gl/REQGQ by Paul Irish). Licensed MIT */(function(a){var b=function(b,c){"use strict";var d=a.document.getElementsByTagName("script")[0],e=a.document.createElement
41
- ("script");e.src=b;e.async=!0;d.parentNode.insertBefore(e,d);c&&typeof c=="function"&&(e.onload=c);return e};typeof module!="undefined"?module.exports=b:a.loadJS=b})(typeof global!="undefined"?global:this);
42
- </script>
43
-
44
- <link rel="stylesheet" href="https://abs.twimg.com/a/1467966468/css/t1/twitter_core.bundle.css">
45
- <link rel="stylesheet" href="https://abs.twimg.com/a/1467966468/css/t1/twitter_more_1.bundle.css">
46
- <link rel="stylesheet" href="https://abs.twimg.com/a/1467966468/css/t1/twitter_more_2.bundle.css">
47
-
48
- <link rel="dns-prefetch" href="https://pbs.twimg.com">
49
- <link rel="dns-prefetch" href="https://t.co">
50
- <link rel="preload" href="https://abs.twimg.com/c/swift/en/init.314a9707f177773430c9b565030e9ea5b8638c96.js" as="script">
51
- <link rel="preload" href="https://abs.twimg.com/c/swift/en/bundle/timeline.20389bc2f54407a5eb508e248a2a7a64457c0609.js" as="script">
52
- <link rel="preload" href="https://abs.twimg.com/c/swift/en/bundle/boot.c09735539d966801edba73cbc8a86a0042072a93.js" as="script">
53
-
54
- <title>Vyki Englert on Twitter: &quot;I&#39;m a sucker for pledges. @Peers Pledge #sharingeconomy http://t.co/T4Sc47KAzh&quot;</title>
55
- <meta name="robots" content="NOODP">
56
-
57
-
58
-
59
-
60
- <meta name="msapplication-TileImage" content="//abs.twimg.com/favicons/win8-tile-144.png"/>
61
- <meta name="msapplication-TileColor" content="#00aced"/>
62
-
63
-
64
- <link rel="mask-icon" sizes="any" href="https://abs.twimg.com/a/1467966468/img/t1/favicon.svg" color="#55acee">
65
-
66
- <link href="//abs.twimg.com/favicons/favicon.ico" rel="shortcut icon" type="image/x-icon">
67
-
68
- <link rel="manifest" href="/manifest.json">
69
-
70
-
71
- <meta name="swift-page-name" id="swift-page-name" content="permalink">
72
-
73
- <link rel="canonical" href="https://twitter.com/vyki_e/status/363116819147538433">
74
- <link rel="alternate" hreflang="x-default" href="https://twitter.com/vyki_e/status/363116819147538433">
75
- <link rel="alternate" hreflang="fr" href="https://twitter.com/vyki_e/status/363116819147538433?lang=fr"><link rel="alternate" hreflang="en" href="https://twitter.com/vyki_e/status/363116819147538433?lang=en"><link rel="alternate" hreflang="ar" href="https://twitter.com/vyki_e/status/363116819147538433?lang=ar"><link rel="alternate" hreflang="ja" href="https://twitter.com/vyki_e/status/363116819147538433?lang=ja"><link rel="alternate" hreflang="es" href="https://twitter.com/vyki_e/status/363116819147538433?lang=es"><link rel="alternate" hreflang="de" href="https://twitter.com/vyki_e/status/363116819147538433?lang=de"><link rel="alternate" hreflang="it" href="https://twitter.com/vyki_e/status/363116819147538433?lang=it"><link rel="alternate" hreflang="id" href="https://twitter.com/vyki_e/status/363116819147538433?lang=id"><link rel="alternate" hreflang="pt" href="https://twitter.com/vyki_e/status/363116819147538433?lang=pt"><link rel="alternate" hreflang="ko" href="https://twitter.com/vyki_e/status/363116819147538433?lang=ko"><link rel="alternate" hreflang="tr" href="https://twitter.com/vyki_e/status/363116819147538433?lang=tr"><link rel="alternate" hreflang="ru" href="https://twitter.com/vyki_e/status/363116819147538433?lang=ru"><link rel="alternate" hreflang="nl" href="https://twitter.com/vyki_e/status/363116819147538433?lang=nl"><link rel="alternate" hreflang="fil" href="https://twitter.com/vyki_e/status/363116819147538433?lang=fil"><link rel="alternate" hreflang="ms" href="https://twitter.com/vyki_e/status/363116819147538433?lang=ms"><link rel="alternate" hreflang="zh-tw" href="https://twitter.com/vyki_e/status/363116819147538433?lang=zh-tw"><link rel="alternate" hreflang="zh-cn" href="https://twitter.com/vyki_e/status/363116819147538433?lang=zh-cn"><link rel="alternate" hreflang="hi" href="https://twitter.com/vyki_e/status/363116819147538433?lang=hi"><link rel="alternate" hreflang="no" href="https://twitter.com/vyki_e/status/363116819147538433?lang=no"><link rel="alternate" hreflang="sv" href="https://twitter.com/vyki_e/status/363116819147538433?lang=sv"><link rel="alternate" hreflang="fi" href="https://twitter.com/vyki_e/status/363116819147538433?lang=fi"><link rel="alternate" hreflang="da" href="https://twitter.com/vyki_e/status/363116819147538433?lang=da"><link rel="alternate" hreflang="pl" href="https://twitter.com/vyki_e/status/363116819147538433?lang=pl"><link rel="alternate" hreflang="hu" href="https://twitter.com/vyki_e/status/363116819147538433?lang=hu"><link rel="alternate" hreflang="fa" href="https://twitter.com/vyki_e/status/363116819147538433?lang=fa"><link rel="alternate" hreflang="he" href="https://twitter.com/vyki_e/status/363116819147538433?lang=he"><link rel="alternate" hreflang="ur" href="https://twitter.com/vyki_e/status/363116819147538433?lang=ur"><link rel="alternate" hreflang="th" href="https://twitter.com/vyki_e/status/363116819147538433?lang=th"><link rel="alternate" hreflang="uk" href="https://twitter.com/vyki_e/status/363116819147538433?lang=uk"><link rel="alternate" hreflang="ca" href="https://twitter.com/vyki_e/status/363116819147538433?lang=ca"><link rel="alternate" hreflang="ga" href="https://twitter.com/vyki_e/status/363116819147538433?lang=ga"><link rel="alternate" hreflang="el" href="https://twitter.com/vyki_e/status/363116819147538433?lang=el"><link rel="alternate" hreflang="eu" href="https://twitter.com/vyki_e/status/363116819147538433?lang=eu"><link rel="alternate" hreflang="cs" href="https://twitter.com/vyki_e/status/363116819147538433?lang=cs"><link rel="alternate" hreflang="gl" href="https://twitter.com/vyki_e/status/363116819147538433?lang=gl"><link rel="alternate" hreflang="ro" href="https://twitter.com/vyki_e/status/363116819147538433?lang=ro"><link rel="alternate" hreflang="hr" href="https://twitter.com/vyki_e/status/363116819147538433?lang=hr"><link rel="alternate" hreflang="en-gb" href="https://twitter.com/vyki_e/status/363116819147538433?lang=en-gb"><link rel="alternate" hreflang="vi" href="https://twitter.com/vyki_e/status/363116819147538433?lang=vi"><link rel="alternate" hreflang="bn" href="https://twitter.com/vyki_e/status/363116819147538433?lang=bn"><link rel="alternate" hreflang="bg" href="https://twitter.com/vyki_e/status/363116819147538433?lang=bg"><link rel="alternate" hreflang="sr" href="https://twitter.com/vyki_e/status/363116819147538433?lang=sr"><link rel="alternate" hreflang="sk" href="https://twitter.com/vyki_e/status/363116819147538433?lang=sk"><link rel="alternate" hreflang="gu" href="https://twitter.com/vyki_e/status/363116819147538433?lang=gu"><link rel="alternate" hreflang="mr" href="https://twitter.com/vyki_e/status/363116819147538433?lang=mr"><link rel="alternate" hreflang="ta" href="https://twitter.com/vyki_e/status/363116819147538433?lang=ta"><link rel="alternate" hreflang="kn" href="https://twitter.com/vyki_e/status/363116819147538433?lang=kn">
76
-
77
- <link rel="alternate" type="application/json+oembed" href="https://publish.twitter.com/oembed?url=https://twitter.com/vyki_e/status/363116819147538433" title="Vyki Englert on Twitter: &quot;I&#39;m a sucker for pledges. @Peers Pledge #sharingeconomy http://t.co/T4Sc47KAzh&quot;">
78
-
79
-
80
- <link rel="alternate" media="handheld, only screen and (max-width: 640px)" href="https://mobile.twitter.com/vyki_e/status/363116819147538433">
81
-
82
- <link rel="alternate" href="android-app://com.twitter.android/twitter/tweet?status_id=363116819147538433&amp;ref_src=twsrc%5Egoogle%7Ctwcamp%5Eandroidseo%7Ctwgr%5Estatus%7Ctwterm%5E363116819147538433">
83
-
84
- <link rel="search" type="application/opensearchdescription+xml" href="/opensearch.xml" title="Twitter">
85
-
86
- <link id="async-css-placeholder">
87
-
88
- <meta property="og:type" content="article">
89
- <meta property="og:url" content="https://twitter.com/vyki_e/status/363116819147538433">
90
- <meta property="og:title" content="Vyki Englert on Twitter">
91
- <meta property="og:image" content="https://pbs.twimg.com/profile_images/732349210264133632/RTNgZLrm_400x400.jpg">
92
- <meta property="og:description" content="“I&#39;m a sucker for pledges. @Peers Pledge #sharingeconomy http://t.co/T4Sc47KAzh”">
93
- <meta property="og:site_name" content="Twitter">
94
- <meta property="fb:app_id" content="2231777543">
95
- <input type="hidden" id="init-data" class="json-data" value="{&quot;keyboardShortcuts&quot;:[{&quot;name&quot;:&quot;Actions&quot;,&quot;description&quot;:&quot;Shortcuts for common actions.&quot;,&quot;shortcuts&quot;:[{&quot;keys&quot;:[&quot;Enter&quot;],&quot;description&quot;:&quot;Open Tweet details&quot;},{&quot;keys&quot;:[&quot;o&quot;],&quot;description&quot;:&quot;Expand photo&quot;},{&quot;keys&quot;:[&quot;\/&quot;],&quot;description&quot;:&quot;Search&quot;}]},{&quot;name&quot;:&quot;Navigation&quot;,&quot;description&quot;:&quot;Shortcuts for navigating between items in timelines.&quot;,&quot;shortcuts&quot;:[{&quot;keys&quot;:[&quot;?&quot;],&quot;description&quot;:&quot;This menu&quot;},{&quot;keys&quot;:[&quot;j&quot;],&quot;description&quot;:&quot;Next Tweet&quot;},{&quot;keys&quot;:[&quot;k&quot;],&quot;description&quot;:&quot;Previous Tweet&quot;},{&quot;keys&quot;:[&quot;Space&quot;],&quot;description&quot;:&quot;Page down&quot;},{&quot;keys&quot;:[&quot;.&quot;],&quot;description&quot;:&quot;Load new Tweets&quot;}]},{&quot;name&quot;:&quot;Timelines&quot;,&quot;description&quot;:&quot;Shortcuts for navigating to different timelines or pages.&quot;,&quot;shortcuts&quot;:[{&quot;keys&quot;:[&quot;g&quot;,&quot;u&quot;],&quot;description&quot;:&quot;Go to user\u2026&quot;}]}],&quot;jsInitDelay&quot;:0,&quot;hasKenburnEffectOnSingleImage&quot;:false,&quot;composeIgnoreAttachmentText&quot;:false,&quot;baseFoucClass&quot;:&quot;swift-loading&quot;,&quot;bodyFoucClassNames&quot;:&quot;swift-loading&quot;,&quot;macawSwift&quot;:true,&quot;assetsBasePath&quot;:&quot;https:\/\/abs.twimg.com\/a\/1467966468\/&quot;,&quot;assetVersionKey&quot;:&quot;f28314&quot;,&quot;environment&quot;:&quot;production&quot;,&quot;formAuthenticityToken&quot;:&quot;0ca3d94aff5192efa7e34ae4eae60d07f5babd38&quot;,&quot;loggedIn&quot;:false,&quot;softUserLoggedIn&quot;:false,&quot;screenName&quot;:null,&quot;fullName&quot;:null,&quot;userId&quot;:null,&quot;guestId&quot;:&quot;142926596918437608&quot;,&quot;allowAdsPersonalization&quot;:true,&quot;scribeBufferSize&quot;:3,&quot;pageName&quot;:&quot;permalink&quot;,&quot;sectionName&quot;:&quot;permalink&quot;,&quot;scribeParameters&quot;:{},&quot;recaptchaApiUrl&quot;:&quot;https:\/\/www.google.com\/recaptcha\/api\/js\/recaptcha_ajax.js&quot;,&quot;internalReferer&quot;:null,&quot;geoEnabled&quot;:false,&quot;typeaheadData&quot;:{&quot;accounts&quot;:{&quot;enabled&quot;:true,&quot;localQueriesEnabled&quot;:false,&quot;remoteQueriesEnabled&quot;:true,&quot;limit&quot;:6},&quot;trendLocations&quot;:{&quot;enabled&quot;:true},&quot;dmConversations&quot;:{&quot;enabled&quot;:false},&quot;savedSearches&quot;:{&quot;enabled&quot;:false,&quot;items&quot;:[]},&quot;dmAccounts&quot;:{&quot;enabled&quot;:false,&quot;localQueriesEnabled&quot;:false,&quot;remoteQueriesEnabled&quot;:false,&quot;onlyDMable&quot;:true},&quot;mediaTagAccounts&quot;:{&quot;enabled&quot;:false,&quot;localQueriesEnabled&quot;:true,&quot;remoteQueriesEnabled&quot;:false,&quot;onlyShowUsersWithCanMediaTag&quot;:false,&quot;currentUserId&quot;:-1},&quot;selectedUsers&quot;:{&quot;enabled&quot;:false},&quot;prefillUsers&quot;:{&quot;enabled&quot;:false},&quot;topics&quot;:{&quot;enabled&quot;:true,&quot;localQueriesEnabled&quot;:false,&quot;remoteQueriesEnabled&quot;:true,&quot;prefetchLimit&quot;:500,&quot;limit&quot;:4},&quot;concierge&quot;:{&quot;enabled&quot;:false,&quot;localQueriesEnabled&quot;:false,&quot;remoteQueriesEnabled&quot;:false,&quot;prefetchLimit&quot;:500,&quot;limit&quot;:6},&quot;recentSearches&quot;:{&quot;enabled&quot;:false},&quot;hashtags&quot;:{&quot;enabled&quot;:false,&quot;localQueriesEnabled&quot;:false,&quot;remoteQueriesEnabled&quot;:true,&quot;prefetchLimit&quot;:500},&quot;useIndexedDB&quot;:false,&quot;showSearchAccountSocialContext&quot;:false,&quot;showDebugInfo&quot;:false,&quot;useThrottle&quot;:true,&quot;accountsOnTop&quot;:false,&quot;remoteDebounceInterval&quot;:300,&quot;remoteThrottleInterval&quot;:300,&quot;tweetContextEnabled&quot;:false,&quot;fullNameMatchingInCompose&quot;:true,&quot;topicsWithFiltersEnabled&quot;:false},&quot;dm&quot;:{&quot;notifications&quot;:false,&quot;usePushForNotifications&quot;:false,&quot;participant_max&quot;:50,&quot;video_gif_render&quot;:true,&quot;video_gif_upload&quot;:true,&quot;twitter_video_player&quot;:true,&quot;typing_indicators_publish&quot;:false,&quot;poll_options&quot;:{&quot;foreground_poll_interval&quot;:3000,&quot;burst_poll_interval&quot;:3000,&quot;burst_poll_duration&quot;:300000,&quot;max_poll_interval&quot;:60000}},&quot;whitelistedVideoUser&quot;:false,&quot;autoplayDisabled&quot;:false,&quot;pushStatePageLimit&quot;:500000,&quot;routes&quot;:{&quot;profile&quot;:&quot;\/&quot;},&quot;pushState&quot;:true,&quot;viewContainer&quot;:&quot;#page-container&quot;,&quot;dragAndDropPhotoUpload&quot;:true,&quot;href&quot;:&quot;\/vyki_e\/status\/363116819147538433&quot;,&quot;searchPathWithQuery&quot;:&quot;\/search?q=query&amp;src=typd&quot;,&quot;timelineCardsGallery&quot;:true,&quot;composeAltText&quot;:false,&quot;deciders&quot;:{&quot;bulkUnfollowEnabled&quot;:true,&quot;custom_timeline_curation&quot;:false,&quot;moment_maker_enabled&quot;:false,&quot;disable_profile_popup&quot;:false,&quot;native_notifications&quot;:true,&quot;dm_polling_frequency_in_seconds&quot;:3000,&quot;enable_media_tag_prefetch&quot;:true,&quot;foundMediaTrendingEnabled&quot;:false,&quot;enableMacawNymizerConversionLanding&quot;:false,&quot;hqImageUploads&quot;:false,&quot;largeHeaderImageUpload&quot;:true,&quot;live_pipeline_consume&quot;:false,&quot;mqImageUploads&quot;:false,&quot;partnerIdSyncEnabled&quot;:true,&quot;sruMediaCategory&quot;:true,&quot;photoSruGifLimitMb&quot;:15,&quot;promoted_video_logging_enabled&quot;:true,&quot;pushState&quot;:true,&quot;scribeReducedActionQueue&quot;:true,&quot;smartInfiniteScroll&quot;:false,&quot;useHtml5Webcam&quot;:true,&quot;hideLeadingMentions&quot;:false,&quot;hideLeadingMentionsWithTooltip&quot;:true,&quot;web_perftown_stats&quot;:true,&quot;web_perftown_ttft&quot;:true,&quot;web_sru_stats&quot;:false,&quot;web_upload_direct&quot;:true,&quot;web_upload_video&quot;:true,&quot;web_upload_video_advanced&quot;:false,&quot;upload_video_size&quot;:500,&quot;defaultVideoDuration&quot;:45,&quot;maxVideoDuration&quot;:140,&quot;internationalShippingEnabled&quot;:true,&quot;useV2EndpointsEnabled&quot;:true,&quot;useVmapVariants&quot;:false,&quot;autoplayPreviewPreroll&quot;:true,&quot;moments_lohp_enabled&quot;:true,&quot;momentsExperienceEnabled&quot;:false,&quot;enableNativePush&quot;:false,&quot;installNativePush&quot;:false,&quot;autoSubscribeNativePush&quot;:false,&quot;stickersInteractivity&quot;:true,&quot;stickersInteractivityDuringLoading&quot;:true,&quot;stickersExperience&quot;:true,&quot;dynamic_video_ads_include_long_videos&quot;:true,&quot;push_state_size&quot;:1000,&quot;canBeSoftUser&quot;:false,&quot;isInSoftExperiment&quot;:false},&quot;experiments&quot;:{},&quot;toasts_dm&quot;:false,&quot;toasts_spoonbill&quot;:false,&quot;toasts_timeline&quot;:false,&quot;toasts_dm_poll_scale&quot;:60,&quot;defaultNotificationIcon&quot;:&quot;https:\/\/abs.twimg.com\/a\/1467966468\/img\/t1\/mobile\/wp7_app_icon.png&quot;,&quot;uploadDomain&quot;:&quot;upload.twitter.com&quot;,&quot;promptbirdData&quot;:{&quot;promptbirdEnabled&quot;:false,&quot;immediateTriggers&quot;:[&quot;PullToRefresh&quot;,&quot;Navigate&quot;],&quot;format&quot;:null},&quot;passwordResetAdvancedLoginForm&quot;:true,&quot;skipAutoSignupDialog&quot;:true,&quot;shouldReplaceSignupWithLogin&quot;:true,&quot;hashflagBaseUrl&quot;:&quot;https:\/\/abs.twimg.com\/hashflags\/&quot;,&quot;activeHashflags&quot;:{&quot;المسافر&quot;:&quot;AlMosafer\/travel.png&quot;,&quot;سفرة_الصيف&quot;:&quot;AlMosafer\/travel.png&quot;,&quot;whitejersey&quot;:&quot;TDF2016\/WhiteJersey.png&quot;,&quot;bacphysique&quot;:&quot;baccalaureat_emoji\/baccalaureat_emoji.png&quot;,&quot;togetherstronger&quot;:&quot;EurosFootball2016\/Wales.png&quot;,&quot;ger&quot;:&quot;EurosFootball2016\/Germany.png&quot;,&quot;meinestimme&quot;:&quot;USElections2016\/ivoted.png&quot;,&quot;bacst2s&quot;:&quot;baccalaureat_emoji\/baccalaureat_emoji.png&quot;,&quot;اقترعت&quot;:&quot;USElections2016\/ivoted.png&quot;,&quot;immerwiederoesterreich&quot;:&quot;EurosFootball2016\/Austria.png&quot;,&quot;一站到底&quot;:&quot;JSBCI\/JSBCI_emoji.png&quot;,&quot;bacpro&quot;:&quot;baccalaureat_emoji\/baccalaureat_emoji.png&quot;,&quot;سافر_الحين_وادفع_بعدين&quot;:&quot;AlMosafer\/travel.png&quot;,&quot;tdf&quot;:&quot;TDF2016\/TDF.png&quot;,&quot;bacstmg&quot;:&quot;baccalaureat_emoji\/baccalaureat_emoji.png&quot;,&quot;maillotjaunelcl&quot;:&quot;TDF2016\/YellowJersey.png&quot;,&quot;periscope&quot;:&quot;Periscope\/Periscope.png&quot;,&quot;bethefastest&quot;:&quot;EmojiVirgin\/EmojiVirgin.png&quot;,&quot;jederfuerjeden&quot;:&quot;EurosFootball2016\/Germany.png&quot;,&quot;abfabmovie&quot;:&quot;AbFabMovie\/AbFabMovie.png&quot;,&quot;yoenunvw&quot;:&quot;Volkswagen\/YoEnUnVW.png&quot;,&quot;lovetwitter&quot;:&quot;LoveTwitter\/LoveTwitter.png&quot;,&quot;ifoodnomengão&quot;:&quot;iFoodBrazil\/flamengo.png&quot;,&quot;badisbred&quot;:&quot;AnimalKingdom_Deliver\/BadisBred.png&quot;,&quot;arabianoud&quot;:&quot;ArabianOud\/incense_burner.png&quot;,&quot;عطور_عربية&quot;:&quot;ArabianOud\/incense_burner.png&quot;,&quot;admis&quot;:&quot;baccalaureat_emoji\/baccalaureat_emoji.png&quot;,&quot;weareamerica&quot;:&quot;AdCouncilEmoji\/AdCouncilEmoji_Original.png&quot;,&quot;cervantes400&quot;:&quot;CervantesEmoji\/cervantes-emoji.png&quot;,&quot;maillotapoiscarrefour&quot;:&quot;TDF2016\/PolkaDotJersey.png&quot;,&quot;hovotato&quot;:&quot;USElections2016\/ivoted.png&quot;,&quot;seleçãoeuro&quot;:&quot;EuroNoSporTV\/EuroNoSporTV.png&quot;,&quot;япроголосовал(а)&quot;:&quot;USElections2016\/ivoted.png&quot;,&quot;bastilleday&quot;:&quot;BastilleDay2016\/BastilleDay.png&quot;,&quot;sienteelsabor&quot;:&quot;CocaCola\/SienteElSabor.png&quot;,&quot;bacfrançais&quot;:&quot;baccalaureat_emoji\/baccalaureat_emoji.png&quot;,&quot;gawa&quot;:&quot;EurosFootball2016\/NorthernIreland.png&quot;,&quot;احساس&quot;:&quot;ArabianOud\/incense_burner.png&quot;,&quot;hun&quot;:&quot;EurosFootball2016\/Hungary.png&quot;,&quot;مضاوي&quot;:&quot;ArabianOud\/incense_burner.png&quot;,&quot;bacsti2d&quot;:&quot;baccalaureat_emoji\/baccalaureat_emoji.png&quot;,&quot;wimbledon&quot;:&quot;Wimbledon2016\/Wimbledon.png&quot;,&quot;yellowjersey&quot;:&quot;TDF2016\/YellowJersey.png&quot;,&quot;vivelamannschaft&quot;:&quot;Mercedes\/Mercedes.png&quot;,&quot;maillotapois&quot;:&quot;TDF2016\/PolkaDotJersey.png&quot;,&quot;bacanglais&quot;:&quot;baccalaureat_emoji\/baccalaureat_emoji.png&quot;,&quot;1of11million&quot;:&quot;EurosFootball2016\/Portugal.png&quot;,&quot;jaivoté&quot;:&quot;USElections2016\/ivoted.png&quot;,&quot;fetenationale&quot;:&quot;BastilleDay2016\/BastilleDay.png&quot;,&quot;golive&quot;:&quot;goLIVE2016\/goLIVE.png&quot;,&quot;zoella&quot;:&quot;ZoellaEmoji\/Zoella.png&quot;,&quot;everycharactermatters&quot;:&quot;EveryCharacterMatters\/EveryCharacterMatters.png&quot;,&quot;bachistoiregeographie&quot;:&quot;baccalaureat_emoji\/baccalaureat_emoji.png&quot;,&quot;whosstillstanding&quot;:&quot;JSBCI\/JSBCI_emoji.png&quot;,&quot;我已投票&quot;:&quot;USElections2016\/ivoted.png&quot;,&quot;euro2016&quot;:&quot;EurosFootball2016\/trophy.png&quot;,&quot;bacsvt&quot;:&quot;baccalaureat_emoji\/baccalaureat_emoji.png&quot;,&quot;twitterstaryarasky&quot;:&quot;TwitterstarYarasky\/TwitterstarYarasky.png&quot;,&quot;fazerdiferente&quot;:&quot;TIM\/emoji_tim_final_3.png&quot;,&quot;tousenfrance&quot;:&quot;EurosFootball2016\/Belgium.png&quot;,&quot;400cervantes&quot;:&quot;CervantesEmoji\/cervantes-emoji.png&quot;,&quot;directpr&quot;:&quot;BastilleDay2016\/BastilleDay.png&quot;,&quot;bacsthr&quot;:&quot;baccalaureat_emoji\/baccalaureat_emoji.png&quot;,&quot;maillotblanc&quot;:&quot;TDF2016\/WhiteJersey.png&quot;,&quot;jaimonbac&quot;:&quot;baccalaureat_emoji\/baccalaureat_emoji.png&quot;,&quot;isl&quot;:&quot;EurosFootball2016\/Iceland.png&quot;,&quot;bizbittidemedenbitmez&quot;:&quot;EurosFootball2016\/Turkey.png&quot;,&quot;ceskarepre&quot;:&quot;EurosFootball2016\/CzechRepublic.png&quot;,&quot;sui&quot;:&quot;EurosFootball2016\/Switzerland.png&quot;,&quot;svk&quot;:&quot;EurosFootball2016\/Slovakia.png&quot;,&quot;تطبيق_المسافر_للحجوزات&quot;:&quot;AlMosafer\/travel.png&quot;,&quot;bactmd&quot;:&quot;baccalaureat_emoji\/baccalaureat_emoji.png&quot;,&quot;투표했어요&quot;:&quot;USElections2016\/ivoted.png&quot;,&quot;euronosportv&quot;:&quot;EuroNoSporTV\/EuroNoSporTV.png&quot;,&quot;allezlasuisse&quot;:&quot;EurosFootball2016\/Switzerland.png&quot;,&quot;timchef&quot;:&quot;TIMChef\/emoji_masterchef.png&quot;,&quot;rumoaorio&quot;:&quot;100Days\/100Days.png&quot;,&quot;однакоманда&quot;:&quot;EurosFootball2016\/Russia.png&quot;,&quot;nir&quot;:&quot;EurosFootball2016\/NorthernIreland.png&quot;,&quot;aut&quot;:&quot;EurosFootball2016\/Austria.png&quot;,&quot;bachistoire&quot;:&quot;baccalaureat_emoji\/baccalaureat_emoji.png&quot;,&quot;وودي&quot;:&quot;ArabianOud\/incense_burner.png&quot;,&quot;csakegyutt&quot;:&quot;EurosFootball2016\/Hungary.png&quot;,&quot;goingsolo&quot;:&quot;ZoellaEmoji\/Zoella.png&quot;,&quot;تطبيق_المسافر&quot;:&quot;AlMosafer\/travel.png&quot;,&quot;tdf2016&quot;:&quot;TDF2016\/TDF.png&quot;,&quot;bacphilo&quot;:&quot;baccalaureat_emoji\/baccalaureat_emoji.png&quot;,&quot;bacphysiquechimie&quot;:&quot;baccalaureat_emoji\/baccalaureat_emoji.png&quot;,&quot;твоязбірна&quot;:&quot;EurosFootball2016\/Ukraine.png&quot;,&quot;eng&quot;:&quot;EurosFootball2016\/England.png&quot;,&quot;14juillet2016&quot;:&quot;BastilleDay2016\/BastilleDay.png&quot;,&quot;chamaolimpica&quot;:&quot;OlympicTorch_Emoji\/OlympicTorch.png&quot;,&quot;presidentduterte&quot;:&quot;PresidentDuterte\/PHVoteDuterte.png&quot;,&quot;ivoted&quot;:&quot;USElections2016\/ivoted.png&quot;,&quot;rus&quot;:&quot;EurosFootball2016\/Russia.png&quot;,&quot;olympicflame&quot;:&quot;OlympicTorch_Emoji\/OlympicTorch.png&quot;,&quot;ifoodnomengao&quot;:&quot;iFoodBrazil\/flamengo.png&quot;,&quot;alb&quot;:&quot;EurosFootball2016\/Albania.png&quot;,&quot;thequeue&quot;:&quot;Wimbledon2016\/TheQueue.png&quot;,&quot;rou&quot;:&quot;EurosFootball2016\/Romania.png&quot;,&quot;badmoms&quot;:&quot;Universal_BadMoms_Emoji\/BadMoms.png&quot;,&quot;greenjersey&quot;:&quot;TDF2016\/GreenJersey.png&quot;,&quot;صقر&quot;:&quot;ArabianOud\/incense_burner.png&quot;,&quot;bacallemand&quot;:&quot;baccalaureat_emoji\/baccalaureat_emoji.png&quot;,&quot;polkadotjersey&quot;:&quot;TDF2016\/PolkaDotJersey.png&quot;,&quot;الفارس&quot;:&quot;ArabianOud\/incense_burner.png&quot;,&quot;bumotoako&quot;:&quot;USElections2016\/ivoted.png&quot;,&quot;twittersparkle&quot;:&quot;TwitterSparkle\/TwitterSparkle.png&quot;,&quot;maillotvertskoda&quot;:&quot;TDF2016\/GreenJersey.png&quot;,&quot;ita&quot;:&quot;EurosFootball2016\/Italy.png&quot;,&quot;vivoazzurro&quot;:&quot;EurosFootball2016\/Italy.png&quot;,&quot;resultatsbac&quot;:&quot;baccalaureat_emoji\/baccalaureat_emoji.png&quot;,&quot;bacitalien&quot;:&quot;baccalaureat_emoji\/baccalaureat_emoji.png&quot;,&quot;لمسة&quot;:&quot;ArabianOud\/incense_burner.png&quot;,&quot;سناب_المسافر_دايما_مسافر&quot;:&quot;AlMosafer\/travel.png&quot;,&quot;maillotblanckrys&quot;:&quot;TDF2016\/WhiteJersey.png&quot;,&quot;origin&quot;:&quot;StateOfOrigin\/Origin.png&quot;,&quot;bacfrancais&quot;:&quot;baccalaureat_emoji\/baccalaureat_emoji.png&quot;,&quot;bachotellerie&quot;:&quot;baccalaureat_emoji\/baccalaureat_emoji.png&quot;,&quot;thehill&quot;:&quot;Wimbledon2016\/TheHill.png&quot;,&quot;hairomania&quot;:&quot;EurosFootball2016\/Romania.png&quot;,&quot;admise&quot;:&quot;baccalaureat_emoji\/baccalaureat_emoji.png&quot;,&quot;yarasky&quot;:&quot;TwitterstarYarasky\/TwitterstarYarasky.png&quot;,&quot;maillotvert&quot;:&quot;TDF2016\/GreenJersey.png&quot;,&quot;yovote&quot;:&quot;USElections2016\/ivoted.png&quot;,&quot;qlder&quot;:&quot;StateOfOrigin\/QLDER.png&quot;,&quot;رسالة&quot;:&quot;ArabianOud\/incense_burner.png&quot;,&quot;energia&quot;:&quot;JBalvinNew\/JBalvinNew.png&quot;,&quot;انا_المسافر&quot;:&quot;AlMosafer\/travel.png&quot;,&quot;rumboario&quot;:&quot;100Days\/100Days.png&quot;,&quot;girlonlinegoingsolo&quot;:&quot;ZoellaEmoji\/Zoella.png&quot;,&quot;blackhistorymonth&quot;:&quot;BlackHistoryMonth\/BlackHistoryMonth.png&quot;,&quot;overdadeirosabor&quot;:&quot;Hellmanns\/emoji_hellmans.png&quot;,&quot;baces&quot;:&quot;baccalaureat_emoji\/baccalaureat_emoji.png&quot;,&quot;bacmaths&quot;:&quot;baccalaureat_emoji\/baccalaureat_emoji.png&quot;,&quot;سافر_بالتقسيط&quot;:&quot;AlMosafer\/travel.png&quot;,&quot;とと姉ちゃん&quot;:&quot;NHKMorningDrama\/NHKMorningDrama.png&quot;,&quot;yovoté&quot;:&quot;USElections2016\/ivoted.png&quot;,&quot;14juillet&quot;:&quot;BastilleDay2016\/BastilleDay.png&quot;,&quot;togetherforengland&quot;:&quot;EurosFootball2016\/England.png&quot;,&quot;łączynaspolska&quot;:&quot;EurosFootball2016\/Poland.png&quot;,&quot;zoesugg&quot;:&quot;ZoellaEmoji\/Zoella.png&quot;,&quot;bachôtellerie&quot;:&quot;baccalaureat_emoji\/baccalaureat_emoji.png&quot;,&quot;bacs&quot;:&quot;baccalaureat_emoji\/baccalaureat_emoji.png&quot;,&quot;bacstav&quot;:&quot;baccalaureat_emoji\/baccalaureat_emoji.png&quot;,&quot;nowyoucan&quot;:&quot;SkyNow\/SKYNowYouCan.png&quot;,&quot;tur&quot;:&quot;EurosFootball2016\/Turkey.png&quot;,&quot;bhm&quot;:&quot;BlackHistoryMonth\/BlackHistoryMonth.png&quot;,&quot;roadtorio&quot;:&quot;100Days\/100Days.png&quot;,&quot;bacses&quot;:&quot;baccalaureat_emoji\/baccalaureat_emoji.png&quot;,&quot;bacstl&quot;:&quot;baccalaureat_emoji\/baccalaureat_emoji.png&quot;,&quot;wal&quot;:&quot;EurosFootball2016\/Wales.png&quot;,&quot;bacespagnol&quot;:&quot;baccalaureat_emoji\/baccalaureat_emoji.png&quot;,&quot;bel&quot;:&quot;EurosFootball2016\/Belgium.png&quot;,&quot;bacstd2a&quot;:&quot;baccalaureat_emoji\/baccalaureat_emoji.png&quot;,&quot;fiersdetrebleus&quot;:&quot;EurosFootball2016\/France.png&quot;,&quot;cze&quot;:&quot;EurosFootball2016\/CzechRepublic.png&quot;,&quot;blacklivesmatter&quot;:&quot;BlackHistoryMonth\/BlackHistoryMonth.png&quot;,&quot;pol&quot;:&quot;EurosFootball2016\/Poland.png&quot;,&quot;العربية_للعود&quot;:&quot;ArabianOud\/incense_burner.png&quot;,&quot;résultatsbac&quot;:&quot;baccalaureat_emoji\/baccalaureat_emoji.png&quot;,&quot;budiponosan&quot;:&quot;EurosFootball2016\/Croatia.png&quot;,&quot;fandimespolu&quot;:&quot;EurosFootball2016\/Slovakia.png&quot;,&quot;thisbudsforyou&quot;:&quot;Bud_Emoji\/Bud.png&quot;,&quot;icaucused&quot;:&quot;USElections2016\/ivoted.png&quot;,&quot;ukr&quot;:&quot;EurosFootball2016\/Ukraine.png&quot;,&quot;esp&quot;:&quot;EurosFootball2016\/Spain.png&quot;,&quot;makethefuture&quot;:&quot;Shell_Emoji\/ShellLightbulb.png&quot;,&quot;cro&quot;:&quot;EurosFootball2016\/Croatia.png&quot;,&quot;irl&quot;:&quot;EurosFootball2016\/ROIreland.png&quot;,&quot;lovehasnolabels&quot;:&quot;AdCouncilEmoji\/AdCouncilEmoji_Original.png&quot;,&quot;vamosespaña&quot;:&quot;EurosFootball2016\/Spain.png&quot;,&quot;bacl&quot;:&quot;baccalaureat_emoji\/baccalaureat_emoji.png&quot;,&quot;uptheblues&quot;:&quot;StateOfOrigin\/UpTheBlues.png&quot;,&quot;sharkweek&quot;:&quot;SharkWeekEmoji\/SharkWeek_Original.png&quot;,&quot;por&quot;:&quot;EurosFootball2016\/Portugal.png&quot;,&quot;swe&quot;:&quot;EurosFootball2016\/Sweden.png&quot;,&quot;bac2016&quot;:&quot;baccalaureat_emoji\/baccalaureat_emoji.png&quot;,&quot;maillotjaune&quot;:&quot;TDF2016\/YellowJersey.png&quot;,&quot;fra&quot;:&quot;EurosFootball2016\/France.png&quot;,&quot;ufc200&quot;:&quot;UFC200\/UFC200.png&quot;,&quot;coybig&quot;:&quot;EurosFootball2016\/ROIreland.png&quot;},&quot;tweetId&quot;:&quot;363116819147538433&quot;,&quot;profile_id&quot;:1087064150,&quot;endpoint&quot;:&quot;\/i\/vyki_e\/conversation\/363116819147538433&quot;,&quot;overlayCapable&quot;:false,&quot;finagleTraceId&quot;:&quot;00b1ca1d00abbeb2&quot;,&quot;isThreaded&quot;:true,&quot;inOverlay&quot;:true,&quot;trendsCacheKey&quot;:null,&quot;decider_personalized_trends&quot;:false,&quot;trendsEndpoint&quot;:&quot;\/i\/trends&quot;,&quot;initialState&quot;:{&quot;title&quot;:&quot;Vyki Englert on Twitter: \&quot;I&#39;m a sucker for pledges. @Peers Pledge #sharingeconomy http:\/\/t.co\/T4Sc47KAzh\&quot;&quot;,&quot;section&quot;:null,&quot;module&quot;:&quot;app\/pages\/permalink&quot;,&quot;cache_ttl&quot;:300,&quot;body_class_names&quot;:&quot;three-col logged-out user-style-vyki_e PermalinkPage&quot;,&quot;doc_class_names&quot;:&quot;route-permalink&quot;,&quot;route_name&quot;:&quot;permalink&quot;,&quot;page_container_class_names&quot;:&quot;AppContent wrapper wrapper-permalink&quot;,&quot;ttft_navigation&quot;:false}}">
96
-
97
-
98
-
99
- <input type="hidden" class="swift-boot-module" value="app/pages/permalink">
100
- <input type="hidden" id="swift-module-path" value="https://abs.twimg.com/c/swift/en">
101
-
102
-
103
- <script src="https://abs.twimg.com/c/swift/en/init.314a9707f177773430c9b565030e9ea5b8638c96.js" async></script>
104
-
105
- </head>
106
- <body class="three-col logged-out user-style-vyki_e PermalinkPage"
107
- data-fouc-class-names="swift-loading"
108
- dir="ltr">
109
- <script id="swift_loading_indicator" nonce="KXwIjaJlN1QIxC47iHrsvQ==">
110
- document.body.className=document.body.className+" "+document.body.getAttribute("data-fouc-class-names");
111
- </script>
112
-
113
-
114
-
115
-
116
-
117
-
118
-
119
-
120
-
121
-
122
- <div id="doc" data-at-shortcutkeys="{&quot;Enter&quot;:&quot;Open Tweet details&quot;,&quot;o&quot;:&quot;Expand photo&quot;,&quot;/&quot;:&quot;Search&quot;,&quot;?&quot;:&quot;This menu&quot;,&quot;j&quot;:&quot;Next Tweet&quot;,&quot;k&quot;:&quot;Previous Tweet&quot;,&quot;Space&quot;:&quot;Page down&quot;,&quot;.&quot;:&quot;Load new Tweets&quot;,&quot;gu&quot;:&quot;Go to user\u2026&quot;}" class="route-permalink">
123
- <div class="topbar js-topbar">
124
-
125
-
126
- <div class="global-nav global-nav--newLoggedOut" data-section-term="top_nav">
127
- <div class="global-nav-inner">
128
- <div class="container">
129
-
130
-
131
- <ul class="nav js-global-actions" role="navigation" id="global-actions">
132
- <li id="global-nav-home" class="home" data-global-action="home">
133
- <a class="js-nav js-tooltip js-dynamic-tooltip" data-placement="bottom" href="/" data-component-context="home_nav" data-nav="home">
134
- <span class="Icon Icon--bird Icon--large"></span>
135
- <span class="text">Home</span>
136
- </a>
137
- </li>
138
- <li id="global-nav-about" class="about" data-global-action="about">
139
- <a class="js-tooltip js-dynamic-tooltip" data-placement="bottom" href="/about" target="_blank" data-component-context="about_nav" data-nav="about">
140
- <span class="text">About</span>
141
- </a>
142
- </li>
143
- </ul>
144
- <div class="pull-right">
145
- <div role="search">
146
- <form class="t1-form form-search js-search-form" action="/search" id="global-nav-search">
147
- <label class="visuallyhidden" for="search-query">Search query</label>
148
- <input class="search-input" type="text" id="search-query" placeholder="Search Twitter" name="q" autocomplete="off" spellcheck="false">
149
- <span class="search-icon js-search-action">
150
- <button type="submit" class="Icon Icon--search nav-search">
151
- <span class="visuallyhidden">Search Twitter</span>
152
- </button>
153
- </span>
154
-
155
-
156
-
157
- <div role="listbox" class="dropdown-menu typeahead">
158
- <div aria-hidden="true" class="dropdown-caret">
159
- <div class="caret-outer"></div>
160
- <div class="caret-inner"></div>
161
- </div>
162
- <div role="presentation" class="dropdown-inner js-typeahead-results">
163
- <div role="presentation" class="typeahead-saved-searches">
164
- <h3 id="saved-searches-heading" class="typeahead-category-title saved-searches-title">Saved searches</h3>
165
- <ul role="presentation" class="typeahead-items saved-searches-list">
166
-
167
- <li role="presentation" class="typeahead-item typeahead-saved-search-item">
168
- <span class="Icon Icon--close" aria-hidden="true"><span class="visuallyhidden">Remove</span></span>
169
- <a role="option" aria-describedby="saved-searches-heading" class="js-nav" href="" data-search-query="" data-query-source="" data-ds="saved_search" tabindex="-1"></a>
170
- </li>
171
- </ul>
172
- </div>
173
-
174
- <ul role="presentation" class="typeahead-items typeahead-topics">
175
-
176
- <li role="presentation" class="typeahead-item typeahead-topic-item">
177
- <a role="option" class="js-nav" href="" data-search-query="" data-query-source="typeahead_click" data-ds="topics" tabindex="-1"></a>
178
- </li>
179
- </ul>
180
-
181
-
182
-
183
- <ul role="presentation" class="typeahead-items typeahead-accounts js-typeahead-accounts">
184
-
185
- <li role="presentation" data-user-id="" data-user-screenname="" data-remote="true" data-score="" class="typeahead-item typeahead-account-item js-selectable">
186
-
187
- <a role="option" class="js-nav" data-query-source="typeahead_click" data-search-query="" data-ds="account">
188
- <img class="avatar size32" alt="">
189
- <span class="typeahead-user-item-info">
190
- <span class="fullname"></span>
191
- <span class="js-verified hidden"><span class="Icon Icon--verified Icon--small">
192
- <span class="u-hiddenVisually">Verified account</span>
193
- </span></span>
194
- <span class="username"><s>@</s><b></b></span>
195
- </span>
196
- </a>
197
- </li>
198
- <li role="presentation" class="js-selectable typeahead-accounts-shortcut js-shortcut"><a role="option" class="js-nav" href="" data-search-query="" data-query-source="typeahead_click" data-shortcut="true" data-ds="account_search"></a></li>
199
- </ul>
200
-
201
- <ul role="presentation" class="typeahead-items typeahead-trend-locations-list">
202
-
203
- <li role="presentation" class="typeahead-item typeahead-trend-locations-item"><a role="option" class="js-nav" href="" data-ds="trend_location" data-search-query="" tabindex="-1"></a></li>
204
- </ul>
205
- <div role="presentation" class="typeahead-user-select">
206
- <div role="presentation" class="typeahead-empty-suggestions">
207
- Suggested users
208
- </div>
209
- <ul role="presentation" class="typeahead-items typeahead-selected js-typeahead-selected">
210
-
211
- <li role="presentation" data-user-id="" data-user-screenname="" data-remote="true" data-score="" class="typeahead-item typeahead-selected-item js-selectable">
212
-
213
- <a role="option" class="js-nav" data-query-source="typeahead_click" data-search-query="" data-ds="account">
214
- <img class="avatar size32" alt="">
215
- <span class="typeahead-user-item-info">
216
- <span class="select-status deselect-user js-deselect-user Icon Icon--check"></span>
217
- <span class="select-status select-disabled Icon Icon--unfollow"></span>
218
- <span class="fullname"></span>
219
- <span class="js-verified hidden"><span class="Icon Icon--verified Icon--small">
220
- <span class="u-hiddenVisually">Verified account</span>
221
- </span></span>
222
- <span class="username"><s>@</s><b></b></span>
223
- </span>
224
- </a>
225
- </li>
226
- <li role="presentation" class="typeahead-selected-end"></li>
227
- </ul>
228
-
229
- <ul role="presentation" class="typeahead-items typeahead-accounts js-typeahead-accounts">
230
-
231
- <li role="presentation" data-user-id="" data-user-screenname="" data-remote="true" data-score="" class="typeahead-item typeahead-account-item js-selectable">
232
-
233
- <a role="option" class="js-nav" data-query-source="typeahead_click" data-search-query="" data-ds="account">
234
- <img class="avatar size32" alt="">
235
- <span class="typeahead-user-item-info">
236
- <span class="select-status deselect-user js-deselect-user Icon Icon--check"></span>
237
- <span class="select-status select-disabled Icon Icon--unfollow"></span>
238
- <span class="fullname"></span>
239
- <span class="js-verified hidden"><span class="Icon Icon--verified Icon--small">
240
- <span class="u-hiddenVisually">Verified account</span>
241
- </span></span>
242
- <span class="username"><s>@</s><b></b></span>
243
- </span>
244
- </a>
245
- </li>
246
- <li role="presentation" class="typeahead-accounts-end"></li>
247
- </ul>
248
- </div>
249
-
250
- <div role="presentation" class="typeahead-dm-conversations">
251
- <ul role="presentation" class="typeahead-items typeahead-dm-conversation-items">
252
- <li role="presentation" class="typeahead-item typeahead-dm-conversation-item">
253
- <a role="option" tabindex="-1"></a>
254
- </li>
255
- </ul>
256
- </div>
257
- </div>
258
- </div>
259
-
260
- </form>
261
- </div>
262
-
263
-
264
- <ul class="nav secondary-nav language-dropdown">
265
- <li class="dropdown js-language-dropdown">
266
- <a href="#supported_languages" class="dropdown-toggle js-dropdown-toggle">
267
- <small>Language:</small> <span class="js-current-language">English</span> <b class="caret"></b>
268
- </a>
269
- <div class="dropdown-menu">
270
- <div class="dropdown-caret right">
271
- <span class="caret-outer"> </span>
272
- <span class="caret-inner"></span>
273
- </div>
274
- <ul id="supported_languages">
275
- <li><a href="?lang=id" data-lang-code="id" title="Indonesian" class="js-language-link js-tooltip">Bahasa Indonesia</a></li>
276
- <li><a href="?lang=msa" data-lang-code="msa" title="Malay" class="js-language-link js-tooltip">Bahasa Melayu</a></li>
277
- <li><a href="?lang=ca" data-lang-code="ca" title="Catalan" class="js-language-link js-tooltip">Català</a></li>
278
- <li><a href="?lang=cs" data-lang-code="cs" title="Czech" class="js-language-link js-tooltip">Čeština</a></li>
279
- <li><a href="?lang=da" data-lang-code="da" title="Danish" class="js-language-link js-tooltip">Dansk</a></li>
280
- <li><a href="?lang=de" data-lang-code="de" title="German" class="js-language-link js-tooltip">Deutsch</a></li>
281
- <li><a href="?lang=en-gb" data-lang-code="en-gb" title="British English" class="js-language-link js-tooltip">English UK</a></li>
282
- <li><a href="?lang=es" data-lang-code="es" title="Spanish" class="js-language-link js-tooltip">Español</a></li>
283
- <li><a href="?lang=fil" data-lang-code="fil" title="Filipino" class="js-language-link js-tooltip">Filipino</a></li>
284
- <li><a href="?lang=fr" data-lang-code="fr" title="French" class="js-language-link js-tooltip">Français</a></li>
285
- <li><a href="?lang=hr" data-lang-code="hr" title="Croatian" class="js-language-link js-tooltip">Hrvatski</a></li>
286
- <li><a href="?lang=it" data-lang-code="it" title="Italian" class="js-language-link js-tooltip">Italiano</a></li>
287
- <li><a href="?lang=hu" data-lang-code="hu" title="Hungarian" class="js-language-link js-tooltip">Magyar</a></li>
288
- <li><a href="?lang=nl" data-lang-code="nl" title="Dutch" class="js-language-link js-tooltip">Nederlands</a></li>
289
- <li><a href="?lang=no" data-lang-code="no" title="Norwegian" class="js-language-link js-tooltip">Norsk</a></li>
290
- <li><a href="?lang=pl" data-lang-code="pl" title="Polish" class="js-language-link js-tooltip">Polski</a></li>
291
- <li><a href="?lang=pt" data-lang-code="pt" title="Portuguese" class="js-language-link js-tooltip">Português</a></li>
292
- <li><a href="?lang=ro" data-lang-code="ro" title="Romanian" class="js-language-link js-tooltip">Română</a></li>
293
- <li><a href="?lang=sk" data-lang-code="sk" title="Slovak" class="js-language-link js-tooltip">Slovenčina</a></li>
294
- <li><a href="?lang=fi" data-lang-code="fi" title="Finnish" class="js-language-link js-tooltip">Suomi</a></li>
295
- <li><a href="?lang=sv" data-lang-code="sv" title="Swedish" class="js-language-link js-tooltip">Svenska</a></li>
296
- <li><a href="?lang=vi" data-lang-code="vi" title="Vietnamese" class="js-language-link js-tooltip">Tiếng Việt</a></li>
297
- <li><a href="?lang=tr" data-lang-code="tr" title="Turkish" class="js-language-link js-tooltip">Türkçe</a></li>
298
- <li><a href="?lang=el" data-lang-code="el" title="Greek" class="js-language-link js-tooltip">Ελληνικά</a></li>
299
- <li><a href="?lang=bg" data-lang-code="bg" title="Bulgarian" class="js-language-link js-tooltip">Български език</a></li>
300
- <li><a href="?lang=ru" data-lang-code="ru" title="Russian" class="js-language-link js-tooltip">Русский</a></li>
301
- <li><a href="?lang=sr" data-lang-code="sr" title="Serbian" class="js-language-link js-tooltip">Српски</a></li>
302
- <li><a href="?lang=uk" data-lang-code="uk" title="Ukrainian" class="js-language-link js-tooltip">Українська мова</a></li>
303
- <li><a href="?lang=he" data-lang-code="he" title="Hebrew" class="js-language-link js-tooltip">עִבְרִית</a></li>
304
- <li><a href="?lang=ar" data-lang-code="ar" title="Arabic" class="js-language-link js-tooltip">العربية</a></li>
305
- <li><a href="?lang=fa" data-lang-code="fa" title="Persian" class="js-language-link js-tooltip">فارسی</a></li>
306
- <li><a href="?lang=mr" data-lang-code="mr" title="Marathi" class="js-language-link js-tooltip">मराठी</a></li>
307
- <li><a href="?lang=hi" data-lang-code="hi" title="Hindi" class="js-language-link js-tooltip">हिन्दी</a></li>
308
- <li><a href="?lang=bn" data-lang-code="bn" title="Bengali" class="js-language-link js-tooltip">বাংলা</a></li>
309
- <li><a href="?lang=gu" data-lang-code="gu" title="Gujarati" class="js-language-link js-tooltip">ગુજરાતી</a></li>
310
- <li><a href="?lang=ta" data-lang-code="ta" title="Tamil" class="js-language-link js-tooltip">தமிழ்</a></li>
311
- <li><a href="?lang=kn" data-lang-code="kn" title="Kannada" class="js-language-link js-tooltip">ಕನ್ನಡ</a></li>
312
- <li><a href="?lang=th" data-lang-code="th" title="Thai" class="js-language-link js-tooltip">ภาษาไทย</a></li>
313
- <li><a href="?lang=ko" data-lang-code="ko" title="Korean" class="js-language-link js-tooltip">한국어</a></li>
314
- <li><a href="?lang=ja" data-lang-code="ja" title="Japanese" class="js-language-link js-tooltip">日本語</a></li>
315
- <li><a href="?lang=zh-cn" data-lang-code="zh-cn" title="Simplified Chinese" class="js-language-link js-tooltip">简体中文</a></li>
316
- <li><a href="?lang=zh-tw" data-lang-code="zh-tw" title="Traditional Chinese" class="js-language-link js-tooltip">繁體中文</a></li>
317
- </ul>
318
- </div>
319
- <div class="js-front-language">
320
- <form action="/sessions/change_locale" class="t1-form language" method="POST">
321
- <input type="hidden" name="lang"> <input type="hidden" name="redirect">
322
- <input type="hidden" name="authenticity_token" value="0ca3d94aff5192efa7e34ae4eae60d07f5babd38">
323
- </form>
324
- </div>
325
- </li>
326
- </ul>
327
-
328
- <ul class="nav secondary-nav session-dropdown" id="session">
329
- <li class="dropdown js-session">
330
- <a href="/login" class="dropdown-toggle js-dropdown-toggle dropdown-signin" id="signin-link" data-nav="login">
331
- <small>Have an account?</small> <span class="emphasize"> Log in</span><span class="caret"></span>
332
- </a>
333
- <div class="dropdown-menu dropdown-form" id="signin-dropdown">
334
- <div class="dropdown-caret right"> <span class="caret-outer"></span> <span class="caret-inner"></span> </div>
335
- <div class="signin-dialog-body">
336
- <div>Have an account?</div>
337
- <form action="https://twitter.com/sessions" class="LoginForm js-front-signin" method="post"
338
- data-component="login_callout"
339
- data-element="form"
340
- >
341
- <div class="LoginForm-input LoginForm-username">
342
- <input
343
- type="text"
344
- class="text-input email-input js-signin-email"
345
- name="session[username_or_email]"
346
- autocomplete="username"
347
- placeholder="Phone, email or username"
348
- />
349
- </div>
350
-
351
- <div class="LoginForm-input LoginForm-password">
352
- <input type="password" class="text-input" name="session[password]" placeholder="Password" autocomplete="current-password">
353
- </div>
354
-
355
- <div class="LoginForm-rememberForgot">
356
- <label>
357
- <input type="checkbox" value="1" name="remember_me" checked="checked">
358
- <span>Remember me</span>
359
- </label>
360
- <span class="separator">&middot;</span>
361
- <a class="forgot" href="/account/begin_password_reset">Forgot password?</a>
362
- </div>
363
-
364
- <input type="submit" class="submit btn primary-btn js-submit" value="Log in">
365
-
366
- <input type="hidden" name="return_to_ssl" value="true">
367
-
368
- <input type="hidden" name="scribe_log">
369
- <input type="hidden" name="redirect_after_login" value="/vyki_e/status/363116819147538433">
370
- <input type="hidden" value="0ca3d94aff5192efa7e34ae4eae60d07f5babd38" name="authenticity_token">
371
- </form>
372
-
373
- <hr>
374
- <div class="signup SignupForm">
375
- <div class="SignupForm-header">New to Twitter?</div>
376
- <a href="https://twitter.com/signup" role="button" class="SignupForm-submit u-block u-textCenter js-signup btn"
377
- data-component="signup_callout"
378
- data-element="dropdown"
379
- >Sign up
380
- </a>
381
- </div>
382
- </div>
383
- </div>
384
- </li>
385
- </ul>
386
- </div>
387
-
388
- </div>
389
- </div>
390
- </div>
391
- </div>
392
-
393
-
394
- <div id="page-outer">
395
- <div id="page-container" class="AppContent wrapper wrapper-permalink">
396
-
397
-
398
- <a class="PermalinkProfile-overlay js-nav" href="/vyki_e">
399
- <span class="visuallyhidden">vyki_e's profile</span>
400
- </a>
401
- <div class="PermalinkProfile-background without-banner">
402
- <div class="ProfileCanopy ProfileCanopy--withNav ProfileCanopy--large">
403
- <div class="ProfileCanopy-inner">
404
-
405
- <div class="ProfileCanopy-header u-bgUserColor">
406
- <div class="ProfileCanopy-headerBg">
407
- <img alt=""
408
- src="https://pbs.twimg.com/profile_banners/1087064150/1424315468/1500x500"
409
-
410
- >
411
- </div>
412
-
413
- <div class="AppContainer">
414
-
415
- <div class="ProfileCanopy-avatar">
416
- <div class="ProfileAvatar">
417
- <a class="ProfileAvatar-container u-block js-tooltip profile-picture"
418
- href="https://pbs.twimg.com/profile_images/732349210264133632/RTNgZLrm.jpg"
419
- title="Vyki Englert"
420
- data-resolved-url-large="https://pbs.twimg.com/profile_images/732349210264133632/RTNgZLrm.jpg"
421
- data-url="https://pbs.twimg.com/profile_images/732349210264133632/RTNgZLrm.jpg"
422
- target="_blank">
423
- <img class="ProfileAvatar-image " src="https://pbs.twimg.com/profile_images/732349210264133632/RTNgZLrm_400x400.jpg" alt="Vyki Englert">
424
- </a>
425
- </div>
426
-
427
- </div>
428
-
429
-
430
- <div class="ProfileCanopy-headerPromptAnchor"></div>
431
- </div>
432
-
433
- </div>
434
-
435
-
436
- <div class="ProfileCanopy-navBar">
437
-
438
- <div class="AppContainer">
439
- <div class="Grid Grid--withGutter">
440
- <div class="Grid-cell u-size1of3 u-lg-size1of4">
441
- <div class="ProfileCanopy-card" role="presentation">
442
- <div class="ProfileCardMini">
443
- <a class="ProfileCardMini-avatar profile-picture js-tooltip"
444
- href="https://pbs.twimg.com/profile_images/732349210264133632/RTNgZLrm.jpg"
445
- title="Vyki Englert"
446
- data-resolved-url-large="https://pbs.twimg.com/profile_images/732349210264133632/RTNgZLrm.jpg"
447
- data-url="https://pbs.twimg.com/profile_images/732349210264133632/RTNgZLrm.jpg"
448
- target="_blank">
449
- <img class="ProfileCardMini-avatarImage" alt="Vyki Englert" src="https://pbs.twimg.com/profile_images/732349210264133632/RTNgZLrm_normal.jpg" >
450
- </a>
451
- <div class="ProfileCardMini-details">
452
- <div class="ProfileNameTruncated">
453
- <div class="u-textTruncate u-inlineBlock">
454
- <a class="ProfileNameTruncated-link u-textInheritColor js-nav js-action-profile-name" href="/vyki_e" data-aria-label-part>
455
- Vyki Englert
456
- </a>
457
- </div>
458
- </div>
459
- <div class="ProfileCardMini-screenname">
460
- <a href="/vyki_e" class="ProfileCardMini-screennameLink u-linkComplex js-nav u-dir" dir="ltr">@<span class="u-linkComplex-target">vyki_e</span></a>
461
- </div>
462
- </div>
463
- </div>
464
-
465
- </div>
466
- </div>
467
-
468
- <div class="Grid-cell u-size2of3 u-lg-size3of4">
469
- <div class="ProfileCanopy-nav">
470
-
471
-
472
- </div>
473
- </div>
474
- </div>
475
- </div>
476
- </div>
477
-
478
- </div>
479
- </div>
480
-
481
-
482
- <div class="ProfileHeading">
483
- <div class="ProfileHeading-spacer"></div>
484
- </div>
485
-
486
-
487
- <div class="AppContainer">
488
- <div class="Grid Grid--withGutter">
489
- <div class="Grid-cell u-size1of3 u-lg-size1of4">
490
- <div class="Grid Grid--withGutter">
491
- <div class="Grid-cell">
492
- <div class="ProfileSidebar ProfileSidebar--withLeftAlignment">
493
- <div class="ProfileHeaderCard">
494
- <h1 class="ProfileHeaderCard-name">
495
- <a href="/vyki_e"
496
- class="ProfileHeaderCard-nameLink u-textInheritColor js-nav
497
- ">Vyki Englert</a>
498
- </h1>
499
-
500
- <h2 class="ProfileHeaderCard-screenname u-inlineBlock u-dir" dir="ltr">
501
- <a class="ProfileHeaderCard-screennameLink u-linkComplex js-nav" href="/vyki_e">@<span class="u-linkComplex-target">vyki_e</span></a>
502
- </h2>
503
-
504
- <p class="ProfileHeaderCard-bio u-dir"
505
-
506
- dir="ltr">Rides bikes, writes code, likes maps. <a href="/CompilerLA" class="tweet-url twitter-atreply pretty-link" dir="ltr" data-mentioned-user-id="0" rel="nofollow" ><s>@</s><b>CompilerLA</b></a> / <a href="/CityGrows" class="tweet-url twitter-atreply pretty-link" dir="ltr" data-mentioned-user-id="0" rel="nofollow" ><s>@</s><b>CityGrows</b></a> / Brigade Captain <a href="/HackforLA" class="tweet-url twitter-atreply pretty-link" dir="ltr" data-mentioned-user-id="0" rel="nofollow" ><s>@</s><b>HackforLA</b></a></p>
507
-
508
-
509
-
510
-
511
- <div class="ProfileHeaderCard-joinDate">
512
- <span class="Icon Icon--calendar Icon--small"></span>
513
- <span class="ProfileHeaderCard-joinDateText js-tooltip u-dir" dir="ltr" title="11:53 AM - 13 Jan 2013">Joined January 2013</span>
514
- </div>
515
-
516
- <div class="ProfileHeaderCard-birthdate u-hidden">
517
- <span class="Icon Icon--balloon Icon--medium"></span>
518
- <span class="ProfileHeaderCard-birthdateText u-dir" dir="ltr">
519
- </span>
520
- </div>
521
-
522
-
523
- </div>
524
-
525
-
526
-
527
-
528
-
529
-
530
-
531
-
532
-
533
- </div>
534
-
535
- </div>
536
- </div>
537
- </div>
538
- <div class="Grid-cell u-size2of3 u-lg-size3of4">
539
- <div class="Grid Grid--withGutter">
540
- <div class="Grid-cell u-lg-size2of3" data-test-selector="ProfileTimeline">
541
- <div class="ProfileHeading">
542
- <div class="ProfileHeading-spacer"></div>
543
- </div>
544
-
545
-
546
-
547
-
548
-
549
-
550
-
551
-
552
-
553
-
554
-
555
- </div>
556
- <div class="Grid-cell u-size1of3">
557
- <div class="Grid Grid--withGutter">
558
- <div class="Grid-cell">
559
- <div class="ProfileSidebar ProfileSidebar--withRightAlignment">
560
- <div class="MoveableModule">
561
-
562
- <div class="SidebarCommonModules">
563
-
564
-
565
-
566
-
567
-
568
-
569
- <div class="Footer module roaming-module
570
- Footer--slim
571
- ">
572
- <div class="flex-module">
573
- <div class="flex-module-inner js-items-container">
574
- <ul class="u-cf">
575
- <li class="Footer-item Footer-copyright copyright">&copy; 2016 Twitter</li>
576
- <li class="Footer-item"><a class="Footer-link" href="/about">About</a></li>
577
- <li class="Footer-item"><a class="Footer-link" href="//support.twitter.com">Help</a></li>
578
- <li class="Footer-item"><a class="Footer-link" href="/tos">Terms</a></li>
579
- <li class="Footer-item"><a class="Footer-link" href="/privacy">Privacy</a></li>
580
- <li class="Footer-item"><a class="Footer-link" href="//support.twitter.com/articles/20170514">Cookies</a></li>
581
- <li class="Footer-item"><a class="Footer-link" href="//support.twitter.com/articles/20170451">Ads info</a></li>
582
- </ul>
583
- </div>
584
- </div>
585
- </div>
586
-
587
- </div>
588
-
589
- </div>
590
- </div>
591
- </div>
592
- </div>
593
- </div>
594
- </div>
595
- </div>
596
- </div>
597
- </div>
598
- </div>
599
-
600
-
601
-
602
- <style id="user-style-vyki_e">
603
-
604
-
605
-
606
-
607
-
608
- a,
609
- a:hover,
610
- a:focus,
611
- a:active {
612
- color: #4E99D1;
613
- }
614
-
615
- .u-textUserColor,
616
- .u-textUserColorHover:hover,
617
- .u-textUserColorHover:focus {
618
- color: #4E99D1 !important;
619
- }
620
-
621
- .u-borderUserColor,
622
- .u-borderUserColorHover:hover,
623
- .u-borderUserColorHover:focus {
624
- border-color: #4E99D1 !important;
625
- }
626
-
627
- .u-bgUserColor,
628
- .u-bgUserColorHover:hover,
629
- .u-bgUserColorHover:focus {
630
- background-color: #4E99D1 !important;
631
- }
632
-
633
-
634
- .u-dropdownUserColor > li:hover,
635
- .u-dropdownUserColor > li:focus,
636
- .u-dropdownUserColor > li > button:hover,
637
- .u-dropdownUserColor > li > button:focus {
638
- color: #fff !important;
639
- background-color: #4E99D1 !important;
640
- }
641
-
642
- .u-boxShadowInsetUserColorHover:hover,
643
- .u-boxShadowInsetUserColorHover:focus {
644
- box-shadow: inset 0 0 0 5px #4E99D1 !important;
645
- }
646
-
647
-
648
-
649
- .u-textUserColorLight {
650
- color: #B8D6EC !important;
651
- }
652
-
653
- .u-borderUserColorLight,
654
- .u-borderUserColorLightFocus:focus,
655
- .u-borderUserColorLightHover:hover,
656
- .u-borderUserColorLightHover:focus {
657
- border-color: #B8D6EC !important;
658
- }
659
-
660
- .u-bgUserColorLight {
661
- background-color: #B8D6EC !important;
662
- }
663
-
664
-
665
- .u-boxShadowUserColorLighterFocus:focus {
666
- box-shadow: 0 0 8px rgba(0, 0, 0, 0.05), inset 0 1px 2px rgba(78,153,209,0.25) !important;
667
- }
668
-
669
-
670
- .u-textUserColorLightest {
671
- color: #EDF4FA !important;
672
- }
673
-
674
- .u-borderUserColorLightest {
675
- border-color: #EDF4FA !important;
676
- }
677
-
678
- .u-bgUserColorLightest {
679
- background-color: #EDF4FA !important;
680
- }
681
-
682
-
683
- .u-textUserColorLighter {
684
- color: #D2E5F3 !important;
685
- }
686
-
687
- .u-borderUserColorLighter {
688
- border-color: #D2E5F3 !important;
689
- }
690
-
691
- .u-bgUserColorLighter {
692
- background-color: #D2E5F3 !important;
693
- }
694
-
695
-
696
- .u-bgUserColorDarkHover:hover {
697
- background-color: #3E7AA7 !important;
698
- }
699
-
700
- .u-borderUserColorDark {
701
- border-color: #3E7AA7 !important;
702
- }
703
-
704
-
705
- .u-bgUserColorDarkerActive:active {
706
- background-color: #2E5B7D !important;
707
- }
708
-
709
-
710
-
711
-
712
-
713
-
714
-
715
-
716
-
717
-
718
-
719
-
720
-
721
-
722
-
723
- a,
724
- .btn-link,
725
- .btn-link:focus,
726
- .icon-btn,
727
-
728
-
729
-
730
- .pretty-link b,
731
- .pretty-link:hover s,
732
- .pretty-link:hover b,
733
- .pretty-link:focus s,
734
- .pretty-link:focus b,
735
- /* Account Group */
736
- .metadata a:hover,
737
- .metadata a:focus,
738
-
739
- .account-group:hover .fullname,
740
- .account-group:focus .fullname,
741
- .account-summary:focus .fullname,
742
-
743
- .message .message-text a,
744
- .stats a strong,
745
- .plain-btn:hover,
746
- .plain-btn:focus,
747
- .dropdown.open .user-dropdown.plain-btn,
748
- .open > .plain-btn,
749
- #global-actions .new:before,
750
- .module .list-link:hover,
751
- .module .list-link:focus,
752
-
753
- .stats a:hover,
754
- .stats a:hover strong,
755
- .stats a:focus,
756
- .stats a:focus strong,
757
-
758
- .find-friends-sources li:hover .source,
759
-
760
-
761
-
762
-
763
-
764
- .stream-item a:hover .fullname,
765
- .stream-item a:focus .fullname,
766
-
767
- .stream-item .view-all-supplements:hover,
768
- .stream-item .view-all-supplements:focus,
769
-
770
- .tweet .time a:hover,
771
- .tweet .time a:focus,
772
- .tweet .details.with-icn b,
773
- .tweet .details.with-icn .Icon,
774
- .tweet .tweet-geo-text a:hover,
775
-
776
- .stream-item:hover .original-tweet .details b,
777
- .stream-item .original-tweet.focus .details b,
778
- .stream-item.open .original-tweet .details b,
779
-
780
- .client-and-actions a:hover,
781
- .client-and-actions a:focus,
782
-
783
- .dismiss-btn:hover b,
784
-
785
- .tweet .context .pretty-link:hover s,
786
- .tweet .context .pretty-link:hover b,
787
- .tweet .context .pretty-link:focus s,
788
- .tweet .context .pretty-link:focus b,
789
-
790
- .list .username a:hover,
791
- .list .username a:focus,
792
- .list-membership-container .create-a-list,
793
- .list-membership-container .create-a-list:hover,
794
-
795
-
796
-
797
- .card .list-details a:hover,
798
- .card .list-details a:focus,
799
- .card .card-body:hover .attribution,
800
- .card .card-body .attribution:focus,
801
- .new-tweets-bar,
802
- .onebox .soccer ul.ticker a:hover,
803
- .onebox .soccer ul.ticker a:focus,
804
-
805
-
806
-
807
- .remove-background-btn,
808
-
809
-
810
-
811
- .stream-item-activity-notification .latest-tweet .tweet-row a:hover,
812
- .stream-item-activity-notification .latest-tweet .tweet-row a:focus,
813
- .stream-item-activity-notification .latest-tweet .tweet-row a:hover b,
814
- .stream-item-activity-notification .latest-tweet .tweet-row a:focus b {
815
- color: #4E99D1;
816
- }
817
-
818
-
819
-
820
-
821
- /* hover state for found media items */
822
- .FoundMediaSearch--keyboard .FoundMediaSearch-focusable.is-focused {
823
- border-color: #4E99D1;
824
- }
825
-
826
- /* hover state for photo select button*/
827
- .photo-selector:hover .btn,
828
- .icon-btn:hover,
829
- .icon-btn:active,
830
- .icon-btn.active,
831
- .icon-btn.enabled {
832
- border-color: #4E99D1;
833
- border-color: rgba(78,153,209,.5);
834
- color: #4E99D1;
835
- }
836
-
837
- /* hover state for photo select button*/
838
- .photo-selector:hover .btn,
839
- .icon-btn:hover {
840
- background-image: linear-gradient(rgba(255,255,255,0), rgba(78,153,209,.1));
841
- filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00FFFFFF', endColorstr='#194E99D1'); /* IE8-9 */
842
- }
843
-
844
- .icon-btn.disabled,
845
- .icon-btn.disabled:hover,
846
- .icon-btn[disabled],
847
- .icon-btn[aria-disabled=true] {
848
- color: #4E99D1;
849
- }
850
-
851
- /* tweet-btn can have primary-btn class as well so the following rules ensure that the correct background color is applied */
852
- .tweet-btn,
853
- .tweet-btn:focus {
854
- background-color: #4E99D1;
855
- background: rgba(78,153,209,.8);
856
- }
857
-
858
- .tweet-btn:hover,
859
- .tweet-btn:active,
860
- .tweet-btn.active {
861
- background-color: #4E99D1;
862
- }
863
-
864
- .tweet-btn.btn.disabled,
865
- .tweet-btn.btn.disabled:hover,
866
- .tweet-btn.btn[disabled],
867
- .tweet-btn.btn[aria-disabled=true] {
868
- background: #4E99D1;
869
- }
870
-
871
- .btn:focus,
872
- .btn.focus,
873
- .Button:focus {
874
- box-shadow:
875
- 0 0 0 1px #fff,
876
- 0 0 0 3px rgba(78, 153, 209, 0.5);
877
- }
878
-
879
- .selected-stream-item:focus {
880
- box-shadow: 0 0 0 3px rgba(78, 153, 209, 0.5);
881
- }
882
-
883
- /* highlighting when navigate through timeline stream table view with j & k. */
884
- .js-navigable-stream.stream-table-view .selected-stream-item[tabindex="-1"]:focus {
885
- outline: 3px solid rgba(78, 153, 209, 0.5) !important;
886
- }
887
-
888
- /* box-shadow does not work with table tr element */
889
- .js-navigable-stream.stream-table-view .selected-stream-item:focus {
890
- box-shadow: none;
891
- }
892
-
893
- /**
894
- * 1. Bring actionable tweet to top when active to ensure border
895
- * highlighting wraps entire tweet. Value must be at least at if not
896
- * higher than the z-index value of ProfileHeading to ensure first
897
- * tweet in timeline receives border on all four sides.
898
- * NOTE: z-index should be 2 to avoid conflicts with .ProfileCanopy and .ProfileCard-avatarLink
899
- */
900
-
901
- .js-stream-item.is-selected:focus .ProfileCard,
902
- .QuoteTweet:hover,
903
- .QuoteTweet:focus,
904
- .QuoteTweet:active,
905
- .activity-user-profile-content:hover,
906
- .activity-user-profile-content:focus,
907
- .activity-user-profile-content:active {
908
- border-color: rgba(78, 153, 209, 0.5);
909
- z-index: 2; /* 1 */
910
- }
911
-
912
- .global-dm-nav.new.with-count .dm-new {
913
- background: #fff;
914
- }
915
-
916
- .global-dm-nav.new.with-count .dm-new .count-inner {
917
- background: #4E99D1;
918
- }
919
-
920
- .global-nav .people .count .count-inner {
921
- background: #4E99D1;
922
- }
923
-
924
- .dropdown-menu li > a:hover,
925
- .dropdown-menu li > a:focus,
926
- .dropdown-menu .dropdown-link:hover,
927
- .dropdown-menu .dropdown-link:focus,
928
- .dropdown-menu .dropdown-link.is-focused,
929
- .dropdown-menu li:hover .dropdown-link,
930
- .dropdown-menu li:focus .dropdown-link,
931
- .dropdown-menu .typeahead-recent-search-item.selected,
932
- .dropdown-menu .typeahead-saved-search-item.selected,
933
- .dropdown-menu .selected a,
934
- .dropdown-menu .dropdown-link.selected {
935
- background-color: #4E99D1 !important;
936
- }
937
-
938
- /* give tweet boxes 10% of the users link color as background */
939
- .home-tweet-box,
940
- .LiveVideo-tweetBox,
941
- .RetweetDialog-commentBox,
942
- .WebToast-box--altColor {
943
- background-color: #EDF4FA;
944
- }
945
-
946
- .top-timeline-tweetbox .timeline-tweet-box .tweet-form.condensed .tweet-box {
947
- color: #4E99D1;
948
- }
949
- /* give tweet box containers an outline using the users link color */
950
- .RichEditor {
951
- border-color: #D2E5F3;
952
- }
953
-
954
- input:focus,
955
- textarea:focus,
956
- div[contenteditable="true"]:focus,
957
- div[contenteditable="true"].fake-focus {
958
- border-color: #94C1E3;
959
- box-shadow: inset 0 0 0 1px rgba(78, 153, 209, 0.7);
960
- }
961
-
962
- .tweet-box textarea:focus,
963
- .tweet-box input[type=text],
964
- .currently-dragging .tweet-form.is-droppable .tweet-drag-help,
965
- .tweet-box[contenteditable="true"]:focus,
966
- .RichEditor.is-fakeFocus {
967
- border-color: #B8D6EC;
968
- box-shadow: none;
969
- }
970
-
971
-
972
-
973
-
974
- s,
975
- .pretty-link:hover s,
976
- .pretty-link:focus s,
977
- .stream-item-activity-notification .latest-tweet .tweet-row a:hover s,
978
- .stream-item-activity-notification .latest-tweet .tweet-row a:focus s {
979
- color: #4E99D1;
980
- }
981
-
982
-
983
-
984
- .vellip,
985
- .vellip:before,
986
- .vellip:after,
987
- .conversation-module > li:after,
988
- .conversation-module > li:before,
989
- .ThreadedConversation-tweet ~ .ThreadedConversation-tweet:before,
990
- .ThreadedConversation-tweet:after,
991
- .ThreadedConversation-viewOther:before,
992
- .ThreadedConversation-unavailableTweet:before,
993
- .ThreadedConversation-unavailableTweet:after {
994
- background-color: #94C1E3;
995
- }
996
-
997
-
998
-
999
-
1000
- .tweet .sm-reply,
1001
- .tweet .sm-rt,
1002
- .tweet .sm-fav,
1003
- .tweet .sm-image,
1004
- .tweet .sm-video,
1005
- .tweet .sm-audio,
1006
- .tweet .sm-geo,
1007
- .tweet .sm-in,
1008
- .tweet .sm-trash,
1009
- .tweet .sm-more,
1010
- .tweet .sm-page,
1011
- .tweet .sm-embed,
1012
- .tweet .sm-summary,
1013
- .tweet .sm-chat,
1014
-
1015
- .timelines-navigation .active .profile-nav-icon,
1016
- .timelines-navigation .profile-nav-icon:hover,
1017
- .timelines-navigation .profile-nav-link:focus .profile-nav-icon,
1018
-
1019
- .sm-top-tweet,
1020
-
1021
- .metadata a.tweet-geo-text:hover .sm-geo {
1022
- background-color: #4E99D1;
1023
- }
1024
-
1025
- .enhanced-mini-profile .mini-profile .profile-summary {
1026
- background-image: url(https://pbs.twimg.com/profile_banners/1087064150/1424315468/mobile);
1027
- }
1028
-
1029
- .wrapper-profile .profile-card.profile-header .profile-header-inner {
1030
- background-image: url(https://pbs.twimg.com/profile_banners/1087064150/1424315468/web);
1031
- }
1032
-
1033
- #global-tweet-dialog .modal-header {
1034
- border-bottom: solid 1px rgba(78, 153, 209, .25);
1035
- }
1036
-
1037
- #global-tweet-dialog .modal-tweet-form-container {
1038
- background-color: #4E99D1;
1039
- background: rgba(78, 153, 209, .1);
1040
- }
1041
-
1042
- .inline-reply-tweetbox {
1043
- background-color: #EDF4FA;
1044
- }
1045
-
1046
- </style>
1047
-
1048
-
1049
- <style id="user-style-vyki_e-header-img" class="js-user-style-header-img">
1050
-
1051
- body.user-style-vyki_e .enhanced-mini-profile .mini-profile .profile-summary {
1052
- background-image: url(https://pbs.twimg.com/profile_banners/1087064150/1424315468/web);
1053
- }
1054
-
1055
- body.user-style-vyki_e .wrapper-profile .profile-card.profile-header .profile-header-inner {
1056
- background-image: url(https://pbs.twimg.com/profile_banners/1087064150/1424315468/web);
1057
- }
1058
-
1059
- .DashboardProfileCard-bg {
1060
- background-image: url(https://pbs.twimg.com/profile_banners/1087064150/1424315468/600x200);
1061
- }
1062
-
1063
- body.user-style-vyki_e .profile-canopy .bg-img {
1064
- background-image: url(https://pbs.twimg.com/profile_banners/1087064150/1424315468/web_retina);
1065
- }
1066
-
1067
- </style>
1068
-
1069
-
1070
-
1071
-
1072
- </div>
1073
- </div>
1074
-
1075
- </div>
1076
- <div class="alert-messages hidden" id="message-drawer">
1077
- <div class="message ">
1078
- <div class="message-inside">
1079
- <span class="message-text"></span>
1080
- <a role="button" class="Icon Icon--close Icon--medium dismiss" href="#">
1081
- <span class="visuallyhidden">Dismiss</span>
1082
- </a>
1083
- </div>
1084
- </div>
1085
- </div>
1086
-
1087
-
1088
-
1089
-
1090
- <div class="gallery-overlay"></div>
1091
- <div class="Gallery">
1092
- <div class="Gallery-closeTarget"></div>
1093
- <div class="Gallery-content">
1094
- <button type="button" class="modal-btn modal-close js-close">
1095
- <span class="Icon Icon--close Icon--large">
1096
- <span class="visuallyhidden">Close</span>
1097
- </span>
1098
- </button>
1099
-
1100
- <div class="Gallery-media"></div>
1101
- <div class="GalleryNav GalleryNav--prev">
1102
- <span class="GalleryNav-handle GalleryNav-handle--prev">
1103
- <span class="Icon Icon--caretLeft Icon--large">
1104
- <span class="u-hiddenVisually">
1105
- Previous
1106
- </span>
1107
- </span>
1108
- </span>
1109
- </div>
1110
- <div class="GalleryNav GalleryNav--next">
1111
- <span class="GalleryNav-handle GalleryNav-handle--next">
1112
- <span class="Icon Icon--caretRight Icon--large">
1113
- <span class="u-hiddenVisually">
1114
- Next
1115
- </span>
1116
- </span>
1117
- </span>
1118
- </div>
1119
- <div class="GalleryTweet"></div>
1120
- </div>
1121
- </div>
1122
-
1123
-
1124
-
1125
- <div class="modal-overlay"></div>
1126
-
1127
- <div id="profile-hover-container"></div>
1128
-
1129
-
1130
-
1131
- <div id="goto-user-dialog" class="modal-container">
1132
- <div class="modal modal-small draggable">
1133
- <div class="modal-content">
1134
- <button type="button" class="modal-btn modal-close js-close">
1135
- <span class="Icon Icon--close Icon--medium">
1136
- <span class="visuallyhidden">Close</span>
1137
- </span>
1138
- </button>
1139
-
1140
-
1141
- <div class="modal-header">
1142
- <h3 class="modal-title">Go to a person's profile</h3>
1143
- </div>
1144
-
1145
- <div class="modal-body">
1146
- <div class="modal-inner">
1147
- <form class="t1-form goto-user-form">
1148
- <input class="input-block username-input" type="text" placeholder="Start typing a name to jump to a profile" aria-label="User">
1149
-
1150
-
1151
-
1152
- <div role="listbox" class="dropdown-menu typeahead">
1153
- <div aria-hidden="true" class="dropdown-caret">
1154
- <div class="caret-outer"></div>
1155
- <div class="caret-inner"></div>
1156
- </div>
1157
- <div role="presentation" class="dropdown-inner js-typeahead-results">
1158
- <div role="presentation" class="typeahead-saved-searches">
1159
- <h3 id="saved-searches-heading" class="typeahead-category-title saved-searches-title">Saved searches</h3>
1160
- <ul role="presentation" class="typeahead-items saved-searches-list">
1161
-
1162
- <li role="presentation" class="typeahead-item typeahead-saved-search-item">
1163
- <span class="Icon Icon--close" aria-hidden="true"><span class="visuallyhidden">Remove</span></span>
1164
- <a role="option" aria-describedby="saved-searches-heading" class="js-nav" href="" data-search-query="" data-query-source="" data-ds="saved_search" tabindex="-1"></a>
1165
- </li>
1166
- </ul>
1167
- </div>
1168
-
1169
- <ul role="presentation" class="typeahead-items typeahead-topics">
1170
-
1171
- <li role="presentation" class="typeahead-item typeahead-topic-item">
1172
- <a role="option" class="js-nav" href="" data-search-query="" data-query-source="typeahead_click" data-ds="topics" tabindex="-1"></a>
1173
- </li>
1174
- </ul>
1175
-
1176
-
1177
-
1178
- <ul role="presentation" class="typeahead-items typeahead-accounts js-typeahead-accounts">
1179
-
1180
- <li role="presentation" data-user-id="" data-user-screenname="" data-remote="true" data-score="" class="typeahead-item typeahead-account-item js-selectable">
1181
-
1182
- <a role="option" class="js-nav" data-query-source="typeahead_click" data-search-query="" data-ds="account">
1183
- <img class="avatar size32" alt="">
1184
- <span class="typeahead-user-item-info">
1185
- <span class="fullname"></span>
1186
- <span class="js-verified hidden"><span class="Icon Icon--verified Icon--small">
1187
- <span class="u-hiddenVisually">Verified account</span>
1188
- </span></span>
1189
- <span class="username"><s>@</s><b></b></span>
1190
- </span>
1191
- </a>
1192
- </li>
1193
- <li role="presentation" class="js-selectable typeahead-accounts-shortcut js-shortcut"><a role="option" class="js-nav" href="" data-search-query="" data-query-source="typeahead_click" data-shortcut="true" data-ds="account_search"></a></li>
1194
- </ul>
1195
-
1196
- <ul role="presentation" class="typeahead-items typeahead-trend-locations-list">
1197
-
1198
- <li role="presentation" class="typeahead-item typeahead-trend-locations-item"><a role="option" class="js-nav" href="" data-ds="trend_location" data-search-query="" tabindex="-1"></a></li>
1199
- </ul>
1200
- <div role="presentation" class="typeahead-user-select">
1201
- <div role="presentation" class="typeahead-empty-suggestions">
1202
- Suggested users
1203
- </div>
1204
- <ul role="presentation" class="typeahead-items typeahead-selected js-typeahead-selected">
1205
-
1206
- <li role="presentation" data-user-id="" data-user-screenname="" data-remote="true" data-score="" class="typeahead-item typeahead-selected-item js-selectable">
1207
-
1208
- <a role="option" class="js-nav" data-query-source="typeahead_click" data-search-query="" data-ds="account">
1209
- <img class="avatar size32" alt="">
1210
- <span class="typeahead-user-item-info">
1211
- <span class="select-status deselect-user js-deselect-user Icon Icon--check"></span>
1212
- <span class="select-status select-disabled Icon Icon--unfollow"></span>
1213
- <span class="fullname"></span>
1214
- <span class="js-verified hidden"><span class="Icon Icon--verified Icon--small">
1215
- <span class="u-hiddenVisually">Verified account</span>
1216
- </span></span>
1217
- <span class="username"><s>@</s><b></b></span>
1218
- </span>
1219
- </a>
1220
- </li>
1221
- <li role="presentation" class="typeahead-selected-end"></li>
1222
- </ul>
1223
-
1224
- <ul role="presentation" class="typeahead-items typeahead-accounts js-typeahead-accounts">
1225
-
1226
- <li role="presentation" data-user-id="" data-user-screenname="" data-remote="true" data-score="" class="typeahead-item typeahead-account-item js-selectable">
1227
-
1228
- <a role="option" class="js-nav" data-query-source="typeahead_click" data-search-query="" data-ds="account">
1229
- <img class="avatar size32" alt="">
1230
- <span class="typeahead-user-item-info">
1231
- <span class="select-status deselect-user js-deselect-user Icon Icon--check"></span>
1232
- <span class="select-status select-disabled Icon Icon--unfollow"></span>
1233
- <span class="fullname"></span>
1234
- <span class="js-verified hidden"><span class="Icon Icon--verified Icon--small">
1235
- <span class="u-hiddenVisually">Verified account</span>
1236
- </span></span>
1237
- <span class="username"><s>@</s><b></b></span>
1238
- </span>
1239
- </a>
1240
- </li>
1241
- <li role="presentation" class="typeahead-accounts-end"></li>
1242
- </ul>
1243
- </div>
1244
-
1245
- <div role="presentation" class="typeahead-dm-conversations">
1246
- <ul role="presentation" class="typeahead-items typeahead-dm-conversation-items">
1247
- <li role="presentation" class="typeahead-item typeahead-dm-conversation-item">
1248
- <a role="option" tabindex="-1"></a>
1249
- </li>
1250
- </ul>
1251
- </div>
1252
- </div>
1253
- </div>
1254
-
1255
- </form>
1256
- </div>
1257
- </div>
1258
-
1259
- </div>
1260
- </div>
1261
- </div>
1262
-
1263
-
1264
- <div id="retweet-tweet-dialog" class="RetweetDialog modal-container">
1265
- <div class="close-modal-background-target"></div>
1266
- <div class="RetweetDialog-modal modal draggable">
1267
- <div class="modal-content">
1268
- <button type="button" class="modal-btn modal-close js-close">
1269
- <span class="Icon Icon--close Icon--medium">
1270
- <span class="visuallyhidden">Close</span>
1271
- </span>
1272
- </button>
1273
-
1274
-
1275
- <div class="modal-header">
1276
- <h3 class="modal-title">Retweet this to your followers?</h3>
1277
- </div>
1278
-
1279
- <form class="t1-form tweet-form condensed RetweetDialog-tweetForm isWithoutComment" data-condensed-text="Add a comment...">
1280
- <div class="RetweetDialog-commentBox">
1281
- <span class="visuallyhidden" id="-label">Optional comment for Retweet</span>
1282
- <div class="tweet-content">
1283
- <div class="RichEditor">
1284
-
1285
- <div class="RichEditor-mozillaCursorWorkaround">&nbsp;</div>
1286
- <div class="RichEditor-scrollContainer">
1287
-
1288
-
1289
-
1290
- <div aria-labelledby="-label" id="" class="tweet-box rich-editor"
1291
- contenteditable="true" spellcheck="true" role="textbox" aria-multiline="true"></div>
1292
-
1293
- <div class="RichEditor-pictographs" aria-hidden="true"></div>
1294
- </div>
1295
- <div class="RichEditor-mozillaCursorWorkaround">&nbsp;</div>
1296
- </div>
1297
-
1298
- </div>
1299
-
1300
-
1301
-
1302
- <div role="listbox" class="dropdown-menu typeahead">
1303
- <div aria-hidden="true" class="dropdown-caret">
1304
- <div class="caret-outer"></div>
1305
- <div class="caret-inner"></div>
1306
- </div>
1307
- <div role="presentation" class="dropdown-inner js-typeahead-results">
1308
- <div role="presentation" class="typeahead-saved-searches">
1309
- <h3 id="saved-searches-heading" class="typeahead-category-title saved-searches-title">Saved searches</h3>
1310
- <ul role="presentation" class="typeahead-items saved-searches-list">
1311
-
1312
- <li role="presentation" class="typeahead-item typeahead-saved-search-item">
1313
- <span class="Icon Icon--close" aria-hidden="true"><span class="visuallyhidden">Remove</span></span>
1314
- <a role="option" aria-describedby="saved-searches-heading" class="js-nav" href="" data-search-query="" data-query-source="" data-ds="saved_search" tabindex="-1"></a>
1315
- </li>
1316
- </ul>
1317
- </div>
1318
-
1319
- <ul role="presentation" class="typeahead-items typeahead-topics">
1320
-
1321
- <li role="presentation" class="typeahead-item typeahead-topic-item">
1322
- <a role="option" class="js-nav" href="" data-search-query="" data-query-source="typeahead_click" data-ds="topics" tabindex="-1"></a>
1323
- </li>
1324
- </ul>
1325
-
1326
-
1327
-
1328
- <ul role="presentation" class="typeahead-items typeahead-accounts js-typeahead-accounts">
1329
-
1330
- <li role="presentation" data-user-id="" data-user-screenname="" data-remote="true" data-score="" class="typeahead-item typeahead-account-item js-selectable">
1331
-
1332
- <a role="option" class="js-nav" data-query-source="typeahead_click" data-search-query="" data-ds="account">
1333
- <img class="avatar size32" alt="">
1334
- <span class="typeahead-user-item-info">
1335
- <span class="fullname"></span>
1336
- <span class="js-verified hidden"><span class="Icon Icon--verified Icon--small">
1337
- <span class="u-hiddenVisually">Verified account</span>
1338
- </span></span>
1339
- <span class="username"><s>@</s><b></b></span>
1340
- </span>
1341
- </a>
1342
- </li>
1343
- <li role="presentation" class="js-selectable typeahead-accounts-shortcut js-shortcut"><a role="option" class="js-nav" href="" data-search-query="" data-query-source="typeahead_click" data-shortcut="true" data-ds="account_search"></a></li>
1344
- </ul>
1345
-
1346
- <ul role="presentation" class="typeahead-items typeahead-trend-locations-list">
1347
-
1348
- <li role="presentation" class="typeahead-item typeahead-trend-locations-item"><a role="option" class="js-nav" href="" data-ds="trend_location" data-search-query="" tabindex="-1"></a></li>
1349
- </ul>
1350
- <div role="presentation" class="typeahead-user-select">
1351
- <div role="presentation" class="typeahead-empty-suggestions">
1352
- Suggested users
1353
- </div>
1354
- <ul role="presentation" class="typeahead-items typeahead-selected js-typeahead-selected">
1355
-
1356
- <li role="presentation" data-user-id="" data-user-screenname="" data-remote="true" data-score="" class="typeahead-item typeahead-selected-item js-selectable">
1357
-
1358
- <a role="option" class="js-nav" data-query-source="typeahead_click" data-search-query="" data-ds="account">
1359
- <img class="avatar size32" alt="">
1360
- <span class="typeahead-user-item-info">
1361
- <span class="select-status deselect-user js-deselect-user Icon Icon--check"></span>
1362
- <span class="select-status select-disabled Icon Icon--unfollow"></span>
1363
- <span class="fullname"></span>
1364
- <span class="js-verified hidden"><span class="Icon Icon--verified Icon--small">
1365
- <span class="u-hiddenVisually">Verified account</span>
1366
- </span></span>
1367
- <span class="username"><s>@</s><b></b></span>
1368
- </span>
1369
- </a>
1370
- </li>
1371
- <li role="presentation" class="typeahead-selected-end"></li>
1372
- </ul>
1373
-
1374
- <ul role="presentation" class="typeahead-items typeahead-accounts js-typeahead-accounts">
1375
-
1376
- <li role="presentation" data-user-id="" data-user-screenname="" data-remote="true" data-score="" class="typeahead-item typeahead-account-item js-selectable">
1377
-
1378
- <a role="option" class="js-nav" data-query-source="typeahead_click" data-search-query="" data-ds="account">
1379
- <img class="avatar size32" alt="">
1380
- <span class="typeahead-user-item-info">
1381
- <span class="select-status deselect-user js-deselect-user Icon Icon--check"></span>
1382
- <span class="select-status select-disabled Icon Icon--unfollow"></span>
1383
- <span class="fullname"></span>
1384
- <span class="js-verified hidden"><span class="Icon Icon--verified Icon--small">
1385
- <span class="u-hiddenVisually">Verified account</span>
1386
- </span></span>
1387
- <span class="username"><s>@</s><b></b></span>
1388
- </span>
1389
- </a>
1390
- </li>
1391
- <li role="presentation" class="typeahead-accounts-end"></li>
1392
- </ul>
1393
- </div>
1394
-
1395
- <div role="presentation" class="typeahead-dm-conversations">
1396
- <ul role="presentation" class="typeahead-items typeahead-dm-conversation-items">
1397
- <li role="presentation" class="typeahead-item typeahead-dm-conversation-item">
1398
- <a role="option" tabindex="-1"></a>
1399
- </li>
1400
- </ul>
1401
- </div>
1402
- </div>
1403
- </div>
1404
-
1405
- </div>
1406
-
1407
- <div class="RetweetDialog-footer u-cf">
1408
- <div class="tweet-loading">
1409
- <div class="spinner-bigger"></div>
1410
- </div>
1411
-
1412
- <div class="RetweetDialog-tweet modal-body modal-tweet tweet"></div>
1413
- <div class="tweet-button">
1414
- <span class="spinner"></span>
1415
- <span class="RetweetDialog-counter tweet-counter">140</span>
1416
- <button class="btn primary-btn retweet-action" type="button">
1417
- <span class="RetweetDialog-retweetActionLabel">
1418
- <span class="Icon Icon--retweet"></span>
1419
- Retweet
1420
- </span>
1421
- <span class="RetweetDialog-tweetActionLabel">
1422
- <span class="Icon Icon--tweet"></span>
1423
- Tweet
1424
- </span>
1425
- </button>
1426
- </div>
1427
- </div>
1428
- </form>
1429
- </div>
1430
- </div>
1431
- </div>
1432
-
1433
- <div id="delete-tweet-dialog" class="modal-container">
1434
- <div class="close-modal-background-target"></div>
1435
- <div class="modal draggable">
1436
- <div class="modal-content">
1437
- <button type="button" class="modal-btn modal-close js-close">
1438
- <span class="Icon Icon--close Icon--medium">
1439
- <span class="visuallyhidden">Close</span>
1440
- </span>
1441
- </button>
1442
-
1443
-
1444
- <div class="modal-header">
1445
- <h3 class="modal-title">Are you sure you want to delete this Tweet?</h3>
1446
- </div>
1447
-
1448
- <div class="tweet-loading">
1449
- <div class="spinner-bigger"></div>
1450
- </div>
1451
-
1452
- <div class="modal-body modal-tweet"></div>
1453
-
1454
- <div class="modal-footer">
1455
- <button class="btn cancel-action js-close">Cancel</button>
1456
- <button class="btn primary-btn delete-action">Delete</button>
1457
- </div>
1458
- </div>
1459
- </div>
1460
- </div>
1461
-
1462
- <div id="quick-promote-dialog" class="QuickPromoteDialog modal-container">
1463
- <div class="close-modal-background-target"></div>
1464
- <div class="modal draggable">
1465
- <div class="modal-content">
1466
- <button type="button" class="modal-btn modal-close js-close">
1467
- <span class="Icon Icon--close Icon--large">
1468
- <span class="visuallyhidden">Close</span>
1469
- </span>
1470
- </button>
1471
-
1472
- <div class="modal-header">
1473
- <h3 class="modal-title">Promote this Tweet</h3>
1474
- </div>
1475
- <div class="modal-body">
1476
- <div class="quick-promote-view-container">
1477
- <div class="media">
1478
- <iframe
1479
- class="quick-promote-iframe js-initial-focus"
1480
- scrolling="no"
1481
- frameborder="0"
1482
- src="">
1483
- </iframe>
1484
- </div>
1485
- </div>
1486
- </div>
1487
- </div>
1488
- </div>
1489
- </div>
1490
-
1491
-
1492
- <div id="block-user-dialog" class="modal-container">
1493
- <div class="close-modal-background-target"></div>
1494
- <div class="modal draggable">
1495
- <div class="modal-content">
1496
- <button type="button" class="modal-btn modal-close js-close">
1497
- <span class="Icon Icon--close Icon--medium">
1498
- <span class="visuallyhidden">Close</span>
1499
- </span>
1500
- </button>
1501
-
1502
-
1503
- <div class="modal-header">
1504
- <h3 class="modal-title">Block</h3>
1505
- </div>
1506
-
1507
- <div class="tweet-loading">
1508
- <div class="spinner-bigger"></div>
1509
- </div>
1510
-
1511
- <div class="modal-body modal-tweet"></div>
1512
-
1513
- <div class="modal-footer">
1514
- <button class="btn cancel-action js-close">Cancel</button>
1515
- <button class="btn primary-btn block-action">Block</button>
1516
- </div>
1517
- </div>
1518
- </div>
1519
- </div>
1520
-
1521
-
1522
-
1523
-
1524
-
1525
-
1526
- <div id="geo-disabled-dropdown">
1527
- <div tabindex="-1">
1528
- <div class="dropdown-caret">
1529
- <span class="caret-outer"></span>
1530
- <span class="caret-inner"></span>
1531
- </div>
1532
- <ul>
1533
- <li class="geo-not-enabled-yet">
1534
- <h2>Add a location to your Tweets</h2>
1535
- <p>
1536
- When you tweet with a location, Twitter stores that location.&#32;
1537
- You can switch location on/off before each Tweet and always have the option to delete your location history.
1538
- <a href="http://support.twitter.com/forums/26810/entries/78525" target="_blank">Learn more</a>
1539
- </p>
1540
- <div>
1541
- <button type="button" class="geo-turn-on btn primary-btn">Turn location on</button>
1542
- <button type="button" class="geo-not-now btn-link">Not now</button>
1543
- </div>
1544
- </li>
1545
- </ul>
1546
- </div>
1547
-
1548
- </div>
1549
-
1550
- <div id="geo-enabled-dropdown">
1551
- <div tabindex="-1">
1552
- <div class="dropdown-caret">
1553
- <span class="caret-outer"></span>
1554
- <span class="caret-inner"></span>
1555
- </div>
1556
- <div>
1557
- <div class="geo-query-location">
1558
- <input class="GeoSearch-queryInput" type="text" autocomplete="off" placeholder="Search for a neighborhood or city">
1559
- <span class="Icon Icon--search"></span>
1560
- </div>
1561
- <div class="geo-dropdown-status"></div>
1562
- <ul class="GeoSearch-dropdownMenu"></ul>
1563
- </div>
1564
- </div>
1565
-
1566
- </div>
1567
-
1568
-
1569
- <div id="profile_popup" class="modal-container ProfilePopupContainer--bellbird">
1570
- <div class="close-modal-background-target"></div>
1571
- <div class="modal modal-small draggable">
1572
- <div class="modal-content clearfix">
1573
- <button type="button" class="modal-btn modal-close js-close">
1574
- <span class="Icon Icon--close Icon--medium">
1575
- <span class="visuallyhidden">Close</span>
1576
- </span>
1577
- </button>
1578
-
1579
- <div class="modal-header">
1580
- <h3 class="modal-title">Profile summary</h3>
1581
- </div>
1582
-
1583
- <div class="modal-body profile-modal">
1584
-
1585
- </div>
1586
-
1587
- <div class="loading">
1588
- <span class="spinner-bigger"></span>
1589
- </div>
1590
- </div>
1591
- </div>
1592
- </div>
1593
-
1594
- <div id="list-membership-dialog" class="modal-container">
1595
- <div class="close-modal-background-target"></div>
1596
- <div class="modal modal-small draggable">
1597
- <div class="modal-content">
1598
- <button type="button" class="modal-btn modal-close js-close">
1599
- <span class="Icon Icon--close Icon--medium">
1600
- <span class="visuallyhidden">Close</span>
1601
- </span>
1602
- </button>
1603
-
1604
- <div class="modal-header">
1605
- <h3 class="modal-title">Your lists</h3>
1606
- </div>
1607
- <div class="modal-body">
1608
- <div class="list-membership-content"></div>
1609
- <span class="spinner lists-spinner" title="Loading&hellip;"></span>
1610
- </div>
1611
- </div>
1612
- </div>
1613
- </div>
1614
- <div id="list-operations-dialog" class="modal-container">
1615
- <div class="close-modal-background-target"></div>
1616
- <div class="modal modal-medium draggable">
1617
- <div class="modal-content">
1618
- <button type="button" class="modal-btn modal-close js-close">
1619
- <span class="Icon Icon--close Icon--medium">
1620
- <span class="visuallyhidden">Close</span>
1621
- </span>
1622
- </button>
1623
-
1624
- <div class="modal-header">
1625
- <h3 class="modal-title">Create a new list</h3>
1626
- </div>
1627
- <div class="modal-body">
1628
-
1629
- <div class="list-editor">
1630
- <div class="field">
1631
- <label class="t1-label" for="list-name">List name</label>
1632
- <input id="list-name" type="text" class="text" name="name" value="" />
1633
- </div>
1634
- <hr/>
1635
-
1636
- <div class="field">
1637
- <label class="t1-label" for="list-description">Description</label>
1638
- <textarea id="list-description" name="description"></textarea>
1639
- <span class="help-text">Under 100 characters, optional</span>
1640
- </div>
1641
- <hr/>
1642
-
1643
- <fieldset class="field">
1644
- <legend class="t1-legend">Privacy</legend>
1645
- <div class="options">
1646
- <label class="t1-label" for="list-public-radio">
1647
- <input class="radio" type="radio" name="mode" id="list-public-radio" value="public" checked="checked" />
1648
- <b>Public</b> &middot; Anyone can follow this list
1649
- </label>
1650
- <label class="t1-label" for="list-private-radio">
1651
- <input class="radio" type="radio" name="mode" id="list-private-radio" value="private" />
1652
- <b>Private</b> &middot; Only you can access this list
1653
- </label>
1654
- </div>
1655
- </fieldset>
1656
- <hr/>
1657
-
1658
- <div class="list-editor-save">
1659
- <button type="button" class="btn btn-primary update-list-button" data-list-id="">Save list</button>
1660
- </div>
1661
-
1662
- </div>
1663
-
1664
- </div>
1665
- </div>
1666
- </div>
1667
- </div>
1668
-
1669
- <div id="activity-popup-dialog" class="modal-container">
1670
- <div class="close-modal-background-target"></div>
1671
- <div class="modal draggable">
1672
- <div class="modal-content clearfix">
1673
- <button type="button" class="modal-btn modal-close js-close">
1674
- <span class="Icon Icon--close Icon--medium">
1675
- <span class="visuallyhidden">Close</span>
1676
- </span>
1677
- </button>
1678
-
1679
-
1680
- <div class="modal-header">
1681
- <h3 class="modal-title"></h3>
1682
- </div>
1683
-
1684
- <div class="modal-body">
1685
- <div class="reply-users-header">
1686
- Your reply includes the people in this conversation up to this point. <a href="https://support.twitter.com/articles/14023">Learn more</a>
1687
- </div>
1688
-
1689
- <div class="tweet-loading">
1690
- <div class="spinner-bigger"></div>
1691
- </div>
1692
-
1693
- <div class="activity-tweet modal-tweet clearfix"></div>
1694
- <div class="loading">
1695
- <span class="spinner-bigger"></span>
1696
- </div>
1697
- <div class="activity-content clearfix"></div>
1698
- </div>
1699
- </div>
1700
- </div>
1701
- </div>
1702
-
1703
-
1704
-
1705
-
1706
- <div id="copy-link-to-tweet-dialog" class="modal-container">
1707
- <div class="close-modal-background-target"></div>
1708
- <div class="modal modal-medium draggable">
1709
- <div class="modal-content">
1710
- <button type="button" class="modal-btn modal-close js-close">
1711
- <span class="Icon Icon--close Icon--medium">
1712
- <span class="visuallyhidden">Close</span>
1713
- </span>
1714
- </button>
1715
-
1716
- <div class="modal-header">
1717
- <h3 class="modal-title">Copy link to Tweet</h3>
1718
- </div>
1719
- <div class="modal-body">
1720
- <div class="copy-link-to-tweet-container">
1721
- <label class="t1-label">
1722
- <p class="copy-link-to-tweet-instructions">The URL of this tweet is below. Copy it to easily share with friends.</p>
1723
- <textarea class="link-to-tweet-destination js-initial-focus u-dir" dir="ltr" readonly></textarea>
1724
- </label>
1725
- </div>
1726
- </div>
1727
- </div>
1728
- </div>
1729
- </div>
1730
-
1731
-
1732
- <div id="embed-tweet-dialog" class="modal-container">
1733
- <div class="close-modal-background-target"></div>
1734
- <div class="modal modal-medium draggable">
1735
- <div class="modal-content">
1736
- <button type="button" class="modal-btn modal-close js-close">
1737
- <span class="Icon Icon--close Icon--medium">
1738
- <span class="visuallyhidden">Close</span>
1739
- </span>
1740
- </button>
1741
-
1742
- <div class="modal-header">
1743
- <h3 class="modal-title embed-tweet-title">Embed this Tweet</h3>
1744
- <h3 class="modal-title embed-video-title">Embed this Video</h3>
1745
- </div>
1746
- <div class="modal-body">
1747
- <div class="embed-code-container">
1748
- <p class="embed-tweet-instructions">Add this Tweet to your website by copying the code below. <a href="//dev.twitter.com/docs/embedded-tweets">Learn more</a></p>
1749
- <p class="embed-video-instructions">Add this video to your website by copying the code below. <a href="//dev.twitter.com/docs/embedded-tweets">Learn more</a></p>
1750
- <form class="t1-form">
1751
-
1752
- <div class="embed-destination-wrapper">
1753
- <div class="embed-overlay embed-overlay-spinner"><div class="embed-overlay-content"></div></div>
1754
- <div class="embed-overlay embed-overlay-error">
1755
- <p class="embed-overlay-content">Hmm, there was a problem reaching the server. <button type="button" class="btn-link retry-embed">Try again?</button></p>
1756
- </div>
1757
- <textarea class="embed-destination js-initial-focus"></textarea>
1758
- <div class="embed-options">
1759
- <div class="embed-include-parent-tweet">
1760
- <label class="t1-label" for="include-parent-tweet">
1761
- <input type="checkbox" id="include-parent-tweet" class="include-parent-tweet" checked>
1762
- Include parent Tweet
1763
- </label>
1764
- </div>
1765
- <div class="embed-include-card">
1766
- <label class="t1-label" for="include-card">
1767
- <input type="checkbox" id="include-card" class="include-card" checked>
1768
- Include media
1769
- </label>
1770
- </div>
1771
- </div>
1772
- </div>
1773
- </form>
1774
- <div class="embed-preview">
1775
- <h3>Preview</h3>
1776
- </div>
1777
- </div>
1778
-
1779
- </div>
1780
- </div>
1781
- </div>
1782
- </div>
1783
-
1784
-
1785
-
1786
- <div id="login-dialog" class="LoginDialog modal-container u-textCenter">
1787
- <div class="close-modal-background-target"></div>
1788
- <div class="modal modal-large draggable">
1789
- <div class="LoginDialog-content modal-content">
1790
- <button type="button" class="modal-btn modal-close js-close">
1791
- <span class="Icon Icon--close Icon--medium">
1792
- <span class="visuallyhidden">Close</span>
1793
- </span>
1794
- </button>
1795
-
1796
- <div class="modal-header">
1797
- <h3 class="modal-title">Log in to Twitter</h3>
1798
- </div>
1799
- <div class="LoginDialog-body modal-body">
1800
- <div class="LoginDialog-bird">
1801
- <span class="Icon Icon--bird Icon--large"></span>
1802
- </div>
1803
- <div class="LoginDialog-form">
1804
- <form action="https://twitter.com/sessions" class="LoginForm js-front-signin" method="post"
1805
- data-component="dialog"
1806
- data-element="login"
1807
- >
1808
- <div class="LoginForm-input LoginForm-username">
1809
- <input
1810
- type="text"
1811
- class="text-input email-input js-signin-email"
1812
- name="session[username_or_email]"
1813
- autocomplete="username"
1814
- placeholder="Phone, email or username"
1815
- />
1816
- </div>
1817
-
1818
- <div class="LoginForm-input LoginForm-password">
1819
- <input type="password" class="text-input" name="session[password]" placeholder="Password" autocomplete="current-password">
1820
- </div>
1821
-
1822
- <div class="LoginForm-rememberForgot">
1823
- <label>
1824
- <input type="checkbox" value="1" name="remember_me" checked="checked">
1825
- <span>Remember me</span>
1826
- </label>
1827
- <span class="separator">&middot;</span>
1828
- <a class="forgot" href="/account/begin_password_reset">Forgot password?</a>
1829
- </div>
1830
-
1831
- <input type="submit" class="submit btn primary-btn js-submit" value="Log in">
1832
-
1833
- <input type="hidden" name="return_to_ssl" value="true">
1834
-
1835
- <input type="hidden" name="scribe_log">
1836
- <input type="hidden" name="redirect_after_login" value="/vyki_e/status/363116819147538433">
1837
- <input type="hidden" value="0ca3d94aff5192efa7e34ae4eae60d07f5babd38" name="authenticity_token">
1838
- </form>
1839
- </div>
1840
- </div>
1841
- <div class="LoginDialog-footer modal-footer u-textCenter">
1842
- Don't have an account? <a class="LoginDialog-signupLink" href="https://twitter.com/signup">Sign up &raquo;</a>
1843
- </div>
1844
- </div>
1845
- </div>
1846
- </div>
1847
-
1848
- <div id="signup-dialog" class="SignupDialog modal-container u-textCenter">
1849
- <div class="close-modal-background-target"></div>
1850
- <div class="modal modal-large draggable">
1851
- <div class="SignupDialog-content modal-content">
1852
- <button type="button" class="modal-btn modal-close js-close">
1853
- <span class="Icon Icon--close Icon--medium">
1854
- <span class="visuallyhidden">Close</span>
1855
- </span>
1856
- </button>
1857
-
1858
- <div class="modal-header">
1859
- <h3 class="modal-title">Sign up for Twitter</h3>
1860
- </div>
1861
- <div class="SignupDialog-body modal-body">
1862
- <div class="SignupDialog-icon">
1863
- <span class="Icon Icon--bird Icon--extraLarge"></span>
1864
- </div>
1865
- <h2 class="SignupDialog-heading">Not on Twitter? Sign up, tune into the things you care about, and get updates as they happen.</h2>
1866
- <div class="SignupDialog-form">
1867
- <div class="signup SignupForm
1868
- ">
1869
- <a href="https://twitter.com/signup" role="button" class="SignupForm-submit u-block u-textCenter js-signup btn primary-btn"
1870
- data-component="dialog"
1871
- data-element="signup"
1872
- >Sign up</a>
1873
- </div>
1874
- </div>
1875
- </div>
1876
- <div class="SignupDialog-footer modal-footer u-textCenter">
1877
- Have an account? <a class="SignupDialog-signinLink" href="/login">Log in &raquo;</a>
1878
- </div>
1879
- </div>
1880
- </div>
1881
- </div>
1882
-
1883
- <div id="sms-codes-dialog" class="modal-container">
1884
- <div class="close-modal-background-target"></div>
1885
- <div class="modal modal-medium draggable">
1886
- <div class="modal-content">
1887
- <button type="button" class="modal-btn modal-close js-close">
1888
- <span class="Icon Icon--close Icon--medium">
1889
- <span class="visuallyhidden">Close</span>
1890
- </span>
1891
- </button>
1892
-
1893
- <div class="modal-header">
1894
- <h3 class="modal-title">Two-way (sending and receiving) short codes:</h3>
1895
- </div>
1896
- <div class="modal-body">
1897
-
1898
- <table id="sms_codes" cellpadding="0" cellspacing="0">
1899
- <thead>
1900
- <tr>
1901
- <th>Country</th>
1902
- <th>Code</th>
1903
- <th>For customers of</th>
1904
- </tr>
1905
- </thead>
1906
- <tbody>
1907
- <tr>
1908
- <td>United States</td>
1909
- <td>40404</td>
1910
- <td>(any)</td>
1911
- </tr>
1912
- <tr>
1913
- <td>Canada</td>
1914
- <td>21212</td>
1915
- <td>(any)</td>
1916
- </tr>
1917
- <tr>
1918
- <td>United Kingdom</td>
1919
- <td>86444</td>
1920
- <td>Vodafone, Orange, 3, O2</td>
1921
- </tr>
1922
- <tr>
1923
- <td>Brazil</td>
1924
- <td>40404</td>
1925
- <td>Nextel, TIM</td>
1926
- </tr>
1927
- <tr>
1928
- <td>Haiti</td>
1929
- <td>40404</td>
1930
- <td>Digicel, Voila</td>
1931
- </tr>
1932
- <tr>
1933
- <td>Ireland</td>
1934
- <td>51210</td>
1935
- <td>Vodafone, O2</td>
1936
- </tr>
1937
- <tr>
1938
- <td>India</td>
1939
- <td>53000</td>
1940
- <td>Bharti Airtel, Videocon, Reliance</td>
1941
- </tr>
1942
- <tr>
1943
- <td>Indonesia</td>
1944
- <td>89887</td>
1945
- <td>AXIS, 3, Telkomsel, Indosat, XL Axiata</td>
1946
- </tr>
1947
- <tr>
1948
- <td rowspan="2">Italy</td>
1949
- <td>4880804</td>
1950
- <td>Wind</td>
1951
- </tr>
1952
- <tr>
1953
- <td>3424486444</td>
1954
- <td>Vodafone</td>
1955
- </tr>
1956
- </tbody>
1957
- <tfoot>
1958
- <tr>
1959
- <td colspan="3">
1960
- &raquo; <a class="js-initial-focus" target="_blank" href="http://support.twitter.com/articles/14226-how-to-find-your-twitter-short-code-or-long-code">See SMS short codes for other countries</a>
1961
- </td>
1962
- </tr>
1963
- </tfoot>
1964
- </table>
1965
- </div>
1966
- </div>
1967
- </div>
1968
- </div>
1969
-
1970
-
1971
- <div id="leadgen-confirm-dialog" class="modal-container">
1972
- <div class="close-modal-background-target"></div>
1973
- <div class="modal draggable">
1974
- <div class="modal-content">
1975
- <button type="button" class="modal-btn modal-close js-close">
1976
- <span class="Icon Icon--close Icon--medium">
1977
- <span class="visuallyhidden">Close</span>
1978
- </span>
1979
- </button>
1980
-
1981
- <div class="modal-header">
1982
- <h3 class="modal-title">Confirmation</h3>
1983
- </div>
1984
- <div class="modal-body">
1985
- <div class="leadgen-card-container">
1986
- <div class="media">
1987
- <iframe
1988
- class="cards2-promotion-iframe"
1989
- scrolling="no"
1990
- frameborder="0"
1991
- src="">
1992
- </iframe>
1993
- </div>
1994
- </div>
1995
- <div class="js-macaw-cards-iframe-container" data-card-name="promotion">
1996
- </div>
1997
- </div>
1998
- </div>
1999
- </div>
2000
- </div>
2001
-
2002
-
2003
- <div id="auth-webview-dialog" class="AuthWebViewDialog modal-container">
2004
- <div class="close-modal-background-target"></div>
2005
- <div class="modal draggable">
2006
- <div class="modal-content">
2007
- <button type="button" class="modal-btn modal-close js-close">
2008
- <span class="Icon Icon--close Icon--large">
2009
- <span class="visuallyhidden">Close</span>
2010
- </span>
2011
- </button>
2012
-
2013
- <div class="modal-header">
2014
- <h3 class="modal-title">&nbsp;</h3>
2015
- </div>
2016
- <div class="modal-body">
2017
- <div class="auth-webview-view-container">
2018
- <div class="media">
2019
- <iframe
2020
- class="auth-webview-card-iframe js-initial-focus"
2021
- scrolling="no"
2022
- frameborder="0"
2023
- width="590px"
2024
- height="500px"
2025
- src="">
2026
- </iframe>
2027
- </div>
2028
- </div>
2029
- </div>
2030
- </div>
2031
- </div>
2032
- </div>
2033
-
2034
-
2035
-
2036
- <div id="promptbird-modal-prompt" class="modal-container">
2037
- <div class="close-modal-background-target"></div>
2038
- <div class="modal">
2039
-
2040
- <button type="button" class="modal-btn js-promptDismiss modal-close js-close">
2041
- <span class="Icon Icon--close Icon--medium">
2042
- <span class="visuallyhidden">Close</span>
2043
- </span>
2044
- </button>
2045
- <div class="modal-content"></div>
2046
- </div>
2047
- </div>
2048
-
2049
-
2050
- <div id="payment-order-detail-dialog" class="PaymentOrderDialog modal-container">
2051
- <div class="close-modal-background-target"></div>
2052
- <div class="modal draggable">
2053
- <div class="modal-content">
2054
- <button type="button" class="modal-btn modal-close js-close">
2055
- <span class="Icon Icon--close Icon--large">
2056
- <span class="visuallyhidden">Close</span>
2057
- </span>
2058
- </button>
2059
-
2060
- <div class="modal-header">
2061
- <h3 class="modal-title">Buy Now</h3>
2062
- </div>
2063
- <div class="modal-body">
2064
- <div class="alert">
2065
- <h4>Hmm... Something went wrong. Please try again.</h4>
2066
- </div>
2067
- <div class="spinner-bigger"></div>
2068
- <div class="PaymentOrderDialog-orderDetails"></div>
2069
- </div>
2070
- </div>
2071
- </div>
2072
- </div>
2073
-
2074
-
2075
-
2076
-
2077
-
2078
-
2079
- <div id="create-custom-timeline-dialog" class="modal-container"></div>
2080
- <div id="edit-custom-timeline-dialog" class="modal-container"></div>
2081
- <div id="curate-dialog" class="modal-container"></div>
2082
- <div id="media-edit-dialog" class="modal-container"></div>
2083
-
2084
-
2085
- <div class="PermalinkOverlay PermalinkOverlay-with-background load-at-boot" id="permalink-overlay">
2086
- <button class="PermalinkOverlay-next PermalinkOverlay-button u-posFixed js-next" type="button">
2087
- <span class="Icon Icon--caretLeft Icon--large"></span>
2088
- <span class="u-hiddenVisually">Next Tweet from user</span>
2089
- </button>
2090
- <div class="PermalinkOverlay-modal">
2091
- <div class="PermalinkOverlay-spinnerContainer u-hidden">
2092
- <div class="PermalinkOverlay-spinner"></div>
2093
- </div>
2094
- <div class="PermalinkOverlay-content">
2095
- <div class="PermalinkOverlay-body"
2096
- data-background-path="/vyki_e"
2097
- >
2098
- <div class="permalink-container permalink-container--withArrows">
2099
- <div class="PermalinkProfile-dismiss">
2100
- <span class="Icon Icon--close Icon--large"></span>
2101
- </div>
2102
-
2103
- <div role="main" class="permalink light-inline-actions stream-uncapped original-permalink-page">
2104
-
2105
- <div class="TweetArrows">
2106
- <a href="/vyki_e/status/575780485156077568" class="TweetArrow-previous js-nav">
2107
- <span class="visuallyhidden">Previous Tweet</span>
2108
- <span class="Icon Icon--caretLeft"></span>
2109
- </a>
2110
- </div>
2111
-
2112
-
2113
-
2114
-
2115
- <div class="permalink-inner permalink-tweet-container">
2116
-
2117
-
2118
- <div class="tweet permalink-tweet js-actionable-user js-actionable-tweet js-original-tweet
2119
-
2120
-
2121
-
2122
-
2123
- no-replies
2124
- js-initial-focus
2125
- "
2126
- data-associated-tweet-id="363116819147538433"
2127
-
2128
- data-tweet-id="363116819147538433"
2129
- data-item-id="363116819147538433"
2130
- data-permalink-path="/vyki_e/status/363116819147538433"
2131
-
2132
-
2133
-
2134
-
2135
-
2136
-
2137
-
2138
-
2139
- data-screen-name="vyki_e" data-name="Vyki Englert" data-user-id="1087064150"
2140
- data-you-follow="false"
2141
- data-follows-you="false"
2142
- data-you-block="false"
2143
- data-mentions="peers"
2144
-
2145
-
2146
-
2147
-
2148
-
2149
-
2150
-
2151
-
2152
- data-disclosure-type=""
2153
-
2154
-
2155
-
2156
-
2157
-
2158
-
2159
-
2160
-
2161
-
2162
-
2163
-
2164
-
2165
-
2166
-
2167
-
2168
-
2169
- tabindex="0"
2170
- >
2171
-
2172
-
2173
- <div class="content clearfix">
2174
- <div class="permalink-header">
2175
-
2176
-
2177
-
2178
- <div class="follow-bar">
2179
- <div class="user-actions btn-group not-following " data-user-id="1087064150"
2180
- data-screen-name="vyki_e" data-name="Vyki Englert" data-protected="false">
2181
-
2182
-
2183
-
2184
-
2185
-
2186
-
2187
- <button class="user-actions-follow-button js-follow-btn follow-button btn" type="button">
2188
- <span class="button-text follow-text">
2189
- <span class="Icon Icon--follow"></span> Follow
2190
-
2191
- </span>
2192
- <span class="button-text following-text">
2193
- Following
2194
-
2195
- </span>
2196
- <span class="button-text unfollow-text">
2197
- Unfollow
2198
-
2199
- </span>
2200
- <span class="button-text blocked-text">Blocked</span>
2201
- <span class="button-text unblock-text">Unblock</span>
2202
- <span class="button-text pending-text">Pending</span>
2203
- <span class="button-text cancel-text">Cancel</span>
2204
- </button>
2205
-
2206
-
2207
-
2208
- </div>
2209
-
2210
- </div>
2211
-
2212
-
2213
- <a class="account-group js-account-group js-action-profile js-user-profile-link js-nav" href="/vyki_e" data-user-id="1087064150">
2214
- <img class="avatar js-action-profile-avatar" src="https://pbs.twimg.com/profile_images/732349210264133632/RTNgZLrm_bigger.jpg" alt="">
2215
- <strong class="fullname js-action-profile-name show-popup-with-id" data-aria-label-part>Vyki Englert</strong>
2216
- <span>&rlm;</span><span class="username js-action-profile-name" data-aria-label-part><s>@</s><b>vyki_e</b></span>
2217
-
2218
- </a>
2219
-
2220
-
2221
- <small class="time">
2222
- <a href="/vyki_e/status/363116819147538433" class="tweet-timestamp js-permalink js-nav js-tooltip" title="6:59 PM - 1 Aug 2013" ><span class="_timestamp js-short-timestamp " data-aria-label-part="last" data-time="1375408770" data-time-ms="1375408770000" data-long-form="true">1 Aug 2013</span></a>
2223
- </small>
2224
-
2225
- </div>
2226
- </div>
2227
-
2228
-
2229
- <div class="js-tweet-text-container">
2230
- <p class="TweetTextSize TweetTextSize--26px js-tweet-text tweet-text" lang="en" data-aria-label-part="0">I&#39;m a sucker for pledges. <a href="/peers" class="twitter-atreply pretty-link js-nav" dir="ltr" data-mentioned-user-id="1428357889" ><s>@</s><b>Peers</b></a> Pledge <a href="/hashtag/sharingeconomy?src=hash" data-query-source="hashtag_click" class="twitter-hashtag pretty-link js-nav" dir="ltr" ><s>#</s><b>sharingeconomy</b></a> <a href="http://t.co/T4Sc47KAzh" rel="nofollow" dir="ltr" data-expanded-url="http://www.peers.org/action/peers-pledgea/" class="twitter-timeline-link" target="_blank" title="http://www.peers.org/action/peers-pledgea/" ><span class="tco-ellipsis"></span><span class="invisible">http://www.</span><span class="js-display-url">peers.org/action/peers-p</span><span class="invisible">ledgea/</span><span class="tco-ellipsis"><span class="invisible">&nbsp;</span>…</span></a></p>
2231
- </div>
2232
-
2233
-
2234
-
2235
-
2236
-
2237
-
2238
- <div class="js-tweet-details-fixer tweet-details-fixer">
2239
-
2240
- <div class="js-machine-translated-tweet-container"></div>
2241
- <div class="js-tweet-stats-container tweet-stats-container">
2242
- </div>
2243
-
2244
- <div class="client-and-actions">
2245
- <span class="metadata">
2246
- <span>6:59 PM - 1 Aug 2013</span>
2247
- </span>
2248
- </div>
2249
-
2250
-
2251
- </div>
2252
-
2253
-
2254
-
2255
- <div class="stream-item-footer">
2256
-
2257
-
2258
-
2259
-
2260
-
2261
- <div class="ProfileTweet-actionCountList u-hiddenVisually">
2262
-
2263
- <span class="ProfileTweet-action--reply u-hiddenVisually"></span>
2264
- <span class="ProfileTweet-action--retweet u-hiddenVisually">
2265
-
2266
- <span class="ProfileTweet-actionCount" aria-hidden="true" data-tweet-stat-count="0">
2267
- <span class="ProfileTweet-actionCountForAria" >0 retweets</span>
2268
- </span>
2269
- </span>
2270
- <span class="ProfileTweet-action--favorite u-hiddenVisually">
2271
- <span class="ProfileTweet-actionCount" aria-hidden="true" data-tweet-stat-count="0">
2272
- <span class="ProfileTweet-actionCountForAria" >0 likes</span>
2273
- </span>
2274
- </span>
2275
- </div>
2276
-
2277
- <div class="ProfileTweet-actionList js-actions" role="group" aria-label="Tweet actions">
2278
- <div class="ProfileTweet-action ProfileTweet-action--reply">
2279
- <button class="ProfileTweet-actionButton u-textUserColorHover js-actionButton js-actionReply"
2280
- data-modal="ProfileTweet-reply"
2281
- type="button">
2282
- <div class="IconContainer js-tooltip" title="Reply">
2283
- <span class="Icon Icon--reply"></span>
2284
- <span class="u-hiddenVisually">Reply</span>
2285
- </div>
2286
- </button>
2287
- </div>
2288
- <div class="ProfileTweet-action ProfileTweet-action--retweet js-toggleState js-toggleRt">
2289
- <button class="ProfileTweet-actionButton js-actionButton js-actionRetweet"
2290
-
2291
- data-modal="ProfileTweet-retweet"
2292
- type="button">
2293
- <div class="IconContainer js-tooltip" title="Retweet">
2294
- <span class="Icon Icon--retweet"></span>
2295
- <span class="u-hiddenVisually">Retweet</span>
2296
- </div>
2297
- <div class="IconTextContainer">
2298
- <span class="ProfileTweet-actionCount ProfileTweet-actionCount--isZero">
2299
- <span class="ProfileTweet-actionCountForPresentation" aria-hidden="true"></span>
2300
- </span>
2301
- </div>
2302
- </button><button class="ProfileTweet-actionButtonUndo js-actionButton js-actionRetweet" data-modal="ProfileTweet-retweet" type="button">
2303
- <div class="IconContainer js-tooltip" title="Undo retweet">
2304
- <span class="Icon Icon--retweet"></span>
2305
- <span class="u-hiddenVisually">Retweeted</span>
2306
- </div>
2307
- <div class="IconTextContainer">
2308
- <span class="ProfileTweet-actionCount ProfileTweet-actionCount--isZero">
2309
- <span class="ProfileTweet-actionCountForPresentation" aria-hidden="true"></span>
2310
- </span>
2311
- </div>
2312
- </button>
2313
- </div>
2314
-
2315
- <div class="ProfileTweet-action ProfileTweet-action--favorite js-toggleState">
2316
- <button class="ProfileTweet-actionButton js-actionButton js-actionFavorite" type="button">
2317
- <div class="IconContainer js-tooltip" title="Like">
2318
- <div class="HeartAnimationContainer">
2319
- <div class="HeartAnimation"></div>
2320
- </div>
2321
- <span class="u-hiddenVisually">Like</span>
2322
- </div>
2323
- <div class="IconTextContainer">
2324
- <span class="ProfileTweet-actionCount ProfileTweet-actionCount--isZero">
2325
- <span class="ProfileTweet-actionCountForPresentation" aria-hidden="true"></span>
2326
- </span>
2327
- </div>
2328
- </button><button class="ProfileTweet-actionButtonUndo u-linkClean js-actionButton js-actionFavorite" type="button">
2329
- <div class="IconContainer js-tooltip" title="Undo like">
2330
- <div class="HeartAnimationContainer">
2331
- <div class="HeartAnimation"></div>
2332
- </div>
2333
- <span class="u-hiddenVisually">Liked</span>
2334
- </div>
2335
- <div class="IconTextContainer">
2336
- <span class="ProfileTweet-actionCount ProfileTweet-actionCount--isZero">
2337
- <span class="ProfileTweet-actionCountForPresentation" aria-hidden="true"></span>
2338
- </span>
2339
- </div>
2340
- </button>
2341
- </div>
2342
-
2343
-
2344
-
2345
-
2346
- <div class="ProfileTweet-action ProfileTweet-action--more js-more-ProfileTweet-actions">
2347
- <div class="dropdown">
2348
- <button class="ProfileTweet-actionButton u-textUserColorHover dropdown-toggle js-dropdown-toggle" type="button">
2349
- <div class="IconContainer js-tooltip" title="More">
2350
- <span class="Icon Icon--dots"></span>
2351
- <span class="u-hiddenVisually">More</span>
2352
- </div>
2353
- </button>
2354
- <div class="dropdown-menu">
2355
- <div class="dropdown-caret">
2356
- <div class="caret-outer"></div>
2357
- <div class="caret-inner"></div>
2358
- </div>
2359
- <ul>
2360
-
2361
- <li class="copy-link-to-tweet js-actionCopyLinkToTweet">
2362
- <button type="button" class="dropdown-link">Copy link to Tweet</button>
2363
- </li>
2364
- <li class="embed-link js-actionEmbedTweet" data-nav="embed_tweet">
2365
- <button type="button" class="dropdown-link">Embed Tweet</button>
2366
- </li>
2367
- </ul>
2368
- </div>
2369
-
2370
- </div>
2371
-
2372
- </div>
2373
-
2374
- </div>
2375
-
2376
- </div>
2377
-
2378
- <div class="permalink-footer">
2379
-
2380
- </div>
2381
- </div>
2382
-
2383
- </div>
2384
-
2385
-
2386
-
2387
-
2388
- <div class="replies-to hidden permalink-inner permalink-replies" data-component-context="replies">
2389
- <div class="tweets-wrapper">
2390
- <div id="descendants" class="ThreadedDescendants">
2391
- <div class="stream-container "
2392
- data-max-position="" data-min-position=""
2393
- >
2394
-
2395
- <div class="stream">
2396
- <ol class="stream-items js-navigable-stream" id="stream-items-id">
2397
-
2398
-
2399
-
2400
-
2401
-
2402
-
2403
-
2404
-
2405
-
2406
-
2407
-
2408
-
2409
-
2410
-
2411
-
2412
-
2413
-
2414
-
2415
- </ol>
2416
- <div class="stream-footer ">
2417
- <div class='timeline-end '>
2418
- <div class="stream-end">
2419
- <div class="stream-end-inner">
2420
- <span class="Icon Icon--large Icon--logo"></span>
2421
-
2422
- <p class="empty-text">
2423
-
2424
-
2425
- </p>
2426
-
2427
- <p><button type='button' class='btn-link back-to-top hidden'>Back to top &uarr;</button></p>
2428
-
2429
- </div>
2430
- </div>
2431
-
2432
- <div class="stream-loading">
2433
- <div class="stream-end-inner">
2434
- <span class="spinner" title="Loading..."></span>
2435
- </div>
2436
- </div>
2437
-
2438
- </div>
2439
- </div>
2440
- <div class="stream-fail-container">
2441
- <div class="js-stream-whale-end stream-whale-end stream-placeholder centered-placeholder">
2442
- <div class="stream-end-inner">
2443
- <h2 class="title">Loading seems to be taking a while.</h2>
2444
- <p>
2445
- Twitter may be over capacity or experiencing a momentary hiccup. <a role="button" href="#" class="try-again-after-whale">Try again</a> or visit <a target="_blank" href="http://status.twitter.com">Twitter Status</a> for more information.
2446
- </p>
2447
- </div>
2448
- </div>
2449
- </div>
2450
-
2451
- <ol class="hidden-replies-container"></ol>
2452
- </div>
2453
- </div>
2454
-
2455
- </div>
2456
- </div>
2457
- </div>
2458
-
2459
-
2460
-
2461
-
2462
- </div>
2463
-
2464
-
2465
- <div class="stream-container suggested-tweet-stream-container dismissible-container ">
2466
- <div class="stream suggested-tweet-stream permalink-replies">
2467
- <h3 class="promoted-heading">Promoted Tweet</h3>
2468
- <ol class="stream-items suggested-tweet-stream-items js-navigable-stream" id="suggested-stream-items-id">
2469
-
2470
-
2471
-
2472
-
2473
-
2474
- <div class="tweet js-stream-tweet js-actionable-tweet js-profile-popup-actionable
2475
- original-tweet js-original-tweet
2476
-
2477
- promoted-tweet pixel-promoted-tweet has-cards has-content
2478
- "
2479
-
2480
- data-tweet-id="708322579254267906"
2481
- data-item-id="708322579254267906"
2482
- data-permalink-path="/EnquetesOnline/status/708322579254267906"
2483
-
2484
-
2485
-
2486
-
2487
-
2488
-
2489
-
2490
-
2491
- data-screen-name="EnquetesOnline" data-name="EnqueteVergelijk" data-user-id="3832036337"
2492
- data-you-follow="false"
2493
- data-follows-you="false"
2494
- data-you-block="false"
2495
-
2496
-
2497
-
2498
-
2499
-
2500
-
2501
-
2502
-
2503
- data-impression-id="2d21a58718bcb645"
2504
- data-disclosure-type="promoted"
2505
- data-promoted="true"
2506
- data-advertiser-id="3832036337"
2507
- data-impression-cookie="[&quot;708322579254267906&quot;,&quot;2d21a58718bcb645&quot;,&quot;promoted&quot;,&quot;&quot;,[],&quot;3832036337&quot;]"
2508
-
2509
-
2510
-
2511
- data-has-cards="true"
2512
-
2513
-
2514
-
2515
-
2516
-
2517
-
2518
-
2519
-
2520
- data-component-context="conversation-suggestions"
2521
-
2522
-
2523
- >
2524
-
2525
-
2526
- <div class="context">
2527
-
2528
-
2529
- </div>
2530
-
2531
- <div class="content">
2532
-
2533
-
2534
-
2535
- <div class="stream-item-header">
2536
- <a data-impression-cookie="[&quot;3832036337&quot;,&quot;2d21a58718bcb645&quot;,&quot;promoted&quot;,&quot;&quot;,[],&quot;3832036337&quot;]" class="account-group js-account-group js-action-profile js-user-profile-link js-nav" href="/EnquetesOnline" data-user-id="3832036337">
2537
- <img class="avatar js-action-profile-avatar" src="https://pbs.twimg.com/profile_images/682161235798929409/WrtoYroK_bigger.png" alt="">
2538
- <strong class="fullname js-action-profile-name show-popup-with-id" data-aria-label-part>EnqueteVergelijk</strong>
2539
- <span>&rlm;</span><span class="username js-action-profile-name" data-aria-label-part><s>@</s><b>EnquetesOnline</b></span>
2540
-
2541
- </a>
2542
-
2543
- <small class="time">
2544
- <a href="/EnquetesOnline/status/708322579254267906" class="tweet-timestamp js-permalink js-nav js-tooltip" title="8:03 AM - 11 Mar 2016" data-send-impression-cookie><span class="_timestamp js-short-timestamp " data-aria-label-part="last" data-time="1457712237" data-time-ms="1457712237000" data-long-form="true">Mar 11</span></a>
2545
- </small>
2546
-
2547
-
2548
-
2549
- </div>
2550
-
2551
-
2552
- <div class="js-tweet-text-container">
2553
- <p class="TweetTextSize js-tweet-text tweet-text" lang="nl" data-aria-label-part="0">Extra geld nodig voor komend weekeinde? Verdien tot €75 extra per week met betaalde enquêtes <a href="https://t.co/7URysZPCIG" rel="nofollow" dir="ltr" data-expanded-url="http://bit.ly/1T2Fhr3" class="twitter-timeline-link" target="_blank" title="http://bit.ly/1T2Fhr3" ><span class="tco-ellipsis"></span><span class="invisible">http://</span><span class="js-display-url">bit.ly/1T2Fhr3</span><span class="invisible"></span><span class="tco-ellipsis"><span class="invisible">&nbsp;</span></span></a><a href="https://t.co/fKtcerUzWC" class="twitter-timeline-link u-hidden" data-pre-embedded="true" dir="ltr" >pic.twitter.com/fKtcerUzWC</a></p>
2554
- </div>
2555
-
2556
-
2557
-
2558
-
2559
-
2560
- <div class="AdaptiveMedia
2561
- allow-expansion
2562
-
2563
-
2564
- is-generic-video
2565
-
2566
- has-autoplayable-media"
2567
- >
2568
- <div class="AdaptiveMedia-container
2569
- js-adaptive-media-container
2570
- "
2571
- >
2572
- <div class="AdaptiveMedia-video">
2573
- <div class="AdaptiveMedia-videoContainer">
2574
- <div class="PlayableMedia PlayableMedia--gif">
2575
-
2576
- <div
2577
- class="PlayableMedia-player
2578
-
2579
- "
2580
- data-playable-media-url=""
2581
- data-border-top-left-radius=""
2582
- data-border-top-right-radius=""
2583
- data-border-bottom-left-radius=""
2584
- data-border-bottom-right-radius=""
2585
- style="padding-bottom: 49.80237154150198%; background-image:url('https://pbs.twimg.com/tweet_video_thumb/CdR3k4RWoAEPONJ.jpg')">
2586
- </div>
2587
-
2588
-
2589
-
2590
- </div>
2591
-
2592
- </div>
2593
- </div>
2594
-
2595
- </div>
2596
- </div>
2597
-
2598
-
2599
-
2600
-
2601
-
2602
-
2603
-
2604
- <div class="stream-item-footer">
2605
-
2606
- <div class="ProfileTweet-actionCountList u-hiddenVisually">
2607
-
2608
- <span class="ProfileTweet-action--reply u-hiddenVisually"></span>
2609
- <span class="ProfileTweet-action--retweet u-hiddenVisually">
2610
-
2611
- <span class="ProfileTweet-actionCount" data-tweet-stat-count="59">
2612
- <span class="ProfileTweet-actionCountForAria" data-aria-label-part>59 retweets</span>
2613
- </span>
2614
- </span>
2615
- <span class="ProfileTweet-action--favorite u-hiddenVisually">
2616
- <span class="ProfileTweet-actionCount" data-tweet-stat-count="334">
2617
- <span class="ProfileTweet-actionCountForAria" data-aria-label-part>334 likes</span>
2618
- </span>
2619
- </span>
2620
- </div>
2621
-
2622
- <div class="ProfileTweet-actionList js-actions" role="group" aria-label="Tweet actions">
2623
- <div class="ProfileTweet-action ProfileTweet-action--reply">
2624
- <button class="ProfileTweet-actionButton u-textUserColorHover js-actionButton js-actionReply"
2625
- data-modal="ProfileTweet-reply"
2626
- type="button">
2627
- <div class="IconContainer js-tooltip" title="Reply">
2628
- <span class="Icon Icon--reply"></span>
2629
- <span class="u-hiddenVisually">Reply</span>
2630
- </div>
2631
- </button>
2632
- </div>
2633
- <div class="ProfileTweet-action ProfileTweet-action--retweet js-toggleState js-toggleRt">
2634
- <button class="ProfileTweet-actionButton js-actionButton js-actionRetweet"
2635
-
2636
- data-modal="ProfileTweet-retweet"
2637
- type="button">
2638
- <div class="IconContainer js-tooltip" title="Retweet">
2639
- <span class="Icon Icon--retweet"></span>
2640
- <span class="u-hiddenVisually">Retweet</span>
2641
- </div>
2642
- <div class="IconTextContainer">
2643
- <span class="ProfileTweet-actionCount">
2644
- <span class="ProfileTweet-actionCountForPresentation" aria-hidden="true">59</span>
2645
- </span>
2646
- </div>
2647
- </button><button class="ProfileTweet-actionButtonUndo js-actionButton js-actionRetweet" data-modal="ProfileTweet-retweet" type="button">
2648
- <div class="IconContainer js-tooltip" title="Undo retweet">
2649
- <span class="Icon Icon--retweet"></span>
2650
- <span class="u-hiddenVisually">Retweeted</span>
2651
- </div>
2652
- <div class="IconTextContainer">
2653
- <span class="ProfileTweet-actionCount">
2654
- <span class="ProfileTweet-actionCountForPresentation" aria-hidden="true">59</span>
2655
- </span>
2656
- </div>
2657
- </button>
2658
- </div>
2659
-
2660
- <div class="ProfileTweet-action ProfileTweet-action--favorite js-toggleState">
2661
- <button class="ProfileTweet-actionButton js-actionButton js-actionFavorite" type="button">
2662
- <div class="IconContainer js-tooltip" title="Like">
2663
- <div class="HeartAnimationContainer">
2664
- <div class="HeartAnimation"></div>
2665
- </div>
2666
- <span class="u-hiddenVisually">Like</span>
2667
- </div>
2668
- <div class="IconTextContainer">
2669
- <span class="ProfileTweet-actionCount">
2670
- <span class="ProfileTweet-actionCountForPresentation" aria-hidden="true">334</span>
2671
- </span>
2672
- </div>
2673
- </button><button class="ProfileTweet-actionButtonUndo u-linkClean js-actionButton js-actionFavorite" type="button">
2674
- <div class="IconContainer js-tooltip" title="Undo like">
2675
- <div class="HeartAnimationContainer">
2676
- <div class="HeartAnimation"></div>
2677
- </div>
2678
- <span class="u-hiddenVisually">Liked</span>
2679
- </div>
2680
- <div class="IconTextContainer">
2681
- <span class="ProfileTweet-actionCount">
2682
- <span class="ProfileTweet-actionCountForPresentation" aria-hidden="true">334</span>
2683
- </span>
2684
- </div>
2685
- </button>
2686
- </div>
2687
-
2688
-
2689
-
2690
-
2691
- <div class="ProfileTweet-action ProfileTweet-action--more js-more-ProfileTweet-actions">
2692
- <div class="dropdown">
2693
- <button class="ProfileTweet-actionButton u-textUserColorHover dropdown-toggle js-dropdown-toggle" type="button">
2694
- <div class="IconContainer js-tooltip" title="More">
2695
- <span class="Icon Icon--dots"></span>
2696
- <span class="u-hiddenVisually">More</span>
2697
- </div>
2698
- </button>
2699
- <div class="dropdown-menu">
2700
- <div class="dropdown-caret">
2701
- <div class="caret-outer"></div>
2702
- <div class="caret-inner"></div>
2703
- </div>
2704
- <ul>
2705
-
2706
- <li class="copy-link-to-tweet js-actionCopyLinkToTweet">
2707
- <button type="button" class="dropdown-link">Copy link to Tweet</button>
2708
- </li>
2709
- <li class="embed-link js-actionEmbedTweet" data-nav="embed_tweet">
2710
- <button type="button" class="dropdown-link">Embed Tweet</button>
2711
- </li>
2712
- <li class="ads-info-link js-actionOpenAdsInfoPage">
2713
- <button type="button" class="dropdown-link">Ads info</button>
2714
- </li>
2715
- </ul>
2716
- </div>
2717
-
2718
- </div>
2719
-
2720
- </div>
2721
-
2722
- </div>
2723
-
2724
- </div>
2725
-
2726
- <div class="context">
2727
- <span class="metadata with-icn js-disclosure js-tooltip" title="">
2728
- <span class="Icon Icon--promoted"></span>
2729
- <a href="/EnquetesOnline"
2730
- class="js-action-profile-promoted js-user-profile-link js-promoted-badge"
2731
- data-user-id="3832036337"
2732
- data-impression-cookie="[&quot;708322579254267906&quot;,&quot;2d21a58718bcb645&quot;,&quot;promoted&quot;,&quot;&quot;,[],&quot;3832036337&quot;]"
2733
- >Promoted</a>
2734
-
2735
- </span>
2736
-
2737
- <button type="button" class="btn-link dismiss-btn js-action-dismiss">
2738
- <span class="Icon Icon--close Icon--smallest"></span>
2739
- <span>Dismiss</span>
2740
- </button>
2741
- </div>
2742
-
2743
-
2744
-
2745
-
2746
-
2747
-
2748
-
2749
-
2750
- </div>
2751
- </div>
2752
-
2753
-
2754
- </ol>
2755
- </div>
2756
- </div>
2757
-
2758
- <div class="Trends module trends hidden
2759
- Trends--wide
2760
- ">
2761
- <div class="trends-inner">
2762
- <div class="flex-module trends-container ">
2763
- <div class="flex-module-header">
2764
-
2765
- <h3><span class="trend-location js-trend-location">false</span></h3>
2766
- </div>
2767
- <div class="flex-module-inner">
2768
- <ul class="trend-items js-trends">
2769
- </ul>
2770
- </div>
2771
- </div>
2772
- </div>
2773
- </div>
2774
-
2775
-
2776
- <div class="permalink-footer">
2777
- <div class="Footer module roaming-module
2778
- Footer--slim
2779
- ">
2780
- <div class="flex-module">
2781
- <div class="flex-module-inner js-items-container">
2782
- <ul class="u-cf">
2783
- <li class="Footer-item Footer-copyright copyright">&copy; 2016 Twitter</li>
2784
- <li class="Footer-item"><a class="Footer-link" href="/about">About</a></li>
2785
- <li class="Footer-item"><a class="Footer-link" href="//support.twitter.com">Help</a></li>
2786
- <li class="Footer-item"><a class="Footer-link" href="/tos">Terms</a></li>
2787
- <li class="Footer-item"><a class="Footer-link" href="/privacy">Privacy</a></li>
2788
- <li class="Footer-item"><a class="Footer-link" href="//support.twitter.com/articles/20170514">Cookies</a></li>
2789
- <li class="Footer-item"><a class="Footer-link" href="//support.twitter.com/articles/20170451">Ads info</a></li>
2790
- </ul>
2791
- </div>
2792
- </div>
2793
- </div>
2794
-
2795
- </div>
2796
- </div>
2797
-
2798
-
2799
- </div>
2800
- </div>
2801
- </div>
2802
- </div>
2803
-
2804
- <div class="hidden" id="hidden-content">
2805
- <iframe aria-hidden="true" class="tweet-post-iframe" name="tweet-post-iframe"></iframe>
2806
- <iframe aria-hidden="true" class="dm-post-iframe" name="dm-post-iframe"></iframe>
2807
-
2808
- </div>
2809
-
2810
-
2811
- <div id="spoonbill-outer"></div>
2812
- </body>
2813
- </html>
2814
-