We launched new forums in March 2019—join us there. In a hurry for help with your website? Get Help Now!
    • 36607 ☆ A M B ☆
    • 44 Posts
    Hi

    This is a getfeed query. Please note that my query is not in relation to the getfeed property "limit".

    I am developing a site that needs to aggregate a number of rss feeds from different sources.

    Here is my code:

          <div class="grid_3">
                
                  <div class="widget">
                  	
                    <h4><span>exampledomain.com</span></h4>
    
                      <ul id="mainlist">
                    
                    	[[!getFeed? &url=`http://feeds2.feedburner.com/exampledomain/news` &tpl=`feeder` &limit=`9`]]
                    
                      </ul>
                    
               
                  </div><!--widget-->
    
                  
                </div><!--grid_3-->
    


    I have successfully used the getfeed call 11 times to call rss feeds from 11 different sources, but then that’s it. I can’t use it more than that and I’m limited to the 11 sources.

    This wasn’t happening yesterday! Is there a limit on the number of getfeed calls that can be used?
      • 36607 ☆ A M B ☆
      • 44 Posts
      Actually, looking into this further, it seems like it is a problem with the url address of certain feeds.