suin/php-rss-writer

Add Image Channel Element

Opened this issue · 1 comments

amiad commented

I tried to use this library but I need image channel.
Please add its.

As workaround, you can extend \Suin\RSSWriter\Channel and add your own logic. The tricky bit is that <image> needs to be inserted before <item> and the library does not provide specific hooks to do that.

I wrote a little custom Channel for my personal use. It doesn't implement all fields but it should be easy to improve.