Hi Everybody! Well I am using the FeedControl I would like to know if
there is a posibility for it to load all of the content instead of
some few lines as it works normally with just the title and entry.
I am trying a system to get posts from a blog into the site.
My code is here:
<script type="text/javascript">
google.load("feeds", "1");
function initialize() {
var feedControl = new google.feeds.FeedControl();
feedControl.addFeed("http://feeds.feedburner.com/DjIncidental?
format=xml", "DjIncidental");
//feedControl.addFeed("http://
incidentalolindastyle.blogspot.com/feeds/posts/default?alt=rss",
"DjIncidental");
feedControl.draw(document.getElementById("feedControl"));
}
google.setOnLoadCallback(initialize);
</script>
Could anybody help me?
--
You received this message because you are subscribed to the Google Groups
"Google AJAX APIs" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/google-ajax-search-api?hl=en.