Embed Tweets in an iframe - https://tf.rita.moe

index: pick a new tweet, disown this thing

+2 -13
+2 -13
index.html
··· 229 229 </p> 230 230 231 231 <p> 232 - This code resizes the two Twitframe iframes after they have loaded, increasing 232 + This code resizes the Twitframe iframes after they have loaded, increasing 233 233 the height of the second one to display the embedded card information. 234 234 </p> 235 235 236 - <iframe id="tweet_297462728598122498" border=0 frameborder=0 237 - src="https://twitframe.com/show?url=https%3A%2F%2Ftwitter.com%2Frob_pike%2Fstatus%2F1021913270922358784&conversation=none" 238 - width=550 height=200></iframe> 239 - 240 236 <iframe id="tweet_1291863596922806273" border=0 frameborder=0 241 - src="https://twitframe.com/show?url=https%3A%2F%2Ftwitter.com%2Fjcs%2Fstatus%2F1291863596922806273&amp;conversation=none" 237 + src="https://twitframe.com/show?url=https%3A%2F%2Ftwitter.com%2Felonmusk%2Fstatus%2F1604617643973124097&amp;conversation=none" 242 238 width=550 height=200></iframe> 243 239 244 240 <script> ··· 260 256 $("#" + oe.data.element).css("height", parseInt(oe.data.height) + "px"); 261 257 }); 262 258 </script> 263 - 264 - <hr> 265 - 266 - <p> 267 - Copyright &copy; 2013-2019, <a href="https://github.com/jcs/twitframe">joshua 268 - stein</a>. 269 - </p> 270 259 </body> 271 260 </html>