Free Web Site Content
- Editor's Pick
Automatically Display The 'Editor's Pick' Article
On Your Web Site
Go straight to installation instructions
This content feed allows you to automatically display on your web site the article that we consider to be the best of the bunch, judged from the article submissions over the previous couple of weeks.
This content feed updates once per week, immediately displaying on your web site the latest 'Editor's Pick' article.
Below is an example of what the feed will look like. The special code has been placed in a bordered table to distinguish the article on the page, as follows:
<table border=1 bordercolor=black cellpadding=10 style="border-collapse:collapse"><tr><td>
Special Code Goes Here
</td></tr></table>
|
By placing it in a table (bordered or unbordered) like this, you can determine exactly how you wish the code to be placed on your page.
|
|
Install The Code
Copy and paste the following code into the HTML of your web page - this will automatically display the 'Editor's Pick' article:
|
<script src=http://submityourarticle.com/syndicate/editorspick.php></script>
<noscript><b>This article will only display in JavaScript enabled browsers.</b></noscript>
|
If you want to place it in a table to control the size and positioning, you can use something like the code in the following example:
<table width=75%><tr><td>
<script src=http://submityourarticle.com/syndicate/editorspick.php></script>
<noscript><b>This article will only display in JavaScript enabled browsers.</b></noscript>
</td></tr></table>
|
To place a link on another page containing the corresponding title, use the following code. The only section you will need to modify is the link URL, highlighted in bold:
|
<a href="http://www.yourlinkhere.com"><script src=http://submityourarticle.com/syndicate/editorspick_title.php?id=></script></a>
|
Install another content feed.
|