Generate feed entry for items without a URL

I’m very interested in your Feed Creator and already created successful various feeds with your demo.

Is it possible to generate feed items for a part of a website (selected with a unique CSS selector), in which are no URL? I want only to capture a item title and a item description from the website.

For example:
source code of the site:

Aktuelle Wartezeit Bürgeramt Stötteritzer Straße

Es warten derzeit 24 Bürgerinnen und Bürger.

Die Wartezeit betrug zuletzt etwa 37 Minute(n). Dies kann Ihnen als Richtwert dienen.

(Letzte Aktualisierung: 13.10.2016 um 10:54 Uhr)

with item=%23c106369 item_title=h2 and item_desc=.tx-jb-csnipper-manager

As of now it seems, that items without a link are ignored?

Hi there,

This should be possible. You should use the item, item_title, item_desc and item_url parameters. You should make sure that you set item_url to 0: &item_url=0 - this will exclude URLs from consideration.