{"id":3092,"date":"2008-05-16T20:58:57","date_gmt":"2008-05-16T20:58:57","guid":{"rendered":"https:\/\/wordpress.org\/plugins-wp\/multifeedsnap\/"},"modified":"2008-05-20T19:14:28","modified_gmt":"2008-05-20T19:14:28","slug":"multifeedsnap","status":"closed","type":"plugin","link":"https:\/\/wordpress.org\/plugins\/multifeedsnap\/","author":550543,"comment_status":"closed","ping_status":"closed","template":"","meta":{"version":"1.1","stable_tag":"1.1","tested":"2.5.1","requires":"2.5.0","requires_php":"","requires_plugins":"","header_name":"MultiFeedSnap","header_author":"Colin Caprani","header_description":"","assets_banners_color":"","last_updated":"2008-05-20 19:14:28","external_support_url":"","external_repository_url":"","donate_link":"","header_plugin_uri":"http:\/\/www.colincaprani.com\/wordpress\/2008\/05\/multifeedsnap\/","header_author_uri":"http:\/\/www.colincaprani.com","rating":0,"author_block_rating":0,"active_installs":70,"downloads":12061,"num_ratings":0,"support_threads":0,"support_threads_resolved":0,"author_block_count":0,"sections":["description","installation"],"tags":[],"upgrade_notice":[],"ratings":{"1":0,"2":0,"3":0,"4":0,"5":0},"assets_icons":[],"assets_banners":[],"assets_blueprints":{},"all_blocks":[],"tagged_versions":["1.0","1.0.1","1.0.2","1.0.3","1.1"],"block_files":[],"assets_screenshots":[],"screenshots":[]},"plugin_section":[],"plugin_tags":[86,850],"plugin_category":[],"plugin_contributors":[85768],"plugin_business_model":[],"class_list":["post-3092","plugin","type-plugin","status-closed","hentry","plugin_tags-post","plugin_tags-rss","plugin_contributors-dr-c","plugin_committers-dr-c"],"banners":[],"icons":{"svg":false,"icon":"https:\/\/s.w.org\/plugins\/geopattern-icon\/multifeedsnap.svg","icon_2x":false,"generated":true},"screenshots":[],"raw_content":"<!--section=description-->\n<p>In preparing my site I wanted to have multiple RSS feeds on a single page. Not liking complexity, \nthe simplest plugin I found was Paul Morley's FeedSnap which seems to be no longer supported. \nHowever, it only allows a single feed on each post or page. Therefore I rewrote the FeedSnap \nplugin to allow multiple feeds, removing its dependence on the lastRSS() parser, and (in my opinion)\nsimplifying the code somewhat.<\/p>\n\n<p>MultiFeedsnap is based on Paul Morley's FeedSnap. Paul Morley's website is down and so I \nhave not been able to contact him for consent, though there is no license on FeedSnap.<\/p>\n\n<p>MultiFeedsnap  uses the function TextBetweenArray() posted by mvp at mvpprograms dot com at \nhttp:\/\/ie2.php.net\/manual\/en\/function.strpos.php#72019.<\/p>\n\n<p>MultiFeedsnap also uses the ideas at http:\/\/wordpress.pastebin.ca\/276266.<\/p>\n\n<p>MultiFeedSnap has been tested on WordPress 2.5.1 only.<\/p>\n\n<p>The MultiFeedSnap website is: http:\/\/www.colincaprani.com\/programming\/multifeedsnap\/<\/p>\n\n<p>You can see an example of its use here: http:\/\/www.colincaprani.com\/links\/related-feeds\/<\/p>\n\n<p>Please leave some comments and suggestions for improvement. Thanks!<\/p>\n\n<h3>Usage<\/h3>\n\n<p>Enter the following tags in your post:<\/p>\n\n<pre><code>[feedsnap]feedurl[\/feedsnap]\n<\/code><\/pre>\n\n<p>where feedurl is the url of the feed you wish displayed.<\/p>\n\n<p>To choose the number of posts you wish displayed from each feed (let's say 8), use:<\/p>\n\n<pre><code>[feedsnap, 8]feedurl[\/feedsnap]\n<\/code><\/pre>\n\n<p>When the number of posts tag option is omitted, the default is used (set to 5 but can be changed\nin the code as described in Installation).<\/p>\n\n<p>Multiple sets of tags are possible, separated by whatever content (html, text, etc.) you wish. \nMultiFeedSnap only replaces the [feedsnap] tags with the formatted feed data, and so all other \nformatting is retained.<\/p>\n\n<p>Example:<\/p>\n\n<pre><code>&lt;p&gt;------------------------------------------------------&lt;\/p&gt;\n&lt;h3&gt;Digg.com&lt;\/h3&gt;\n[feedsnap, 10]http:\/\/digg.com\/rss\/index.xml[\/feedsnap]\n\n&lt;p&gt;------------------------------------------------------&lt;\/p&gt;\n&lt;h3&gt;Institution of Structural Engineers&lt;\/h3&gt;\n[feedsnap, 2]http:\/\/www.istructe.org\/news\/rss.asp[\/feedsnap]\n\n&lt;p&gt;------------------------------------------------------&lt;\/p&gt;\n&lt;h3&gt;Richard Dawkins&lt;\/h3&gt;\n[feedsnap]http:\/\/feeds.feedburner.com\/richarddawkins[\/feedsnap]\n&lt;p&gt;------------------------------------------------------&lt;\/p&gt;&lt;h3&gt;Version History&lt;\/h3&gt;v1.1\n<\/code><\/pre>\n\n<p>Added tag option for number of posts from each feed. This means no more hacking!\nAny ideas for further extension? Let me know: www.colincaprani.com\/programming\/multifeedsnap\/<\/p>\n\n<p>v1.0.3\nAdded support for servers with <em>allow&#095;url&#095;fopen = Off<\/em> using a call to Snoopy. \nThanks to Brad (again!) for discovering this and persevering with it.<\/p>\n\n<p>v1.0.2\nLinks now open in new windows. Thanks to Thomas for the suggestion.<\/p>\n\n<p>v1.0.1\nAdded support for digg.com feeds using the information here:\nhttp:\/\/hellaleet.blogspot.com\/2007\/04\/parsing-diggs-rss-feeds.html\nThanks to Brad for spotting this.<\/p>\n\n<p>v1.0\nInitial release<\/p>\n\n<!--section=installation-->\n<ol>\n<li>Download the Zip-Archive and extract all files into your wp-content\/plugins\/ directory.<\/li>\n<li>Go into your WordPress administration page, click on Plugins and activate it.<\/li>\n<\/ol>\n\n<p>From v1.1 you can choose how many posts from each feed you want to display using a tag option.\nWhen the option is left out a default of 5 is used. However, if you want to change this default\nnumber of posts:\n    - open the file multifeedsnap.php with a text editor;\n    - edit the line indicated, changing <em>$MAX&#095;NO&#095;POSTS<\/em> to your desired number.<\/p>","raw_excerpt":"MultiFeedsnap is a simple plugin that will render multiple RSS feeds to your post or page.","jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin\/3092","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin"}],"about":[{"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/types\/plugin"}],"replies":[{"embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/comments?post=3092"}],"author":[{"embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wporg\/v1\/users\/dr-c"}],"wp:attachment":[{"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/media?parent=3092"}],"wp:term":[{"taxonomy":"plugin_section","embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_section?post=3092"},{"taxonomy":"plugin_tags","embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_tags?post=3092"},{"taxonomy":"plugin_category","embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_category?post=3092"},{"taxonomy":"plugin_contributors","embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_contributors?post=3092"},{"taxonomy":"plugin_business_model","embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_business_model?post=3092"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}