hallo und guten Abend,
ich setze den Plugin ein mit dem Namen: WP-RSSImport
WP-RSSImport
ZitatDisplay Feeds in your blog. Use the function RSSImport(), a Widget or the Shortcode [RSSImport].
Version 4.4.17 | By Frank Bültge, took77 | View details
die Möglichkeiten des RSS-Importers hoeren sich gut an...:
ZitatDisplay feeds in your blog, using PHP, a Widget or Shortcode. The plugin uses only standard WordPress functionality,
so no external libraries are required. For older versions of WordPress, the built-in MagpieRSS library is used.
For WordPress 2.8 and newer, there is a setting available to enable the built-in SimplePie library for parsing feeds.
Besonders interessant ist die Option die Feeds auch begrenzen zu koennen.
- in der Textlänge;
- in der Möglichkeit Exzerpte einstellen zu koennen;
-
Ich hab es ausprobiert - bin aber noch nicht komplett durchgestiegen....:
RSSImport(
$display = 5, $feedurl = 'http://bueltge.de/feed/',
$before_desc = '', $displaydescriptions = false, $after_desc = '', $html = false, $truncatedescchar = 200, $truncatedescstring = ' ... ',
$truncatetitlechar = '', $truncatetitlestring = ' ... ',
$before_date = ' <small>', $date = false, $after_date = '</small>',
$before_creator = ' <small>', $creator = false, $after_creator = '</small>',
$start_items = '<ul>', $end_items = '</ul>',
$start_item = '<li>', $end_item = '</li>'
);
die Textlänge ist nicht leicht einzustellen....
Setzt ihr den Plugin etwa auch ein!?