سؤال

I have submitted a site feed to feedly as a publisher. But I don't find how many subscribers I have from anywhere. Is there any way to check the subscriber count?

هل كانت مفيدة؟

المحلول

Try to type as follows

curl http://cloud.feedly.com/v3/feeds/feed%2Fhttp%3A%2F%2Fblog.shonanshachu.com%2Ffeeds%2Fposts%2Fdefault

Then response will be

{
  "twitterFollowers":152,
  "language":"ja",
  "subscribers":24,
  "velocity":2.3,
  "title":"湘南社中テクニカルブログ",
  "id":"feed/http://blog.shonanshachu.com/feeds/posts/default",
  "feedId":"feed/http://blog.shonanshachu.com/feeds/posts/default",
  "website":"http://blog.shonanshachu.com/",
  "twitterScreenName":"shonanshachu",
  "visualUrl":"http://pbs.twimg.com/profile_images/3587940795/a0a97a65c5c61bb5641b0d09b6604358_bigger.png",
  "description":"スマートフォン向けアプリ開発やサーバサイドの開発に関する技術ブログです。 エンジニアdommyのつぶやきは@shonanshachu、ソースコードはGitHubで配信中。"
}

نصائح أخرى

The only way I found:

  • Visit: http://cloud.feedly.com/#latest
  • Click "+Add content"
  • Enter the URL of your feed and hit "Enter"
  • Now the search results contains the number of subscribers

E.g.

enter image description here

Try to use the following

http://cloud.feedly.com/#subscription/feed/{RSS_URL}

مرخصة بموجب: CC-BY-SA مع الإسناد
لا تنتمي إلى StackOverflow
scroll top