Welcome to TalkGraphics.com
Results 1 to 10 of 47

Hybrid View

  1. #1

    Default RSS feed to integrate into Xara website

    I want to insert an RSS feed of a Google Blogger blog into my Xara website. I've tried the RSS Widget in the Content Catalogue, but when I select it, I see a "Bad Gateway" error, so cannot configure it.

    Does anyone know of an RSS widget that I could use instead, please?

  2. #2
    Join Date
    Apr 2012
    Location
    SW England
    Posts
    17,814

    Default Re: RSS feed to integrate into Xara website

    Quote Originally Posted by garycwood84 View Post
    I want to insert an RSS feed of a Google Blogger blog into my Xara website. I've tried the RSS Widget in the Content Catalogue, but when I select it, I see a "Bad Gateway" error, so cannot configure it.
    Does anyone know of an RSS widget that I could use instead, please?
    This was reported a time back and Xara has done nothing! Please open https://www.talkgraphics.com/showthr...SS-WIdget-Fail and add your comments/concerns to the Thread to promote it into Xara's attention.

    http://www.webrss.com/&title=WebRSS_mx is dead.
    http://www.webrss.com/ is dead.

    C:\Users\[userid]\AppData\Local\Xara\XtremePro\15\Cache\designs\eng \components\layoutcomponents\widgets\webrss.xwr is a useless file that needs to be updated.

    All RSS viewers now seem to need a subscription, free or otherwise, so there is a lot of dis-benefit involved in including one into your site for end-users.

    i have no simple solution at present.

    Acorn
    Acorn - installed Xara software: Cloud+/Pro+ and most others back through time (to CC's Artworks). Contact for technical remediation/consultancy for your web designs.
    When we provide assistance, your responses are valuable as they benefit the community. TG Nuggets you might like. Report faults: Xara Cloud+/Pro+/Magix Legacy; Xara KB & Chat

  3. #3

    Default Re: RSS feed to integrate into Xara website

    Thanks, @Acorn.

    I've been experimenting with https://rss.bloople.net/, which seems to do what I need. I'm just creating a box on my site and setting it as a placeholder for the code that that tool generates. It works fine to get the news articles from my blog. However, I need to be able to style it. At the bottom of the page Bloople page, once you've created the feed, it says you can style it as follows:

    The HTML generated by this code contains CSS hooks so you can style the output in your stylesheet.
    The title of the feed is displayed in a <h3> tag, with the class feed-title.
    The feed description is displayed in a <p> tag with class feed-desc.
    The feed icon is displayed in an <img> tag with class feed-title-image.
    Each feed item title is displayed in a <h4> tag with class feed-item-title.
    Each feed item description is displayed in a <p> tag with class feed-item-desc.
    But I don't know how to create these styles in Xara. I know you're pretty good at coding... any chance you can point me in the right direction, please?

  4. #4
    Join Date
    Apr 2012
    Location
    SW England
    Posts
    17,814

    Default Re: RSS feed to integrate into Xara website

    Quote Originally Posted by garycwood84 View Post
    Thanks, @Acorn.
    I've been experimenting with https://rss.bloople.net/, which seems to do what I need. I'm just creating a box on my site and setting it as a placeholder for the code that that tool generates. It works fine to get the news articles from my blog. However, I need to be able to style it. At the bottom of the page Bloople page, once you've created the feed, it says you can style it as follows:

    But I don't know how to create these styles in Xara. I know you're pretty good at coding... any chance you can point me in the right direction, please?
    Happy to help but can we work on a common RSS Feed so we can compare like-for-like?

    I chose http://feeds.bbci.co.uk/news/rss.xml for a starter.

    I used the IFRAME output, copied into the Placeholder body of a box. You need to add width and height: <iframe src="//rss.bloople.net/?url=http%3A%2F%2Ffeeds.bbci.co.uk%2Fnews%2Frss.xm l&showtitle=false&showempty=true&type=html" width="100%" height="100%"></iframe>.

    The final wrinkle to be able to use CSS on the IFRAME is to give it an ID: id="bbcnews": <iframe src="//rss.bloople.net/?url=http%3A%2F%2Ffeeds.bbci.co.uk%2Fnews%2Frss.xm l&showtitle=false&showempty=true&type=html" width="100%" height="100%" id ="bbcnews"></iframe>.

    No point in tweaking CSS until we are aligned.

    There probably has to be a Refresh button added at some point.

    Acorn
    Acorn - installed Xara software: Cloud+/Pro+ and most others back through time (to CC's Artworks). Contact for technical remediation/consultancy for your web designs.
    When we provide assistance, your responses are valuable as they benefit the community. TG Nuggets you might like. Report faults: Xara Cloud+/Pro+/Magix Legacy; Xara KB & Chat

  5. #5

    Default Re: RSS feed to integrate into Xara website

    Thanks, Acorn - really appreciate your help. I think I've recreated what you describe, so happy to continue.

    Key things I need to change:
    • the font and size of the headlines for each post
    • the body text font and size for each post
    • the line spacing of the body text
    • if possible, image sizes - because all of the items in the feed I'll actually be using include images.


    One question: is there a particular reason to use the iframe option and not the default Javascript option? I ask because the problem with using an iframe is that I need to know in advance what the maximum height is, whereas with the script option, I don't have to set a height.

  6. #6
    Join Date
    Apr 2012
    Location
    SW England
    Posts
    17,814

    Default Re: RSS feed to integrate into Xara website

    Quote Originally Posted by garycwood84 View Post
    Thanks, Acorn - really appreciate your help. I think I've recreated what you describe, so happy to continue.

    Key things I need to change:
    • the font and size of the headlines for each post
    • the body text font and size for each post
    • the line spacing of the body text
    • if possible, image sizes - because all of the items in the feed I'll actually be using include images.


    One question: is there a particular reason to use the iframe option and not the default Javascript option? I ask because the problem with using an iframe is that I need to know in advance what the maximum height is, whereas with the script option, I don't have to set a height.
    We can do both.
    The problem with the JavaScript on is if the number of feeds is long, they disappear off the bottom of the page and you cannot control the Xara page height dynamically (well easily, as you need code).

    Make a standard 960px page. Create a tall, narrow box and add the JavaScript code and Preview. The bottom will be cut-off.
    Do the same for the IFRAME code and you have a box with scrollbars so it is bounded.

    Acorn
    Acorn - installed Xara software: Cloud+/Pro+ and most others back through time (to CC's Artworks). Contact for technical remediation/consultancy for your web designs.
    When we provide assistance, your responses are valuable as they benefit the community. TG Nuggets you might like. Report faults: Xara Cloud+/Pro+/Magix Legacy; Xara KB & Chat

 

 

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •