nhoening / gritttt-rss

Implements 'cancelled' sharing-features of Google Reader for the excellent open-source RSS-Reader TinyTiny-RSS: share any page on the web via a bookmarklet and show your shared items in a widget on any website you want. Also allow to import shared&starred articles from Google Reader.
gritttt-rss.nicolashoening.de
Other
48 stars 4 forks source link

shared-widget seemingly only works on the same domain as widget.js is located. #33

Closed nhoening closed 12 years ago

nhoening commented 12 years ago

see my comment in widget.js:

// -- adapt this // The full URL to your tt-rss installation // The domain has to be the same as the domain on which this script is executed! // i.e. if you host tt-rss on a subdomain, you might need to specifiy the actual path from your domain var ttrss_url = 'http://www.nicolashoening.de/tt-rss'; // -- end adapt