RSS Featured Image

Descrição

O RSS Featured Image adiciona a imagem destacada ao seu feed RSS (em media:content). Ele funciona muito bem com o Mailchimp(|RSSITEM:IMAGE|). Na verdade, ele faz basicamente a mesma coisa que outro plugin (e mais famoso), mas sem atrapalhar seu painel de administração do WordPress. Esta é uma tarefa simples, e acredito que ela deva ser invisível e executada tranquilamente em segundo plano, sem impacto na interface do usuário e no desempenho geral do WordPress.

Uso

Por padrão, o tamanho da imagem é “grande”. Acho que seria uma pena adicionar novas opções ao painel de administração do WordPress somente para isso, portanto, se você quiser alterar o tamanho, proponho um filtro 🙂 Você pode incluir algum código no arquivo functions.php para cuidar disso. É assim que você pode usá-lo:

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

Imagens de tela

Instalação

  1. Envie o rss-featured-image para o diretório /wp-content/plugins/.
  2. Ative o plugin através do menu “Plugins” no WordPress
  3. Isso é tudo 🙂 Dá para acreditar?

Avaliações

22 fevereiro, 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 outubro, 2023
Works great and with the filter for setting image size, is perfect for working with MailChimp RSS automation.
14 outubro, 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 julho, 2022 1 resposta
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 setembro, 2021 2 respostas
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.
Leia todas as 20 avaliações

Colaboradores e desenvolvedores

“RSS Featured Image” é um software com código aberto. As seguintes pessoas contribuíram para este plugin.

Colaboradores

“RSS Featured Image” foi traduzido para 2 localizações. Agradecemos aos tradutores por suas contribuições.

Traduzir “RSS Featured Image” para o seu idioma.

Interessado no desenvolvimento?

Navegue pelo código, dê uma olhada no repositório SVN ou assine o registro de desenvolvimento via RSS.

Registro de alterações

1.0.6

  • Atualização: WordPress 6+.
  • Informação: Esse plugin não tem visibilidade no momento no Repositório do WordPress. Se você gosta dele, para sua continuidade, não hesite em compartilhar uma pequena avaliação aqui.

1.0.5

  • Atualização: WordPress 5.0.

1.0.0

  • Adicionado: Filtrar para escolher o tamanho.

0.0.1

  • Versão inicial.