Quantcast
Channel: How to increase the number of RSS feeds using Google's Dynamic Feed Control - Stack Overflow
Viewing all articles
Browse latest Browse all 2

How to increase the number of RSS feeds using Google's Dynamic Feed Control

$
0
0

The feeds currently shows four news stories. How do I increase it so that it contains more than four news stories?I have tried:

var feed.setNumEntries(20); after var feed ="http://feeds.bbci.co.uk/news/uk/rss.xml"; 

But it doesn't seem to work.

<!doctype html><html><head><meta charset="utf-8"><title>World Travel online</title><link href="styles/main.css" rel="stylesheet" type="text/css"><script type="text/javascript" src="https://www.google.com/jsapi"></script><script src="http://www.google.com/uds/solutions/dynamicfeed/gfdynamicfeedcontrol.js"type="text/javascript"></script><style type="text/css">@import url("http://www.google.com/uds/solutions/dynamicfeed/gfdynamicfeedcontrol.css");#feedControl {margin-top : 10px;margin-left: auto;margin-right: auto;width : 400px;font-size: 12px;color: #9CADD0;}</style><script type="text/javascript">function load() {var feed ="http://feeds.bbci.co.uk/news/uk/rss.xml";new GFdynamicFeedControl(feed, "feedControl");}google.load("feeds", "1");google.setOnLoadCallback(load);</script><div id="body"><div id="feedControl">Loading...</div></div>

Viewing all articles
Browse latest Browse all 2

Latest Images

Trending Articles





Latest Images