seedu
Forum Replies Created
-
Check here for a printscreen: https://snag.gy/h7Fz4u.jpg
Other plugins are working properly and data is shown in frames.Would you do it for me for $ ?
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.I use latest Chrome Version 55.0.2883.87 m
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
Forum: Plugins
In reply to: [Popup by Supsystic] Display Overflow In MobileI have the same issue with Version 1.5.3. Is there any fix for this?
It works. Cheers! ??
Another plugin for 3 words? ?? Is it not doable through a function?