Hello @seedu,
I dont really understand what are you trying to accomplish.
Can you be more specific ?
Thanks !
Thread Starter
seedu
(@seedu)
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.
-
This reply was modified 9 years, 4 months ago by
seedu.
Thread Starter
seedu
(@seedu)
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
(@seedu)
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
(@seedu)
Would you do it for me for $ ?
Hi @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 or 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 and get custom coding done for as low as $5USD!
Thank you for understanding and I hope we’re still cool!