Welcome to TalkGraphics.com
Results 1 to 10 of 47

Threaded View

  1. #23
    Join Date
    Apr 2012
    Location
    SW England
    Posts
    17,942

    Default Re: RSS feed to integrate into Xara website

    Quote Originally Posted by garycwood84 View Post
    Thanks Acorn. This works with the images now, but it still doesn't show the article dates. Is there anything we can do about that?
    Gary, if the Viewer is not aware or is not extracting the date then probably no.

    The best seems to be with setting 'Posted time ago' to On in the Surfing Waves RSS Widget. but you get 3 days ago and not a date.
    It would be possible to write some jQuery for items that were posted in the last six days to re-present an actual date. after that it would be one week ago, etc.

    Acorn


    Code:
    <!-- start sw-rss-feed code --> 
    <script type="text/javascript"> 
    <!-- 
    rssfeed_url = new Array(); 
    rssfeed_url[0]="http://blog.sela-sheffield.org/feeds/posts/default/";  
    rssfeed_frame_width="480"; 
    rssfeed_frame_height="800"; 
    rssfeed_scroll="on"; 
    rssfeed_scroll_step="6"; 
    rssfeed_scroll_bar="off"; 
    rssfeed_target="_blank"; 
    rssfeed_font_size="18"; 
    rssfeed_font_face=""; 
    rssfeed_border="off"; 
    rssfeed_css_url=""; 
    rssfeed_title="on"; 
    rssfeed_title_name=""; 
    rssfeed_title_bgcolor="#3366ff"; 
    rssfeed_title_color="#fff"; 
    rssfeed_title_bgimage=""; 
    rssfeed_footer="on"; 
    rssfeed_footer_name="rss feed"; 
    rssfeed_footer_bgcolor="#fff"; 
    rssfeed_footer_color="#333"; 
    rssfeed_footer_bgimage=""; 
    rssfeed_item_title_length="50"; 
    rssfeed_item_title_color="#666"; 
    rssfeed_item_bgcolor="#fff"; 
    rssfeed_item_bgimage=""; 
    rssfeed_item_border_bottom="off"; 
    rssfeed_item_source_icon="on"; 
    rssfeed_item_date="on"; 
    rssfeed_item_description="on"; 
    rssfeed_item_description_length="500"; 
    rssfeed_item_description_color="#55a0ff"; 
    rssfeed_item_description_link_color="#333"; 
    rssfeed_item_description_tag="on"; 
    rssfeed_no_items="0"; 
    rssfeed_cache = "023356a632619c12d0b2f29f623e09ac"; 
    //--> 
    </script> 
    <script type="text/javascript" src="//feed.surfing-waves.com/js/rss-feed.js"></script> 
    <!-- The link below helps keep this service FREE, and helps other people find the SW widget. Please be cool and keep it! Thanks. --> 
    <div style="text-align:right; width:480px;">powered by <a href="http://www.surfing-waves.com" rel="noopener" target="_blank" style="color:#ccc;font-size:10px">Surfing Waves</a></div> 
    <!-- end sw-rss-feed code -->
    Last edited by Acorn; 06 August 2018 at 09:13 PM.
    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
  •