Martey, all,
isn't registering the content-handler on the current browser
equivalent to dragging the subscription bookmarklet to your bookmarks
toolbar?
Shouldn't we thus simply add the javascript link next to the
bookmarklet, in Admin > Feeds?
Of course, the link should only be shown on Firefox 2.0+:
rss_require('extlib/browser.php');
$b=new Browser();
if ($b->Name == 'Firefox' && (double) ($b->Version) >= 2.0) {
// Display the fine javascript link and some basic
// explanation on how to use subscribe to new feeds.
}
What do you think?
-m
>
> I have refrained from uploading it to SVN because I wanted to get
> feedback from the developer community beforehand. Since currently only
> administrative users can add feeds, and most Gregarius installations
> only have one administrative user, it seemed like a waste to put the
> registration link on the front page. Can anyone think of a better way to
> implement this functionality, or does my plugin work fine?