Logo

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Last revision Both sides next revision
joomla30:rssfactorypro:content_plugin [2015/08/26 12:28]
mircea
joomla30:rssfactorypro:content_plugin [2015/08/26 12:28]
mircea
Line 32: Line 32:
 === Examples === === Examples ===
 \\ \\
-<​code>​{com_rssfactory nrFeeds=[3] searchTerm=[sport,​tennis,​nadal]}</​code>​+<​code>​{com_rssfactory nrFeeds=[3] searchTerm=[sport,​tennis,​nadal]}</​code>​\\
 Displays stories from 3 feeds that contain one of the search terms: "​sport",​ "​tennis"​ or "​nadal",​ you could use\\ Displays stories from 3 feeds that contain one of the search terms: "​sport",​ "​tennis"​ or "​nadal",​ you could use\\
 \\ \\
-<​code>​{com_rssfactory nrStories=[1] relevantStories}</​code>​ +<​code>​{com_rssfactory nrStories=[1] relevantStories}</​code>​\\ 
-Displays stories relevant to the current article Joomla category, only one story for each feed.+Displays stories relevant to the current article Joomla category, only one story for each feed.\\
 \\ \\
-<​code>​{com_rssfactory categoryId=[4] displayMethod=slider}</​code>​ +<​code>​{com_rssfactory categoryId=[4] displayMethod=slider}</​code>​\\ 
-Displays stories of feeds using a slider format from the category which has the ID "​4"​.+Displays stories of feeds using a slider format from the category which has the ID "​4"​.\\
 \\ \\
 ---- ----