FAQ

» How long it takes for a new feed to update through Feed Informer?
It seems like my feed hasn’t updated in a long time.

Please make sure that the page where your digest is embedded is accessed on a regular basis, otherwise Feed Informer will not update digest’s contents. For example, if you embed a digest into a test page that is not requested often (or not accessed at all), that digest won’t update.
For advanced users: until your site has enough visitors to keep digests up to date you might need to use crontab jobs to access your digests at regular intervals.

» I modified the source feed(s), but the digest is displaying old information.
An item of a digest is updated if at least one of the following fields if its source feed’s item has been changed:
1) Title
2) Link
3) PubDate
4) Description
Please also note that digest updates only when FI robots revisit its source feed, i.e. do not expect that digest will be updated immediately after the source feed has been edited. Typically it takes up to 40 minutes (max) to update a digest, though it might get updated even in one minute.

» Pictures aren’t displaying.
You should put
%DESCRIPTION%
instead of
%DESCRIPTIONPLAIN%
for HTML tags rendering.

» How to get the feed article link to open in a new window?
You should change
<a href="%URL%">%TITLE%</a> tag
for
<a href="%URL%" target="_blank">%TITLE%</a>

» Is it possible to edit a flash template in terms of its width and length? It seems I can adjust the width of the actual box, but then the content inside i.e. the feed is not fully visible and cut off on both the left and right.
Unfortunately, right now it is not possible, maybe in future we’ll get some flash editing feature.

» Is there an option to filter digest contents? I want posts only with particular key words to be shown.
Yes, there are two filters (AND and OR) you can use. They are available in the “Digest Settings” tab of every digest.
Use AND Filter to show items containing ALL the words mentioned. For example if you want to see only posts including both “blogging” AND “weblog”, enter the following query in the AND Filter field: blogging weblog.
Use OR Filter to show items containing ANY of the words mentioned. For example if you want to see topics including words “blogging” OR “weblog”, enter the following query in the OR Filter field: blogging weblog.

» Is it possible to remove “Feed Informer” logo from my digest?
The Logo can be removed through the settings of every digest, but it is a paid option: the fee is $50 a year for one digest. Please read User Agreement before you order.

» What are the benefits of the Premium Account subscription?
The main advantage of the subscription is the e-mail technical support. Besides, you will be able to create up to 1000 digests with 500 feeds per digest.
You can upgrade any minute through your account’s Information tab. The fee is $100 per year. Please look through the User Agreement before you buy the subscription.

» Why have I been charged for EXTENDED DOWNLOAD SERVICE, which I did not buy?
EXTENDED DOWNLOAD SERVICE is added to every purchase by default. It is done by the payment service and you can see the details here . Considering EXTENDED DOWNLOAD SERVICE is not required for purchasing Feed Informer logo removal or when upgrading to premium user, we advise you to delete this line from the cart before you proceed with the checkout.

» I purchased FI Logo removal/Premium account, but the digest/account is still not updated.
Please note that we check for payments and add the corresponding option manually. Thus we appreciate it if you could notify us about the purchase through our contact form at once. In case you make your payment on weekends or holidays, the changes are likely to be applied on the first working day.

» How to get Blogspot feeds accepted by Feed Informer?
There is a simple solution to this issue. All you have to do is add “?alt=rss” or “?alt=atom” at the end of the source URL. Submit http://username.blogspot.com/feeds/posts/default?alt=rss (or http://username.blogspot.com/feeds/posts/default?alt=atom) instead of http://username.blogspot.com/feeds/posts/default/, when creating the digest. The URL will be accepted.