Title: RSS Importer
Author: briancolinger
Published: <strong>2010 ལོའི་ཟླ 5 ཚེས 20 ཉིན།</strong>
Last modified: 2024 ལོའི་ཟླ 10 ཚེས 17 ཉིན།

---

མཐུད་སྣེ་བཤེར་འཚོལ།

![](https://ps.w.org/rss-importer/assets/banner-772x250.png?rev=547674)

This plugin **hasn’t been tested with the latest 3 major releases of WordPress**.
It may no longer be maintained or supported and may have compatibility issues when
used with more recent versions of WordPress.

![](https://ps.w.org/rss-importer/assets/icon.svg?rev=2828571)

# RSS Importer

 རྩོམ་པ་པོ། [briancolinger](https://profiles.wordpress.org/briancolinger/)

[ཕབ་ལེན།](https://downloads.wordpress.org/plugin/rss-importer.0.3.2.zip)

 * [ཞིབ་ཕྲ།](https://bo.wordpress.org/plugins/rss-importer/#description)
 * [གདེང་འཇོག](https://bo.wordpress.org/plugins/rss-importer/#reviews)
 *  [སྒྲིག་འཇུག](https://bo.wordpress.org/plugins/rss-importer/#installation)
 * [ཡར་རྒྱས།](https://bo.wordpress.org/plugins/rss-importer/#developers)

 [རམ་འདེགས།](https://wordpress.org/support/plugin/rss-importer/)

## ཞིབ་བརྗོད།

Import posts from an RSS feed.

## སྒྲིག་འཇུག

 1. Upload the `rss-importer` folder to the `/wp-content/plugins/` directory
 2. Activate the plugin through the ‘Plugins’ menu in WordPress
 3. Go to the Tools -> Import screen, Click on RSS

## གདེང་འཇོག

![](https://secure.gravatar.com/avatar/a186df9ad710f7a4aa5a8c443cc041489ca3bb09dc6565a24425b083de7c9bf4?
s=60&d=retro&r=g)

### 󠀁[Not working](https://wordpress.org/support/topic/not-working-4349/)󠁿

 [surfbee](https://profiles.wordpress.org/sensiblebee/) 2025 ལོའི་ཟླ 6 ཚེས 12 ཉིན།

Only pulling through the titles not the main body of the posts.

![](https://secure.gravatar.com/avatar/29fe31ce7d24947e8fad3801ae4e96d6b7c7abbd163c3a7b44b8acf856aa5211?
s=60&d=retro&r=g)

### 󠀁[It seems to get only XML from a downloaded file](https://wordpress.org/support/topic/it-seems-to-get-only-xml-from-a-downloaded-file/)󠁿

 [narcisgarcia](https://profiles.wordpress.org/narcisgarcia/) 2023 ལོའི་ཟླ 9 ཚེས
16 ཉིན།

It should allow an URL specification to get feed from an online website.

![](https://secure.gravatar.com/avatar/328faae299d19e93134722eb28bf0c402bd676560b8a8e94853dcadbac1bf8ad?
s=60&d=retro&r=g)

### 󠀁[Needs update for PHP 7](https://wordpress.org/support/topic/needs-update-for-php-7/)󠁿

 [Back to Front](https://profiles.wordpress.org/traverser11/) 2021 ལོའི་ཟླ 8 ཚེས
7 ཉིན།

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.

![](https://secure.gravatar.com/avatar/bc7005e554cc138f97e5658f81000c314f581baaca6ca7c1d615f116c2ae9dfe?
s=60&d=retro&r=g)

### 󠀁[Not tested on past 3 releases!!!](https://wordpress.org/support/topic/not-tested-on-past-3-releases/)󠁿

 [BallisticsMan](https://profiles.wordpress.org/ballisticsman/) 2019 ལོའི་ཟླ 5 ཚེས
26 ཉིན།

Why is this even being offered as a possibility when it has not been tested on newer
versions of WP?

![](https://secure.gravatar.com/avatar/d753525d01030ed1e14316f2608e7d1a681b6228d2ac2cfff0448fe7fbef05ec?
s=60&d=retro&r=g)

### 󠀁[Need fix for import category](https://wordpress.org/support/topic/need-fix-for-import-category/)󠁿

 [toanbily](https://profiles.wordpress.org/toanbily/) 2017 ལོའི་ཟླ 3 ཚེས 23 ཉིན།
1 reply

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) ));

![](https://secure.gravatar.com/avatar/5fb9062a59c0b98fc91375f1dd34046e781a9b7639de9feba96755589474595f?
s=60&d=retro&r=g)

### 󠀁[not working](https://wordpress.org/support/topic/not-working-2026/)󠁿

 [Anonymous User 14198427](https://profiles.wordpress.org/anonymized-14198427/) 
2017 ལོའི་ཟླ 2 ཚེས 10 ཉིན།

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

 [ གདེང་འཇོག 10 ཡོངས་སུ་ཀློག ](https://wordpress.org/support/plugin/rss-importer/reviews/)

## བྱས་རྗེས་འཇོག་མཁན། & གསར་འབྱེད་པ།

“RSS Importer” is open source software. The following people have contributed to
this plugin.

བྱས་རྗེས་འཇོག་མཁན།

 *   [ briancolinger ](https://profiles.wordpress.org/briancolinger/)
 *   [ WordPress.org ](https://profiles.wordpress.org/wordpressdotorg/)

“RSS Importer” has been translated into 42 locales. Thank you to [the translators](https://translate.wordpress.org/projects/wp-plugins/rss-importer/contributors)
for their contributions.

[ཁྱེད་ཀྱི་སྐད་ཡིག་ནང་ལ་ “RSS Importer” ཡིག་སྒྱུར་བྱོས།](https://translate.wordpress.org/projects/wp-plugins/rss-importer)

### Interested in development?

[Browse the code](https://plugins.trac.wordpress.org/browser/rss-importer/), check
out the [SVN repository](https://plugins.svn.wordpress.org/rss-importer/), or subscribe
to the [development log](https://plugins.trac.wordpress.org/log/rss-importer/) by
[RSS](https://plugins.trac.wordpress.org/log/rss-importer/?limit=100&mode=stop_on_copy&format=rss).

## དག་བཅོས་ཉིན་ཐོ།

#### 0.3.2

 * Testing the plugin up to WordPress 6.4.2
 * Update link references from http to https.

#### 0.3.1

 * Testing the plugin up to WordPress 6.2

#### 0.3

 * Removed `set_magic_quotes_runtime()` for PHP 7 compatibility.
 * Add support for WordPress 6.1

#### 0.2

 * Update compat
 * Add text domain headers

#### 0.1

 * Initial release

## Community plugin

This plugin is developed and supported by a community.

## ཟུར་བརྗོད།

 *  Version **0.3.2**
 *  Last updated **ལོ 2 སྔོན།**
 *  Active installations **30,000+**
 *  WordPress version ** 3.0 ཡང་ན་དེ་ལས་མཐོ་བ། **
 *  Tested up to **6.6.5**
 *  Languages
 * [Albanian](https://sq.wordpress.org/plugins/rss-importer/), [Azerbaijani](https://az.wordpress.org/plugins/rss-importer/),
   [Basque](https://eu.wordpress.org/plugins/rss-importer/), [Bosnian](https://bs.wordpress.org/plugins/rss-importer/),
   [Catalan](https://ca.wordpress.org/plugins/rss-importer/), [Chinese (China)](https://cn.wordpress.org/plugins/rss-importer/),
   [Chinese (Taiwan)](https://tw.wordpress.org/plugins/rss-importer/), [Croatian](https://hr.wordpress.org/plugins/rss-importer/),
   [Czech](https://cs.wordpress.org/plugins/rss-importer/), [Danish](https://da.wordpress.org/plugins/rss-importer/),
   [Dutch](https://nl.wordpress.org/plugins/rss-importer/), [English (Australia)](https://en-au.wordpress.org/plugins/rss-importer/),
   [English (Canada)](https://en-ca.wordpress.org/plugins/rss-importer/), [English (UK)](https://en-gb.wordpress.org/plugins/rss-importer/),
   [English (US)](https://wordpress.org/plugins/rss-importer/), [Esperanto](https://eo.wordpress.org/plugins/rss-importer/),
   [Finnish](https://fi.wordpress.org/plugins/rss-importer/), [French (France)](https://fr.wordpress.org/plugins/rss-importer/),
   [German](https://de.wordpress.org/plugins/rss-importer/), [Greek](https://el.wordpress.org/plugins/rss-importer/),
   [Hebrew](https://he.wordpress.org/plugins/rss-importer/), [Hungarian](https://hu.wordpress.org/plugins/rss-importer/),
   [Indonesian](https://id.wordpress.org/plugins/rss-importer/), [Italian](https://it.wordpress.org/plugins/rss-importer/),
   [Japanese](https://ja.wordpress.org/plugins/rss-importer/), [Kurdish (Sorani)](https://ku.wordpress.org/plugins/rss-importer/),
   [Lithuanian](https://lt.wordpress.org/plugins/rss-importer/), [Norwegian (Bokmål)](https://nb.wordpress.org/plugins/rss-importer/),
   [Persian](https://fa.wordpress.org/plugins/rss-importer/), [Portuguese (Brazil)](https://br.wordpress.org/plugins/rss-importer/),
   [Portuguese (Portugal)](https://pt.wordpress.org/plugins/rss-importer/), [Romanian](https://ro.wordpress.org/plugins/rss-importer/),
   [Russian](https://ru.wordpress.org/plugins/rss-importer/), [Serbian](https://sr.wordpress.org/plugins/rss-importer/),
   [Slovak](https://sk.wordpress.org/plugins/rss-importer/), [Spanish (Chile)](https://cl.wordpress.org/plugins/rss-importer/),
   [Spanish (Peru)](https://pe.wordpress.org/plugins/rss-importer/), [Spanish (Spain)](https://es.wordpress.org/plugins/rss-importer/),
   [Swedish](https://sv.wordpress.org/plugins/rss-importer/), [Thai](https://th.wordpress.org/plugins/rss-importer/),
   [Turkish](https://tr.wordpress.org/plugins/rss-importer/), [Uighur](https://ug.wordpress.org/plugins/rss-importer/)
   དང་ [Ukrainian](https://uk.wordpress.org/plugins/rss-importer/).
 *  [ཁྱེད་ཀྱི་སྐད་ཡིག་ལ་ཡིག་སྒྱུར་བྱོས།](https://translate.wordpress.org/projects/wp-plugins/rss-importer)
 * Tags
 * [importer](https://bo.wordpress.org/plugins/tags/importer/)[rss](https://bo.wordpress.org/plugins/tags/rss/)
 *  [མཐོ་རིམ་མཐོང་སྣང་།](https://bo.wordpress.org/plugins/rss-importer/advanced/)

## གདེང་འཇོག

 2 out of 5 stars.

 *  [  1 5-star review     ](https://wordpress.org/support/plugin/rss-importer/reviews/?filter=5)
 *  [  0 4-star reviews     ](https://wordpress.org/support/plugin/rss-importer/reviews/?filter=4)
 *  [  2 3-star reviews     ](https://wordpress.org/support/plugin/rss-importer/reviews/?filter=3)
 *  [  2 2-star reviews     ](https://wordpress.org/support/plugin/rss-importer/reviews/?filter=2)
 *  [  5 1-star reviews     ](https://wordpress.org/support/plugin/rss-importer/reviews/?filter=1)

[Your review](https://wordpress.org/support/plugin/rss-importer/reviews/#new-post)

[See all reviews](https://wordpress.org/support/plugin/rss-importer/reviews/)

## བྱས་རྗེས་འཇོག་མཁན།

 *   [ briancolinger ](https://profiles.wordpress.org/briancolinger/)
 *   [ WordPress.org ](https://profiles.wordpress.org/wordpressdotorg/)

## རམ་འདེགས།

Got something to say? Need help?

 [རམ་འདེགས་གླེང་སྟེགས་ལ་ལྟ།](https://wordpress.org/support/plugin/rss-importer/)