|
Section at a glance The concept Who can use it? Doing it using PHP What the source code will look like Doing it using Javascript What the source code will look like Conditions of use/our promises > Offering your own syndicate material to others Email help Please link to this section |
It can be used for material which changes every day, such as a devotional, quotation, joke, or cartoon. It is equally useful in sharing static unchanging content. There is great potential for offering Christian resource material such as this. It is also useful to offer syndicate material such as:
Our site offers several pages for syndication:
Web Evangelism Guide | Church Page Guide |
Needs-based Evangelism.
Implementing it
The easiest way is to do it using Javascript. 95% of site visitors can view it, and if you offer
a <NOSCRIPT> text with a link to the material on your own site, then these 5% will get it too.
The principle is very easy. You convert an HTML file to Javascript by:
There is online conversion tool which will add the backslashes and extra coding for each line. (You must add your own coding to the very top and end of the file.)
Purple Pages and Katsuey Design give more information on how to use Javascript for syndication.
Another option is for people to use an inline frame with a link to your page. Because the frame
must have a specified size, it seems to work best as short item in a right or left-hand margin.
Providing that your page is shorter than the size of the frame, no scrollbars will appear. This is the code used on one of our pages
(which actually links to a javascript-generated syndicate page which we could not link to directly because it is already within a javascript-generated page):
<iframe src="http://www.gospelcom.net/guide/mypage/smallpage1.html" width="220" height="600" frameborder="0" scrolling="auto" align="right">
If you enclose your target page in a CSS-generated border, it will set the contents off nicely.
However, browser font sizing may affect the way inline frames appear.
CSS also has its own little-known facility for inserting content from another page within a div box which scrolls if necessary.
| Section main page | Back to top