Not signed in (Sign In)
    • CommentAuthorMsBurb
    • CommentTimeOct 27th 2009 edited
     
    My two sites are on Blogger.
    I get the gadget working BUT
    That pesky crossdomain.xml keeps coming up!

    And I'm obviously NOT putting this script where it needs to be!!!

    I've tried in between the Header portion of my Blogger Template - Nothing!

    I've tried it just before the </body> of the Template - Nothing!

    I've tried it at the very top of my template - NOTHING!!!

    Does anyone know a) IF you are trying to put this gadget on a Blogger blog b) WHERE EXACTLY this freaking script is supposed to go????

    I'm dying a little each day not being able to use a rss feed on my blogs. The ONLY thing I was able to make work was from my photostream at Picasa BUT what I really want to show in Cooliris requires a rss feed link! Grrrr!

    Does ANYONE know what I can do to solve this prob?

    I'm ALL ears, and eyes, of course!

    Cordially, MsBurb

    High Chief Mucky Muck of

    Burb's Buck & Buntline Inn (B3) http://burbsbuckandbuntlineinn.blogspot.com/

    2nd Official Tate-LaBianca Murders Blog (TLB2) http://2ndofficialtate-labiancamurdersblog.blogspot.com/
    • CommentAuthorFlatspinZA
    • CommentTimeOct 28th 2009
     
    Take this Crossdomain.xml file below (save the text below in a file using wordpad, notepad, or other "text" editing program and save the file as Crossdomain.xml) Remove any extension, because your text editor might save it as Crossdomain.xml.txt - normally choose "all files" fixes this but you need to verify your extensions before uploading the file. Upload this file into the root folder of the server on which you have created your feed, with your domains listed in place of the place holders in the file below.

    <?xml version="1.0"?>
    <!DOCTYPE cross-domain-policy
    SYSTEM "http://www.macromedia.com/xml/dtds/cross-domain-policy.dtd">

    <cross-domain-policy>
    <allow-access-from domain="www.website1.com" />
    <allow-access-from domain="www.website2.com" />
    </cross-domain-policy>

    If you are creating one feed to access both sites you need the crossdomain.xml file - a simpler solution in your case would be to create individual feeds for each site, as far as I know the Crossdomain.xml is not required if accessing feeds in your own domain.
    • CommentAuthorMsBurb
    • CommentTimeOct 28th 2009
     
    Hi FlatspinZA!

    Okay, I follow ya but what do you mean by "root" exactly??? I have a Template in Blogger, do you mean in the template code, and if so where?

    And if not, then where else?

    A blog spot isn't set up the same way a normal website is, I know but I KNOW what I want to do can be done as Sponks.com has done EXACTLY what i want to do - place my Followers in a Cooliris rss feed gadget - BUT he's not going to tell me how he did it because he wants to shop the gadget to Google/Blogger for $$$ in the future!!!

    So, here I am, knowing that this can be done but not knowing how???

    If you could tell me what you mean by "root" I'll be halfway there...(I think)

    THANK-YOU SO MUCH for responding to me FlatspinAZ!!!

    MsBurb
    • CommentAuthorFlatspinZA
    • CommentTimeOct 28th 2009 edited
     
    Not in the template code. It needs to a file physically located in the directory structure of your site. If you are allowed FTP access to your server, you will find a folder called "wwwroot", or whatever they call it - it could even be plain "www" - that would be a good place to put your XML file. If not, ask an administrator to put your XML file there for you. You might even have a sub-folder off the "wwwroot" folder allocated for your blog with a redirect. Check if this is so.

    Looking at your site, you also need to fix a couple of things with your feed to make it compliant with all readers. Go to http://www.feedvalidator.org/ and enter the URL to your site/s for recommendations on how to make your feed fully compliant.

    I only found this yesterday and I have been looking at all sorts of addons for Joomla to give my site a more polished look. I am not a programmer, or coding expert - but I have more time than most to fiddle with these things. I hope this helps & I am not going to get shouted at by an administrator for passing on my limited knowledge.

    It appears the Crossdomain.xml file is required at all times as I deleted mine and my Cooliris stopped working - root is where it goes. We live and learn :)
    • CommentAuthorMsBurb
    • CommentTimeOct 29th 2009
     
    So, i guess I'm back to Square One, as Bloggers have no way of inserting files into the main domain site of Blogger...

    I hear that Cooliris is "working" on a fix for that crossdomain requirement...

    I guess I'll have to wait and hope...sigh...

    Thank-you FlatspinZA, anyhoo, for all the time you've spent with me!

    I guess I'll try to bug the Developers once again for a Blogger fix...
    • CommentAuthorJeff
    • CommentTimeOct 30th 2009
     
    @MsBurb - have you tried using the Express Builder for Blogger?
    http://developer.cooliris.com/builder/
    • CommentAuthorMsBurb
    • CommentTimeOct 31st 2009
     
    Hey Jeff,
    Yes, thank-you, as I was able to use it for my Manson Youtube videos BUT still not able to use it for my Google Friend Connect Followers gadget as I have NOOOOOOOO idea how Sponks.com garnered a RSS Feed for that gadget and he REFUSES to tell me how as I think he's planning to sell his script with your Cooliris gadget to Google Gadgets...

    Do you know HOW I could obtain a feed from Google Friend Connect? I've looked in the Source code for that gadget and all there is is a CSS link...doesn't work - any ideas you have on this problem I'd be glad to hear them, as I don't think it's right that Sponks.com has done this and won't share it with other site people, as Cooliris is NOT his in the first place!!! Grrr!

    Cordially, MsBurb
  1.  
    I have done some reading & apparently there is a script that needs to be included in your html which will reference a feed on another server, on which your rss feed will also reside. This is specifically for people that have no control over the actual server on which they want to run the application i.e. cooliris. The downside is that there will be a delay as you are essentially calling data from a 3rd domain. You basically need a "friend" who will host the feed on their server, as far as I understand.