Hi Jeff, I'm still not 100% sure how I got that one working, but I put it down in the footer. (still needs work haha)
I've created a new dynamic feed which I've tried to put on the same page: http://austinyoder.com/hat-rack/empower-yourself I don't understand why it isn't working, because I followed all the same steps I used to get the first feed working (the one currently displayed above, and in my footer) and when I view the page source code the code isn't from the first feed, but from the second one which I'm trying to put on my page. Code below. Any ideas why the dynamic feed from my first post is displayed when the (different) code below is what's in the source code of the page? Thank you so much for your help, btw! <div class="entry"> <p><head> </p> <div id="feed-control"> <span style="color:#676767;font-size:11px;margin:10px;padding: 4px;">Loading…</span> </div> <p> <!-- Google Ajax Api<br /> --><br /> <script src="http://www.google.com/jsapi?key=ABQIAAAAt3mm- rmxXnXTgA86j_Sb2hRjkn_VWdJ1y5VTPwmulpAjYKG7JRRkGaJkb3UWh2gDFTW233ABwKJGAg " type="text/javascript"></script></p> <p> <!-- Dynamic Feed Control and Stylesheet --><br /> <script src="http://www.google.com/uds/solutions/dynamicfeed/ gfdynamicfeedcontrol.js" type="text/javascript"></script></p> <style type="text/css"> @import url("http://www.google.com/uds/solutions/dynamicfeed/ gfdynamicfeedcontrol.css"); </style> <p> <script type="text/javascript"> function LoadDynamicFeedControl() { var feeds = [ {title: 'Flyertalk - Miles, Points, Free Travel', url: 'http://feeds.feedburner.com/flyertalk' }, {title: 'The Gate - Flyertalk Official Digest Blog', url: 'http://feeds.feedburner.com/boardingarea/thegate' }, {title: 'View From the Wing - Expert Travel Tips', url: 'http://boardingarea.com/blogs/viewfromthewing/feed/' }, {title: 'Frugal Travel Guy - Fly for Free', url: 'http://feeds.feedburner.com/Frugaltravelguy' }, {title: 'Best Rate Guarantee - Pay for Hotels? Never.', url: 'http://bestrateguarantee.blogspot.com/feeds/posts/default' }]; var options = { stacked : true, horizontal : false, title : "I Will Teach You to Travel Free" }</p> <p> new GFdynamicFeedControl(feeds, 'feed-control', options); } // Load the feeds API and set the onload callback. google.load('feeds', '1'); google.setOnLoadCallback(LoadDynamicFeedControl); </script><br /> <!-- ++End Dynamic Feed Control Wizard Generated Code++ --></p> <script type="text/javascript"> addthis_url = 'http%3A%2F%2Faustinyoder.com%2Fhat-rack%2Fempower- yourself'; addthis_title = 'Empower+Yourself'; addthis_pub = ''; </script><script type="text/javascript" src="http://s7.addthis.com/js/ addthis_widget.php?v=12" ></script> On Jul 15, 3:52 am, "Jeff S (Google)" <j...@google.com> wrote: > Hi Austin, > > From looking at your site, it seems that you got it figured out. Do > you still need help? > > Happy coding, > > Jeff > > On Jul 13, 10:28 am, Austin <elkamp...@gmail.com> wrote: > > > Hi all, > > > I'm very new to code and just discovered the Ajax API recently. Love > > it, but am having some issues. I've tried copy/pasting just about all > > the combinations of code snippet and full code I get from the code > > wizard that I can think of, and when I see a change on my WP page, all > > it says is "loading." I've tried looking through all of the other > > related questions - and haven't been successful with my rookie > > experimentations. Can you help? > > > I'm trying to embed the following code (just going to paste the entire > > html code from the wizard since I'm not sure what's going on) on this > > page and it never moves past > > "loading":http://austinyoder.com/hat-rack/empower-yourself > > > <html xmlns="http://www.w3.org/1999/xhtml"> > > <head> > > <meta http-equiv="content-type" content="text/html; charset=utf-8"/ > > > <title>Dynamic Feed Control</title> > > <script src="http://www.google.com/jsapi" type="text/javascript"></ > > script> > > > <!-- Dynamic Feed Control and Stylesheet --> > > <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"); > > </style> > > > <script type="text/javascript"> > > /* > > * How to use the Dynamic Feed Control, which has pretty UI > > already made for you! > > * Don't forget to check out the options: > > * http://www.google.com/uds/solutions/dynamicfeed/reference.html > > */ > > > google.load('feeds', '1'); > > > function OnLoad() { > > var feeds = [ > > { > > title: 'Travel Resources', > > url: 'http://feeds.feedburner.com/Twitter/ > > AustinyoderListAustin-travels?format=xml' > > }, > > { > > title: 'Airline Tweets', > > url: 'http://feeds.feedburner.com/Twitter/ > > AustinyoderListAirlines?format=xml' > > } > > ]; > > > var options = { > > stacked : true, > > horizontal : false, > > title : "Travel Tweets to Empower Yourself" > > }; > > > new GFdynamicFeedControl(feeds, 'content', options); > > document.getElementById('content').style.width = "500px"; > > } > > > google.setOnLoadCallback(OnLoad); > > </script> > > </head> > > <body style="font-family: Arial, sans-serif;border: 0 none;"> > > <div id="content"> > > <span style="color:#676767;font-size:11px;margin:10px;padding: > > 4px;">Loading...</span> > > </div> > > </body> > > </html> -- You received this message because you are subscribed to the Google Groups "Google AJAX APIs" group. To post to this group, send email to google-ajax-search-...@googlegroups.com. To unsubscribe from this group, send email to google-ajax-search-api+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/google-ajax-search-api?hl=en.