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

update link to twitter's embedded tweet docs

Changed files
+3 -3
+1 -1
README.md
···
# Twitframe
Twitframe allows one to display
-
[Embedded Tweets](https://dev.twitter.com/web/embedded-tweets)
+
[Embedded Tweets](https://developer.twitter.com/en/docs/twitter-for-websites/embedded-tweets/overview)
on websites to dynamically show retweet and favorite counts, inline media/card
data, and allow users to retweet/reply/favorite Tweets, all while isolating the
Javascript and DOM manipulation to an embedded <tt>iframe</tt>.
+2 -2
index.html
···
<p>
Twitframe allows one to display <a
-
href="https://dev.twitter.com/web/embedded-tweets">Embedded Tweets</a> on
-
websites to dynamically show retweet and favorite counts, inline media/card
+
href="https://developer.twitter.com/en/docs/twitter-for-websites/embedded-tweets/overview">Embedded Tweets</a>
+
on websites to dynamically show retweet and favorite counts, inline media/card
data, and allow users to retweet/reply/favorite Tweets, all while isolating the
Javascript and DOM manipulation to an embedded <tt>iframe</tt>.
This increases security and speeds up website page loads.