{"id":81030,"date":"2018-02-01T03:39:46","date_gmt":"2018-02-01T03:39:46","guid":{"rendered":"https:\/\/wordpress.org\/plugins\/rss-featured-image\/"},"modified":"2023-10-12T00:02:44","modified_gmt":"2023-10-12T00:02:44","slug":"rss-featured-image","status":"publish","type":"plugin","link":"https:\/\/kir.wordpress.org\/plugins\/rss-featured-image\/","author":7418083,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_crdt_document":"","version":"1.0.6","stable_tag":"1.0.6","tested":"6.3.8","requires":"5.0","requires_php":"7.4","requires_plugins":null,"header_name":"RSS Featured Image","header_author":"Jordy Meow","header_description":"Add the featured image to your RSS feed (in the media:content). Works with Mailchimp (*|RSSITEM:IMAGE|*). Light and simple, no options and no clutter in your admin.","assets_banners_color":"161616","last_updated":"2023-10-12 00:02:44","external_support_url":"","external_repository_url":"","donate_link":"https:\/\/meowapps.com\/donation\/","header_plugin_uri":"","header_author_uri":"https:\/\/meowapps.com","rating":5,"author_block_rating":0,"active_installs":2000,"downloads":24768,"num_ratings":23,"support_threads":0,"support_threads_resolved":0,"author_block_count":0,"sections":["description","installation","changelog"],"tags":{"0.0.1":{"tag":"0.0.1","author":"TigrouMeow","date":"2018-02-01 03:39:53"},"1.0.0":{"tag":"1.0.0","author":"TigrouMeow","date":"2018-02-15 07:39:46"},"1.0.2":{"tag":"1.0.2","author":"TigrouMeow","date":"2018-12-05 06:13:08"},"1.0.4":{"tag":"1.0.4","author":"TigrouMeow","date":"2018-12-05 06:23:57"},"1.0.5":{"tag":"1.0.5","author":"TigrouMeow","date":"2020-02-29 14:23:55"},"1.0.6":{"tag":"1.0.6","author":"TigrouMeow","date":"2023-10-12 00:02:44"}},"upgrade_notice":{"":"<p>Replace all the files. Nothing else to do.<\/p>"},"ratings":{"1":0,"2":0,"3":0,"4":0,"5":23},"assets_icons":{"icon-128x128.png":{"filename":"icon-128x128.png","revision":1813214,"resolution":"128x128","location":"assets","locale":""},"icon-256x256.png":{"filename":"icon-256x256.png","revision":1813214,"resolution":"256x256","location":"assets","locale":""}},"assets_banners":{"banner-1544x500.png":{"filename":"banner-1544x500.png","revision":1813214,"resolution":"1544x500","location":"assets","locale":""},"banner-772x250.png":{"filename":"banner-772x250.png","revision":1813214,"resolution":"772x250","location":"assets","locale":""}},"assets_blueprints":{},"all_blocks":[],"tagged_versions":["0.0.1","1.0.0","1.0.2","1.0.4","1.0.5","1.0.6"],"block_files":[],"assets_screenshots":{"screenshot-1.png":{"filename":"screenshot-1.png","revision":1813214,"resolution":"1","location":"assets","locale":""},"screenshot-2.png":{"filename":"screenshot-2.png","revision":1813214,"resolution":"2","location":"assets","locale":""}},"screenshots":[],"jetpack_post_was_ever_published":false},"plugin_section":[],"plugin_tags":[838,133,1029,850,1326],"plugin_category":[41,50],"plugin_contributors":[77879],"plugin_business_model":[],"class_list":["post-81030","plugin","type-plugin","status-publish","hentry","plugin_tags-featured","plugin_tags-image","plugin_tags-mailchimp","plugin_tags-rss","plugin_tags-thumbnail","plugin_category-communication","plugin_category-media","plugin_contributors-tigroumeow","plugin_committers-tigroumeow"],"banners":{"banner":"https:\/\/ps.w.org\/rss-featured-image\/assets\/banner-772x250.png?rev=1813214","banner_2x":"https:\/\/ps.w.org\/rss-featured-image\/assets\/banner-1544x500.png?rev=1813214","banner_rtl":false,"banner_2x_rtl":false},"icons":{"svg":false,"icon":"https:\/\/ps.w.org\/rss-featured-image\/assets\/icon-128x128.png?rev=1813214","icon_2x":"https:\/\/ps.w.org\/rss-featured-image\/assets\/icon-256x256.png?rev=1813214","generated":false},"screenshots":[{"src":"https:\/\/ps.w.org\/rss-featured-image\/assets\/screenshot-1.png?rev=1813214","caption":""},{"src":"https:\/\/ps.w.org\/rss-featured-image\/assets\/screenshot-2.png?rev=1813214","caption":""}],"raw_content":"<!--section=description-->\n<p>RSS Featured Image adds the featured image into your RSS feed (in the media:content). It works nicely with Mailchimp (<em>|RSSITEM:IMAGE|<\/em>). 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.<\/p>\n\n<h3>Usage<\/h3>\n\n<p>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:<\/p>\n\n<p>function thumbnail_size_for_rss( $default ) {\n  return 'thumbnail';\n}\nadd_filter( 'rfi_rss_image_size', 'thumbnail_size_for_rss', 10, 1 );<\/p>\n\n<!--section=installation-->\n<ol>\n<li>Upload <code>rss-featured-image<\/code> to the <code>\/wp-content\/plugins\/<\/code> directory<\/li>\n<li>Activate the plugin through the 'Plugins' menu in WordPress<\/li>\n<li>That's all :) Can you believe it?<\/li>\n<\/ol>\n\n<!--section=changelog-->\n<h4>1.0.6<\/h4>\n\n<ul>\n<li>Update: WordPress 6+.<\/li>\n<li>Info: This plugin has currently no visibility on the WordPress Repository. If you like it, for its survival, do not hesitate to share a little review <a href=\"https:\/\/wordpress.org\/support\/plugin\/rss-featured-image\/reviews\/?rate=5#new-post\">here<\/a>.<\/li>\n<\/ul>\n\n<h4>1.0.5<\/h4>\n\n<ul>\n<li>Update: WordPress 5.0.<\/li>\n<\/ul>\n\n<h4>1.0.0<\/h4>\n\n<ul>\n<li>Add: Filter to choose the size.<\/li>\n<\/ul>\n\n<h4>0.0.1<\/h4>\n\n<ul>\n<li>First release.<\/li>\n<\/ul>","raw_excerpt":"Add the featured image into your RSS feed (in the media:content). Works nicely with Mailchimp (|RSSITEM:IMAGE|). Light and simple, no options, no clut &hellip;","jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/kir.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin\/81030","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/kir.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin"}],"about":[{"href":"https:\/\/kir.wordpress.org\/plugins\/wp-json\/wp\/v2\/types\/plugin"}],"replies":[{"embeddable":true,"href":"https:\/\/kir.wordpress.org\/plugins\/wp-json\/wp\/v2\/comments?post=81030"}],"author":[{"embeddable":true,"href":"https:\/\/kir.wordpress.org\/plugins\/wp-json\/wporg\/v1\/users\/tigroumeow"}],"wp:attachment":[{"href":"https:\/\/kir.wordpress.org\/plugins\/wp-json\/wp\/v2\/media?parent=81030"}],"wp:term":[{"taxonomy":"plugin_section","embeddable":true,"href":"https:\/\/kir.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_section?post=81030"},{"taxonomy":"plugin_tags","embeddable":true,"href":"https:\/\/kir.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_tags?post=81030"},{"taxonomy":"plugin_category","embeddable":true,"href":"https:\/\/kir.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_category?post=81030"},{"taxonomy":"plugin_contributors","embeddable":true,"href":"https:\/\/kir.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_contributors?post=81030"},{"taxonomy":"plugin_business_model","embeddable":true,"href":"https:\/\/kir.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_business_model?post=81030"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}