Title: feed source from file
Last modified: January 23, 2017

---

# feed source from file

 *  Resolved [seedu](https://wordpress.org/support/users/seedu/)
 * (@seedu)
 * [9 years, 4 months ago](https://wordpress.org/support/topic/feed-source-from-file/)
 * Hi,
 * Is it possible to tweak the widget so it gets the feed sources from a php file
   containing the feed urls? I can get this work with echo SimplePieWP and include(),
   but I would need it in the feedzy widget or shortcode. It would also help others
   to merge multiple feeds into one file.
 * let me know please.
    Thanks
    -  This topic was modified 9 years, 4 months ago by [seedu](https://wordpress.org/support/users/seedu/).

Viewing 7 replies - 1 through 7 (of 7 total)

 *  Plugin Author [Themeisle](https://wordpress.org/support/users/themeisle/)
 * (@themeisle)
 * [9 years, 4 months ago](https://wordpress.org/support/topic/feed-source-from-file/#post-8691611)
 * Hello [@seedu](https://wordpress.org/support/users/seedu/),
 * I dont really understand what are you trying to accomplish.
 * Can you be more specific ?
 * Thanks !
 *  Thread Starter [seedu](https://wordpress.org/support/users/seedu/)
 * (@seedu)
 * [9 years, 4 months ago](https://wordpress.org/support/topic/feed-source-from-file/#post-8692500)
 * Hello,
 * yes I can. I use the php code below to display feeds in widgets/posts/pages with
   SimplePie.
 *     ```
       echo SimplePieWP(
               include('/feed_list.php')
       ,array(
       	'items' => 50,
               'enable_order_by_date' => true,
               'show_thumbnail' => 1,
       ));
       ```
   
 * Where feed_list.php is a file containing several feeds:
 *     ```
       <?php 
         return [
       'feed1',
       'feed2',
       'feed3',
       .....
       ];
       ?>
       ```
   
 * Is it possible to do similar thing with feedzy? Or is it possible to hook the
   feed_list.php into the feedzy widget or shortcode?
 * Something like this would be great:
    `[feedzy-rss feeds="feed_list.php" max="
   50"]`
 * Thanks
    -  This reply was modified 9 years, 4 months ago by [seedu](https://wordpress.org/support/users/seedu/).
    -  This reply was modified 9 years, 4 months ago by [seedu](https://wordpress.org/support/users/seedu/).
 *  Thread Starter [seedu](https://wordpress.org/support/users/seedu/)
 * (@seedu)
 * [9 years, 4 months ago](https://wordpress.org/support/topic/feed-source-from-file/#post-8692512)
 * more info here: [http://simplepie.org/wiki/plugins/wordpress/simplepie_plugin_for_wordpress/usage](http://simplepie.org/wiki/plugins/wordpress/simplepie_plugin_for_wordpress/usage)
 *  Plugin Author [Themeisle](https://wordpress.org/support/users/themeisle/)
 * (@themeisle)
 * [9 years, 4 months ago](https://wordpress.org/support/topic/feed-source-from-file/#post-8696528)
 * Not really, the only thing that you could do is to copy the urls and add in the
   feeds attr.
 * However adding an file to the attribute feeds attr value is a interesting idea
   and we might think of integrating it in the future.
 * Thanks for sharing.
 *  Thread Starter [seedu](https://wordpress.org/support/users/seedu/)
 * (@seedu)
 * [9 years, 4 months ago](https://wordpress.org/support/topic/feed-source-from-file/#post-8696745)
 * It is much handier to have the sources within a file. If you have placed the 
   feed urls with feedzy shortcode on 100 pages/widgets and one feed brokes, you
   need to go through all 100 pages/widgets to modify the source versus only 1 time
   if the urls are in a file.
    It would be a great addition to the plugin.
 *  Thread Starter [seedu](https://wordpress.org/support/users/seedu/)
 * (@seedu)
 * [9 years, 4 months ago](https://wordpress.org/support/topic/feed-source-from-file/#post-8702113)
 * Would you do it for me for $ ?
 *  Plugin Author [Themeisle](https://wordpress.org/support/users/themeisle/)
 * (@themeisle)
 * [9 years, 4 months ago](https://wordpress.org/support/topic/feed-source-from-file/#post-8705373)
 * Hi [@seedu](https://wordpress.org/support/users/seedu/),
 * Thanks for reaching out. We really take the requests of our people dearly, but
   we just can’t afford to help you with custom code modifications of this scope.
   
   It’s a little beyond what our support services include.
 * You see, when it comes to technical issues of any kind, bugs and etc., we’re 
   here for you, and we will solve them ASAP.
    For custom coding work though, we
   recommend websites such as [http://upwork.com](http://upwork.com) or [http://codeable.io](http://codeable.io).
   You will find some great professionals there that are more than capable to give
   you a hand. You could also try [http://fiverr.com](http://fiverr.com) and get
   custom coding done for as low as $5USD!
 * Thank you for understanding and I hope we’re still cool!

Viewing 7 replies - 1 through 7 (of 7 total)

The topic ‘feed source from file’ is closed to new replies.

 * ![](https://ps.w.org/feedzy-rss-feeds/assets/icon-256x256.gif?rev=3418285)
 * [RSS Aggregator by Feedzy – Feed to Post, Autoblogging, News & YouTube Video Feeds Aggregator](https://wordpress.org/plugins/feedzy-rss-feeds/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/feedzy-rss-feeds/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/feedzy-rss-feeds/)
 * [Active Topics](https://wordpress.org/support/plugin/feedzy-rss-feeds/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/feedzy-rss-feeds/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/feedzy-rss-feeds/reviews/)

 * 7 replies
 * 2 participants
 * Last reply from: [Themeisle](https://wordpress.org/support/users/themeisle/)
 * Last activity: [9 years, 4 months ago](https://wordpress.org/support/topic/feed-source-from-file/#post-8705373)
 * Status: resolved