Added deprecated notices
Signed-off-by: Marcus Noble <github@marcusnoble.co.uk>
This commit is contained in:
parent
cfd9c7292c
commit
956a979204
@ -1,10 +1,15 @@
|
|||||||
|
# ⚠️ DEPRECATED
|
||||||
|
# Twitter has killed off its free API so this no longer works
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
![TweetSVG](logo.png)
|
![TweetSVG](logo.png)
|
||||||
|
|
||||||
Generate an SVG for a given Tweet ID
|
Generate an SVG for a given Tweet ID
|
||||||
|
|
||||||
Available at https://tweet.cluster.fun/
|
Available at https://tweet.cluster.fun/
|
||||||
|
|
||||||
## Example
|
## Example
|
||||||
|
|
||||||
```
|
```
|
||||||
<img src="https://tweet.cluster.fun/1363048182020792325" />
|
<img src="https://tweet.cluster.fun/1363048182020792325" />
|
||||||
|
@ -48,6 +48,11 @@
|
|||||||
figcaption {
|
figcaption {
|
||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.announcement {
|
||||||
|
font-size: 3em;
|
||||||
|
font-weight: bold;
|
||||||
|
}
|
||||||
</style>
|
</style>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
@ -61,6 +66,10 @@
|
|||||||
Generate an SVG for a given Tweet ID
|
Generate an SVG for a given Tweet ID
|
||||||
</blockquote>
|
</blockquote>
|
||||||
|
|
||||||
|
<p class="announcement">
|
||||||
|
⚠️ DEPRECATED - Twitter has killed off its free API so this no longer works
|
||||||
|
</p>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
Enter the URL or ID of a tweet to have an SVG generated for it, no JavaScript required!
|
Enter the URL or ID of a tweet to have an SVG generated for it, no JavaScript required!
|
||||||
</p>
|
</p>
|
||||||
|
Loading…
Reference in New Issue
Block a user