suin/php-rss-writer

Picture to post

Closed this issue · 2 comments

Is it possible to add picture to post?

Use the library like this,

$item->enclosure('http://example.com/example.jpg', '234323432', 'image/jpg');

More on the RSS enclosure spec: https://www.wikiwand.com/en/RSS_enclosure

Please add this to the example or the readme doc. Will be super helpful!
Thanks