tangled
alpha
login
or
join now
rita.moe
/
twitframe
1
fork
atom
Embed Tweets in an iframe - https://tf.rita.moe
1
fork
atom
overview
issues
pulls
pipelines
index: pick a new tweet, disown this thing
jcs.org
2 years ago
3d5ffbce
d624f7f9
+2
-13
1 changed file
expand all
collapse all
unified
split
index.html
+2
-13
index.html
···
229
229
</p>
230
230
231
231
<p>
232
232
-
This code resizes the two Twitframe iframes after they have loaded, increasing
232
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
236
-
<iframe id="tweet_297462728598122498" border=0 frameborder=0
237
237
-
src="https://twitframe.com/show?url=https%3A%2F%2Ftwitter.com%2Frob_pike%2Fstatus%2F1021913270922358784&conversation=none"
238
238
-
width=550 height=200></iframe>
239
239
-
240
236
<iframe id="tweet_1291863596922806273" border=0 frameborder=0
241
241
-
src="https://twitframe.com/show?url=https%3A%2F%2Ftwitter.com%2Fjcs%2Fstatus%2F1291863596922806273&conversation=none"
237
237
+
src="https://twitframe.com/show?url=https%3A%2F%2Ftwitter.com%2Felonmusk%2Fstatus%2F1604617643973124097&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
263
-
264
264
-
<hr>
265
265
-
266
266
-
<p>
267
267
-
Copyright © 2013-2019, <a href="https://github.com/jcs/twitframe">joshua
268
268
-
stein</a>.
269
269
-
</p>
270
259
</body>
271
260
</html>