There are lots of tools for publishing content to other people's web sites but send2page is the one that lets you publish all kinds of content into your own web pages.
A tiny script
You'll need to edit your web page one last time to paste in a tiny script at the location where you want all of your updates to appear. The script will look a lot like this:
Don't worry, we'll give you the unique script for each content block that you can simply copy and paste into the Source View of your existing web page. This is a one-time thing and once you've done it, your page will automatically show any updates you publish.
Example:
Open your web page with the tool that you normally use for making updates. Switch to Source View to see the "HTML" for your page then type in the script.
- <html>
- <head>
- <title>My web page</title>
- </head>
- <body>
- <script type="text/javascript" language="javascript" src="http://send2page.com/{yourname}/content.js" />
- </body>
- </html>
The HTML code should be typed in at the location where you want the content to appear. Feel free to experiment and if you need help, just send us an email.
More than one way
While the "tiny script" is the easiest and most convenient way to update your web site, send2page gives you several other options:
- Use an IFRAME to display content.htm, a file that is published by send2page each time the content is updated.
- Use your own javascript to pull content.htm into your web page. This gives you more control over how the information is shown.
- Pull the files onto your web server and serve them up yourself.