{"id":15182,"date":"2011-10-05T14:05:16","date_gmt":"2011-10-05T14:05:16","guid":{"rendered":"https:\/\/wordpress.org\/plugins-wp\/fetch-feed-shortcode-pageable\/"},"modified":"2015-10-27T10:33:01","modified_gmt":"2015-10-27T10:33:01","slug":"fetch-feed-shortcode-pageable","status":"closed","type":"plugin","link":"https:\/\/wordpress.org\/plugins\/fetch-feed-shortcode-pageable\/","author":8389469,"comment_status":"closed","ping_status":"closed","template":"","meta":{"version":"1.1","stable_tag":"trunk","tested":"4.3.34","requires":"2.8","requires_php":"","requires_plugins":"","header_name":"Fetch Feed shortcode pageable","header_author":"soundwaves-productions","header_description":"","assets_banners_color":"","last_updated":"2015-10-27 10:33:01","external_support_url":"","external_repository_url":"","donate_link":"","header_plugin_uri":"http:\/\/www.soundwaves-productions.com\/soundwavesblog\/wordpress-plugins\/fetch-feed-shortcode-pageable\/","header_author_uri":"","rating":4.5,"author_block_rating":0,"active_installs":30,"downloads":5066,"num_ratings":0,"support_threads":0,"support_threads_resolved":0,"author_block_count":0,"sections":["description","installation","faq","changelog"],"tags":[],"upgrade_notice":[],"ratings":{"1":0,"2":0,"3":0,"4":"1","5":"1"},"assets_icons":[],"assets_banners":[],"assets_blueprints":{},"all_blocks":[],"tagged_versions":[],"block_files":[],"assets_screenshots":[],"screenshots":[]},"plugin_section":[],"plugin_tags":[29591,850,29592,29594,29593],"plugin_category":[],"plugin_contributors":[82555],"plugin_business_model":[],"class_list":["post-15182","plugin","type-plugin","status-closed","hentry","plugin_tags-fetch_feed","plugin_tags-rss","plugin_tags-rss-fetch-feed","plugin_tags-rss-fetch-feed-shortcode","plugin_tags-rss-shortcode","plugin_contributors-soundwaves-productions","plugin_committers-soundwaves-productions"],"banners":[],"icons":{"svg":false,"icon":"https:\/\/s.w.org\/plugins\/geopattern-icon\/fetch-feed-shortcode-pageable.svg","icon_2x":false,"generated":true},"screenshots":[],"raw_content":"<!--section=description-->\n<p>This plugin uses the fetch_feed function to display external RSS Feeds on your Wordpress Blog \/ Site!\nThis plugin supports paging of the feed !\nWith this plugin you can configure four item elements to be displayed (like author, date, title, description)<\/p>\n\n<p>Paging code found here: http:\/\/www.phpbuilder.com\/board\/showthread.php?t=10353797\nThanks to joostdevalk for his plugin:\nhttp:\/\/wordpress.org\/extend\/plugins\/rss-shortcode\/<\/p>\n\n<p>Features:<\/p>\n\n<ul>\n<li>Display external feeds in your posts or pages by using shortcode<\/li>\n<li>Set the URL of the feed by using the <code>feed<\/code> parameter<\/li>\n<li>Configure the number of items per page by using the <code>pagesize<\/code> parameter<\/li>\n<li>Configure the number of pages in the paging footer  by using the <code>pagenum<\/code> parameter<\/li>\n<li>Configure the number of total items of the feed by using the <code>showall<\/code> parameter (set to <code>no<\/code>)<\/li>\n<li>Link or not link the title to the detail page by setting the <code>linktitle<\/code> parameter to <code>yes<\/code> or <code>no<\/code><\/li>\n<li>Configure the target of the link by setting the <code>target<\/code> parameter to <code>_blank<\/code> or <code>_self<\/code> (default)<\/li>\n<li>Configure the desired item elements by setting the <code>itemelements<\/code> parameter (default: itemelements=\"title,author,date,description\")<\/li>\n<li>Style the output by using CSS<\/li>\n<\/ul>\n\n<!--section=installation-->\n<ol>\n<li>Upload the <code>fetch-feed-shortcode-pageable<\/code> directory to the <code>\/wp-content\/plugins\/<\/code> directory<\/li>\n<li>Activate the plugin through the <code>Plugins<\/code> menu in WordPress<\/li>\n<li>Add shortcodes in your posts or pages<\/li>\n<\/ol>\n\n<p>e.g.:<\/p>\n\n<p>[FetchFeedPageable feed=\"http:\/\/www.rottentomatoes.com\/syndication\/rss\/in_theaters.xml\" pagesize=5 pagenum=5  linktitle=\"yes\" target=\"_blank\" itemelements=\"title,date,author,description\" ]<\/p>\n\n<!--section=faq-->\n<dl>\n<dt>How do I include an external RSS Feed to my post or page?<\/dt>\n<dd><p>Use shortcode:<\/p>\n\n<p>e.g.:\n[FetchFeedPageable feed=\"http:\/\/www.rottentomatoes.com\/syndication\/rss\/in_theaters.xml\" pagesize=5 pagenum=5  linktitle=\"yes\" target=\"_blank\" itemelements=\"title,date,author,description\" ]<\/p><\/dd>\n<dt>Can I set number of items per page?<\/dt>\n<dd><p>Yes! just set the <code>pagesize<\/code> parameter of the shortcode<\/p>\n\n<p>e.g.:\n[FetchFeedPageable feed=\"http:\/\/www.rottentomatoes.com\/syndication\/rss\/in_theaters.xml\" pagesize=5 pagenum=5  linktitle=\"yes\" target=\"_blank\" itemelements=\"title,date,author,description\" ]<\/p><\/dd>\n<dt>Can I set number of pages displayed in the paging footer?<\/dt>\n<dd><p>Yes! just set the <code>pagenum<\/code> parameter of the shortcode<\/p>\n\n<p>e.g.:\n[FetchFeedPageable feed=\"http:\/\/www.rottentomatoes.com\/syndication\/rss\/in_theaters.xml\" pagesize=5 pagenum=5  linktitle=\"yes\" target=\"_blank\" itemelements=\"title,date,author,description\" ]<\/p><\/dd>\n<dt>Can I limit the total feed items?<\/dt>\n<dd><p>Yes!  set the <code>showall<\/code> parameter to <code>no<\/code> and the <code>num<\/code> parameter to a desired number<\/p>\n\n<p>e.g.:\n[FetchFeedPageable feed=\"http:\/\/www.rottentomatoes.com\/syndication\/rss\/in_theaters.xml\" pagesize=5 num=5 showall=no itemelements=\"title,date,author,description\" ]<\/p><\/dd>\n<dt>Can I configure the elements I wish to display ?<\/dt>\n<dd><p>Yes!  set the <code>itemelements<\/code> parameter of the shortcode<\/p>\n\n<p>Four values are available: title,date,author,description<\/p>\n\n<p>e.g.:\n[FetchFeedPageable feed=\"http:\/\/www.rottentomatoes.com\/syndication\/rss\/in_theaters.xml\" pagesize=5 pagenum=5  linktitle=\"yes\" target=\"_blank\" itemelements=\"title,description\" ]<\/p><\/dd>\n<dt>Can I style the output with CSS?<\/dt>\n<dd><p>Yes!  just have a look at the included css file:<\/p>\n\n<pre><code>fetch-feed-shortcode-pageable\/css\/style.css\n<\/code><\/pre><\/dd>\n\n<\/dl>\n\n<!--section=changelog-->\n<h4>1.1<\/h4>\n\n<ul>\n<li>Configurable link to feed item page<\/li>\n<li>Configurable feed item elements<\/li>\n<li>Changed <\/li>\n<\/ul>\n\n<p>&lt;<\/p>\n\n<p>p&gt; elements to<\/p>\n\n<p>&lt;<\/p>\n\n<p>div&gt; elements<\/p>\n\n<h4>1.0<\/h4>\n\n<ul>\n<li>First release<\/li>\n<\/ul>","raw_excerpt":"This plugin uses the fetch_feed function to display external RSS Feeds on your Wordpress Blog \/ Site!\nThis plugin also supports configurable paging  !","jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin\/15182","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=15182"}],"author":[{"embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wporg\/v1\/users\/soundwaves-productions"}],"wp:attachment":[{"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/media?parent=15182"}],"wp:term":[{"taxonomy":"plugin_section","embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_section?post=15182"},{"taxonomy":"plugin_tags","embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_tags?post=15182"},{"taxonomy":"plugin_category","embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_category?post=15182"},{"taxonomy":"plugin_contributors","embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_contributors?post=15182"},{"taxonomy":"plugin_business_model","embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_business_model?post=15182"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}