Bug on importing RSS-Entries with only image
-
Hello,
I’m a keen User of your plugin. Using it i’m showing the last Google+ Post on my site. Works perfectly except the last RSS-Post just contains only an image and no text. In this case i get “No items, feed is empty.”. Can you help me to show RSS-Entries even if they only contains an image?
My Code:
<?
RSSImport(
$display = 5, $feedurl = ‘https://google-plus-rss.com/index.php/rss/feed/AIzaSyDXV13VpWadL-B5GI3WZYO6UZKiiHKO5Tg/109559281631929169356’,
$before_desc = ”, $displaydescriptions = true, $after_desc = ”, $html = true, $truncatedescchar = ”, $truncatedescstring = ‘ … ‘,
$truncatetitlechar = ”, $truncatetitlestring = ‘ … ‘,
$before_date = ‘ <small>’, $date = false, $after_date = ‘</small>’,
$before_creator = ‘ <small>’, $creator = true, $after_creator = ‘</small>’,
$target = ‘blank
)
?>
- The topic ‘Bug on importing RSS-Entries with only image’ is closed to new replies.