هذه الإضافة لم يتم تحديثها وتجربتها لأكثر من 3 إصدارات ووردبريس رئيسية. قد لا تكون خاضعة للصيانة أو تقدم الدعم والمساعدة بالوقت الحالي وقد تكون بها مشاكل في التوافق عند إستخدامها مع إصدارات حديثة من ووردبريس.

feedgator

الوصف

Feed(Aggre)gator takes a list of RSS feeds and creates a single list of RSS items from those feeds to be displayed as a widget. You can select how many items you want to display and whether you want to show the entries chronologically or you want to show the latest entries from each feed listed.

You can also opt to display the date associated with the RSS item as well as the author of the item.

Donate

If you like the plugin, consider supporting the author through http://www.brownlowdown.net/webdev/feedaggregator/#donate.

التنصيب

  1. Upload feed-gator.php to the /wp-content/plugins/ directory
  2. Activate the plugin through the ‘Plugins’ menu in WordPress
  3. Enter RSS feeds to aggregate and manage your display options through the ‘Widgets’ menu in WordPress
  4. (optional) If you want to change the name that is displayed for certain authors, you can do so by modifying the $feedgator_item_author_arr in feed-gator.php. See feed-gator.php for more details.
  5. (optional) If you want to assign a certain CSS class for list items from certain authors, you can do so by modifying the $feedgator_item_class_arr in feed-gator.php. See feed-gator.php for more details.

الأسئلة المتكررّة

I get a warning: “Warning: usort() [function.usort]: The argument should be an array in […]\wp-content\plugins\feed-gator\feed-gator.php”. What’s wrong?

Make sure that the URL’s of your RSS feeds are correct in the widget options in the ‘Widgets’ menu.

المراجعات

لا توجد مراجعات لهذه الإضافة.

المساهمون والمطوّرون

“feedgator” هو برنامج مفتوح المصدر. وقد ساهم هؤلاء الأشخاص بالأسفل في هذه الإضافة.

المساهمون

ترجمة ”feedgator“ إلى لغتك.

مُهتم بالتطوير؟

تصفّح الشفرة، تحقق من مستودع SVN، أو الاشتراك في سجل التطوير بواسطة RSS.

سجل التغييرات

1.0.2

  • option to display excerpt from item
  • option to display source title/link
  • option to insert “display:block” style into each meta attribute, creating a list-style display

1.0.1

  • accepts “feed:” syntax in RSS address
  • option to open links in a new window
  • removed unused “rel” attribute in link when listing by latest entries

1.0

  • Original release.