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

RSS Featured Image

الوصف

RSS Featured Image adds the featured image into your RSS feed (in the media:content). It works nicely with Mailchimp (|RSSITEM:IMAGE|). In fact, it basically does the same thing as another (and more famous) plugin but without cluttering your WordPress Admin. This is a simple task, and I believe it should be invisible and run peacefuly in the background, with no impact on the UI and the overall WordPress performance.

Usage

By default, the size of the image is “large”. I think it would be a shame to add new options to your WordPress admin only for this, so if you want to change the size, I propose you a filter 🙂 You can include some code in your functions.php to take care of this. This is how you can use it:

function thumbnail_size_for_rss( $default ) {
return ‘thumbnail’;
}
add_filter( ‘rfi_rss_image_size’, ‘thumbnail_size_for_rss’, 10, 1 );

لقطات الشاشة

التنصيب

  1. Upload rss-featured-image to the /wp-content/plugins/ directory
  2. Activate the plugin through the ‘Plugins’ menu in WordPress
  3. That’s all 🙂 Can you believe it?

المراجعات

19 يوليو، 2022 1 reply
This plugin has worked for me for a really long time, and still works just fine with the current WordPress 6.0.1 (as expected). Thanks for a simple & effective way to add Featured Images to WP that stays in the background, doing its job. Much appreciated.
21 سبتمبر، 2021 2 replies
Just like the big bloated famous one that's promoted with affiliate links, this one simply adds an image to your RSS feed. I'm still using it with WP 5.8 and it works fine.
3 مارس، 2020
I used this plugin to add featured image URLs to Wordpress RSS feeds, allowing me to automatically populate featured images into custom Mailchimp email templates (using Mailchimp's "Feedblock RSS Merge Tags"). A really nice time saver when including post content (e.g blogs, products) with featured images in email campaigns, versus having to manually upload images a second time!
إقرأ جميع المراجعات 17

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

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

المساهمون

ترجمة ”RSS Featured Image“ إلى لغتك.

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

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

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

1.0.5

  • Update: WordPress 5.0.
  • Info: This plugin has currently no visibility on the WordPress Repository. If you like it, for its survival, please give it a nice review here: https://wordpress.org/support/plugin/rss-featured-image/reviews/?rate=5#new-post. Thanks a lot 🙂

1.0.4

  • Update: WordPress 5.0.

1.0.0

  • Add: Filter to choose the size.

0.0.1

  • First release.