Self-Syndication Tips for Writers
One-Line Rotated Content
This kind of content is most likely
to take the form of "tip of the day" and that sort of thing.
This script will work nicely for daily jokes, tips, quotes, etc.
1) To create the script to rotate
your content for the week or even a whole month, visit Doctor
JavaScript's content rotation
builder.
2) Once you have that script, save it
as a plain text file with a .js extension (Example: test.js) and
upload it to your web page.
If you are not sharing this content
with other sites, you can simply paste the script into the HTML page
where you want it to appear.
3) If you wish to share it with other
sites, there are two lines you must remove from the rotation script
(or it will give you error messages):
<script
language="JavaScript">
(at the top)
and
</script>
(at the bottom)
4) Give the following code to your
client or partner sites:
<script
language="JavaScript" src="http//www.yourdomain.com/test.js">
</script>
That's it!