Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
How to display the feedcontrol result in HTML or ColdFusion pages?
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  1 message - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
Aran  
View profile  
 More options Aug 6 2012, 12:58 pm
From: Aran <amudha.gane...@gmail.com>
Date: Mon, 6 Aug 2012 09:58:11 -0700 (PDT)
Local: Mon, Aug 6 2012 12:58 pm
Subject: How to display the feedcontrol result in HTML or ColdFusion pages?

Hi,
I'm new to Ajax and JavaScript. I had to use RSS feed in my project. Thankfully I got what I want in this website "https://developers.google.com/feed/v1/devguide#getting_started".
I used the below code which I edited in the above link and want to know How I could display the result in the HTML or ColdFusion pages.
Please help me out on this.

Here is my code:

<head>
<script type="text/javascript" src="https://www.google.com/jsapi"></script>
    <script type="text/javascript">
google.load("feeds", "1");

function OnLoad() {
  // Create a feed control
  var feedControl = new google.feeds.FeedControl();

  // Add two feeds.
  feedControl.addFeed("http://feeds.feedburner.com/xyzBlog");

  // Draw it.
  feedControl.draw(document.getElementById("content"));

}

google.setOnLoadCallback(OnLoad);
</script>
  </head>

Thanks in advance.


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »