Importator RSS

Descriere

Importă articole dintr-un flux RSS.

Instalare

  1. Încarcă folderul rss-importer în directorul /wp-content/plugins/
  2. Activează modulul în meniul „Module” din WordPress
  3. Mergi la ecranul de Unelte -> Import, dă clic pe RSS

Recenzii

7 august 2021
This plugin needs an update to work with php7. (and 8) @garethgillman has provided a fix. https://wordpress.org/support/topic/fix-for-php-7/ Once that’s fixed it works really nice. Although it could also warn users that media files haven’t been moved. Its not cool that @wordpressdotorg hasn’t deployed that fix with an update to the plugin. Its almost like a core feature. For lots of people this is going to be one of their first experiences of Wordpress trying to migrate their old site. Sorry for whinging let me know how I can fix it myself if thats easier.
23 martie 2017 1 răspuns
Update line 109 for fixed wrong import categories: Old code: //$categories[$cat_index] = $wpdb->escape( html_entity_decode( $category ) ); New code: $categories[$cat_index] = str_replace(array(‘<![CDATA[‘, ‘]]>’), ”, $wpdb->escape( trim($category) ));
10 februarie 2017
PHP Fatal error: Uncaught Error: Call to undefined function set_magic_quotes_runtime() in /var/www/wordpress/wp-content/plugins/rss-importer/rss-importer.php:72\nStack trace:\n#0 /var/www/wordpress/wp-content/plugins/rss-importer/rss-importer.php(178): RSS_Import->get_posts()\n#1 /var/www/wordpress/wp-content/plugins/rss-importer/rss-importer.php(204): RSS_Import->import()\n#2 /var/www/wordpress/wp-admin/admin.php(308): RSS_Import->dispatch()\n#3 {main}\n thrown in /var/www/wordpress/wp-content/plugins/rss-importer/rss-importer.php on line 72, referer: https://marvin.fablab.fau.de/wp-admin/admin.php?import=rss
4 octombrie 2016
Causes errors with current versions of both PHP and WordPress
Citește toate cele 9 recenzii

Contributori și dezvoltatori

„Importator RSS” este un software open-source. La acest modul au contribuit următoarele persoane.

Contributori

„Importator RSS” a fost tradus în 41 de locale. Mulțumim traducătorilor pentru contribuția lor.

Tradu „Importator RSS” în limba ta.

Te interesează dezvoltarea?

Răsfoiește codul, vezi depozitarul SVN, sau abonează-te la jurnalul de dezvoltare prin RSS.

Istoric modificări

0.3.2

  • A testat modulul cu WordPress 6.4.2.
  • Actualizează referințele pentru legături de la http la https.

0.3.1

  • A testat modulul cu WordPress 6.2.

0.3

  • A înlăturat set_magic_quotes_runtime() pentru compatibilitate cu PHP 7.
  • Adaugă suport pentru WordPress 6.1

0.2

  • Actualizează compatibilitatea
  • Adaugă antete domeniu text

0.1

  • Prima versiune