Created
November 18, 2011 18:53
-
-
Save zaigham/1377387 to your computer and use it in GitHub Desktop.
My Journey to Learn SIMPLX Widgeteer
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<h2>Something should show up down there</h2> | |
[[!simplx_widgeteer? | |
&dataSetUrl=`http://modxclub.com/rss-feed` | |
&useChunkMatching=`true` | |
&preprocessor=`widgeteer_preprocessor_xml2json` | |
&chunkPrefix=`modx.feed.tpl_` | |
]] | |
<hr/> | |
## modx.feed.tpl_item | |
<p> - [[+item.title]]</p> | |
http://modxclub.com/widgeteer |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Oh wow, it worked! :D
BTW the templating reminds me of using FeedX in MODX Evo long ago. http://www.stanback.net/code/modx/feedx.html
Thanks a lot for the Widgeteer. I will experiment more and will let you know.