Syndicate Headlines Using an RSS Widget

Fat Pitch Financials RSS WidgetYou may have noticed that many websites still include news feeds. You might even already be using these RSS or Atom feeds to keep track of your favorite sites in a news feed reader, such as Inoreader or Feedly. However, you may not have tried to use these news feeds to display the headlines of your favorite sites on your own webpage or help others display your headlines on their sites. I’ll show you how to do this using a widget.

It’s fairly easy to syndicate content using the great services provided by Surfing Waves. The first step simply involves providing a link to the RSS feed you want to syndicate. There is no signing up or cost. Then you can customize the look of the widget.

You can display the headlines of Fat Pitch Finanicials by inserting the following code onto your webpage:

<!-- start sw-rss-feed code --> 
<script type="text/javascript"> 
<!-- 
rssfeed_url = new Array(); 
rssfeed_url[0]="https://www.fatpitchfinancials.com/feed/";  
rssfeed_frame_width="300"; 
rssfeed_frame_height="350"; 
rssfeed_scroll="on"; 
rssfeed_scroll_step="6"; 
rssfeed_scroll_bar="off"; 
rssfeed_target="_blank"; 
rssfeed_font_size="12"; 
rssfeed_font_face=""; 
rssfeed_border="on"; 
rssfeed_css_url=""; 
rssfeed_title="on"; 
rssfeed_title_name=""; 
rssfeed_title_bgcolor="#336633"; 
rssfeed_title_color="#fff"; 
rssfeed_title_bgimage=""; 
rssfeed_footer="off"; 
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="on"; 
rssfeed_item_source_icon="off"; 
rssfeed_item_date="off"; 
rssfeed_item_description="on"; 
rssfeed_item_description_length="120"; 
rssfeed_item_description_color="#666"; 
rssfeed_item_description_link_color="#333"; 
rssfeed_item_description_tag="off"; 
rssfeed_no_items="0"; 
rssfeed_cache = "a7896ea5ee8dc09ee0850391758afae4"; 
//--> 
</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="color:#ccc;font-size:10px; text-align:right; width:300px;">powered by <a href="https://surfing-waves.com" rel="noopener" target="_blank" style="color:#ccc;">Surfing Waves</a></div> 
<!-- end sw-rss-feed code -->

The code above displays the following:

powered by Surfing Waves

If you would like assistance in adding headlines from Fat Pitch Financials on your site, please feel free to contact me.

Leave a Reply

Your email address will not be published.

This site uses Akismet to reduce spam. Learn how your comment data is processed.