summaryrefslogtreecommitdiff
path: root/FAQ.md
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2015-07-25 20:52:38 +0300
committerAndrew Dolgov <[email protected]>2015-07-25 20:52:38 +0300
commitc541c1a4560f33b826c35ef0ee7b14df04574ccd (patch)
tree18e27dd08a460d8a8b30c6f6f75eb6f638f5f7a2 /FAQ.md
parent699e5d094063cfc84e26340af78055c7d200f7e6 (diff)
fox created page: FAQ
Diffstat (limited to 'FAQ.md')
-rw-r--r--FAQ.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/FAQ.md b/FAQ.md
index a7c27c9..8790e08 100644
--- a/FAQ.md
+++ b/FAQ.md
@@ -41,6 +41,12 @@ tune it a bit.
See also: [this
thread](http://tt-rss.org/forum/viewtopic.php?f=1&t=2053&start=45#p11015)
+### I need a URL I can call to subscribe to feed to integrate with some third party browser extension/application.
+
+<code>SELF\_URL\_PATH/public.php?op=subscribe&feed\_url=%s</code>
+
+SELF\_URL\_PATH = http://your.ttrss.server/tt-rss/
+
### I need to get the number of unread articles in the simplest way.
([Forum thread](http://tt-rss.org/forum/viewtopic.php?p=415))