RSS Featured Image

Descrizione

RSS Featured Image aggiunge l’immagine in primo piano nel tuo feed RSS (in media:content). Funziona bene con Mailchimp (|RSSITEM:IMAGE|). In pratica, fa la stessa cosa di un altro (e più famoso) plugin, ma senza appesantire l’amministrazione di WordPress. Si tratta di un’operazione semplice e credo che dovrebbe essere invisibile e funzionare tranquillamente anche in background, senza alcun impatto sull’interfaccia utente e sulle prestazioni generali di WordPress.

Utilizzo

Per impostazione predefinita, la dimensione dell’immagine è “grande”. Penso che sarebbe un peccato aggiungere nuove opzioni all’amministrazione di WordPress solo per questo motivo, quindi se vuoi cambiare le dimensioni, ti propongo un filtro. 🙂
Puoi inserire questo codice nel tuo file functions.php affinché si occupi di questo aspetto. Ecco come puoi utilizzarlo:

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

Screenshot

Installazione

  1. Carica rss-featured-image nella directory /wp-content/plugins/.
  2. Attiva il plugin attraverso il menu ‘Plugin’ di WordPress
  3. Tutto qui. 🙂 Riesci a crederci?

Recensioni

22 Febbraio 2024
There is really little to add to the title of this review other than to congratulate the Developer Mr. Jordy Meow. As mentioned in the title of this review, the RSS Featured Image plugin is really well designed and coded, it also turns out to be very streamlined, lightweight and packed with lots of features and most importantly it works perfectly (mind you, do not confuse the errors that can be caused by an incompatibility with obsolete versions of PHP, because using the updated versions of PHP and supported by this plugin, although I have been using this plugin for a long time, I have not yet encountered any errors in this plugin).Basically, with RSS Featured Image, this simple but very powerful WordPress plugin, you can add the featured image in your RSS feed , it also works with Mailchimp and without any impact on the user interface and overall performance of WordPress. Oh I forgot… it is completely free! To finish I still give my compliments to the Developer Mr. Jordy Meow and I can only recommend you to try it because it is really an Excellent plugin for WordPress and I am very proud to have completely translated it into Italian! Greetings and have a nice day.
24 Ottobre 2023
Works great and with the filter for setting image size, is perfect for working with MailChimp RSS automation.
14 Ottobre 2023
The RSS feed of my personal blog is important for me as an open source software contributor. This plugin makes sure that RSS consumers of my blog get a first-class experience. I love this plugin because it is lightweight and does exactly what I need without adding bloat. Thanks for maintaining it and keeping this up-to-date!
19 Luglio 2022 1 risposta
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 Settembre 2021 2 risposte
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.
Leggi tutte le recensioni di 20

Contributi e sviluppo

“RSS Featured Image” è un software open source. Le persone che hanno contribuito allo sviluppo di questo plugin sono indicate di seguito.

Collaboratori

“RSS Featured Image” è stato tradotto in 2 lingue. Grazie ai traduttori per i loro contributi.

Traduci “RSS Featured Image” nella tua lingua.

Ti interessa lo sviluppo?

Esplora il codice segui il repository SVN, segui il log delle modifiche tramite RSS.

Changelog (registro delle modifiche)

1.0.6

  • Aggiornato: WordPress 6+.
  • Informazioni: questo plugin non ha attualmente molta visibilità nel repository di WordPress. Se ti piace e per la sua sopravvivenza, non esitare a condividere una piccola recensione qui.

1.0.5

  • Aggiornato: WordPress 5.0.

1.0.0

  • Aggiunto: filtro per scegliere la dimensione.

0.0.1

  • Prima versione.