From 8f3910382f7f51b3295b9607190261d090d31555 Mon Sep 17 00:00:00 2001 From: Simon Lecoq <22963968+lowlighter@users.noreply.github.com> Date: Thu, 24 Aug 2023 23:27:16 -0400 Subject: [PATCH] fix: deprecate twitter markdown plugin --- source/templates/markdown/example.md | 24 +++++++++++++++++++++++- 1 file changed, 23 insertions(+), 1 deletion(-) diff --git a/source/templates/markdown/example.md b/source/templates/markdown/example.md index 1169aec3..0bcd8ad6 100644 --- a/source/templates/markdown/example.md +++ b/source/templates/markdown/example.md @@ -16,7 +16,29 @@ ___ ___ -<%- await include(`partials/tweets.ejs`) %> +> ⚠️ As [Twitter](https://twitter.com) removed the ability to fetch tweets from their free API as part of their new [pricing policy](https://developer.twitter.com/en/docs/twitter-api/getting-started/about-twitter-api), this plugin is no longer maintained. + + +<%- await include(`partials/tweets.ejs`) %> + + ___