[Tips] Fix the Feedly follow button error
このような 404 エラーが表示される件。
[markdown]
公式で作成したボタンがエラーを出力する。
“`prettyprinted
{“errorCode”:404, “errorId”:”ap3int-sv2.2018****”, “errorMessage”:”API version not found”}
“`
リクエスト URL が変わっているので、下記に置き換えます。
“`html
https://feedly.com/i/subscription/feed/[your_feed_url]
“`
こちらを参考にさせて頂きました。
> * [【Tips】Feedly登録ボタンが動作しない問題を解決する | ソフトアンテナブログ](http://www.softantenna.com/wp/tips/fix-feedly-subscription-button/)
> * [Feedlyのバージョンが変わりAPI version not found。各自サイト確認と修正を – Qiita](https://qiita.com/rorensu2236/items/7032a8cb2e312820fc7b)
[/markdown]