
Return to Contents | Return to Forum
Free Content FeedsThe Sword Review is happy to supply content feeds in a number of ways. You may use these on your web site to create dynamic content! Further down this page is a section that contains code that will create iFrames. However, if you are looking for an RSS feed, then here you go! iFrame FeedsYou may use the code as is, or tweak it to your taste! For example you can set the scroll property or any other iFrame properties. Google "iFrame" for more information on iFrame use. Many of you will be happy to know that you can add iFrames to phpBB forum Templates. That is, if you know how to edit and manipulate the template files. Sorry, we cannot provide support or tutorials for phpBB. In the examples, replace the "2" (or other number) in "limit=X" with the number of features you want displayed. This page is scaleable, so resize it to get an idea how the feeds might fit in the space you have available. If NONE of these feeds works for you, contact webmaster@theswordreview.com and let us know. We will be happy to work with you to develop a feed that is satisfactory. |
||||||
Brief Features Feed |
||||||
Use one of these code snips to create our Brief Features Feed:This code tells the feed to fill the space available. Handy for placing it inside a table cell, as on this page. <iframe id="Contents" name="Contents" src="http://www.theswordreview.com/remFeedFeat_Brief.php?limit=2" height="100%" width="100%"></iframe> This code tells the feed to fill make a space 200 px wide and 200 high: <iframe id="Contents" name="Contents" src="http://www.theswordreview.com.com/remFeedFeat_Brief.php?limit=2" height="200" width="200"></iframe> -- NOTE: This table cell is 300 px tall. |
||||||
Expanded Feature Feed |
||||||
Use one of these code snips to create our Expanded Features Feed:This code tells the feed to fill the space available. This is used on this page. <iframe id="Contents" name="Contents" src="http://www.theswordreview.com/remoteFeedFeature.php?limit=2" height="100%" width="100%"></iframe> This code tells the feed to fill make a space 200 px wide and 200 high: <iframe id="Contents" name="Contents" src="http://www.theswordreview.com/remoteFeedFeature.php?limit=2" height="200" width="200"></iframe> -- NOTE: This table cell is 300 px tall. |
||||||
Tiny Feature Feed |
||||||
Use one of these code snips to create our Tiny Features Feed:This code tells the feed to fill the space available. Handy for placing it inside a table cell, as on this page NOTE: In this selection, "limit=5." <iframe id="Contents" name="Contents" src="http://www.theswordreview.com/remFeedFeat_Tiny.php?limit=5" height="100%" width="100%"></iframe> This code tells the feed to fill make a space 200 px wide and 200 high: <iframe id="Contents" name="Contents" src="http://www.theswordreview.com/remFeedFeat_Tiny.php?limit=5" height="200" width="200"></iframe> -- NOTE: This table cell is 325 px tall. |
||||||
Tiny Feature Feed, II |
||||||
This design was made to fit a particular webmaster's taste. Use one of these code snips to create our Tiny Features Feed, II:This code tells the feed to fill the space available. Handy for placing it inside a table cell, as on this page NOTE: In this selection, "limit=5." <iframe id="Contents" name="Contents" src="http://www.theswordreview.com/remFeedFeat_Tiny2.php?limit=5" height="100%" width="100%"></iframe> This code tells the feed to fill make a space 200 px wide and 200 high: <iframe id="Contents" name="Contents" src="http://www.theswordreview.com/remFeedFeat_Tiny2.php?limit=5" height="200" width="200"></iframe> -- NOTE: This table cell is 325 px tall. |
||||||
Column Feed |
||||||
Use one of these code snips to create our Column Feed:This code tells the feed to fill the space available. Of course, you may use this code with any iFrame properties you wish. NOTE: There is NO limit for the Column Feed. It only displays the current column. <iframe id="Contents" name="Contents" src="http://www.theswordreview.com/remoteFeedColumn.php?limit=2" height="100%" width="100%"></iframe> -- NOTE: This table cell is 250 px tall. |
||||||
|
Site Support by Web-Net Solutions Report Problems to Webmaster |