Would you like your website to feature the latest headlines from our website?
We offer you a quick and simple way to do this with our automated newsfeed.
The newsfeed has a flexible design that can be adapted to suit your website and best of all, it is maintenance free as it automatically updates as soon as a new news article appears on the BioNET website.
If you would like to use the BioNET newsfeed, please follow these simple instructions or pass them to your web manager/administrator. Please contact bionet@bionet-intl.org if you have any problems or would like some advice on changing any of the options.
Please e-mail us (at bionet@bionet-intl.org) once the newsfeed is up so we can let you know in the future if there are any changes to the coding.
Newsfeed Coding
On your web page, place the following code in the 'header':
<script language="JavaScript" type="text/javascript" src=" http://www.bionet-intl.org/opencms/opencms/newsfeed.js "> </script>
And the following tag should be inserted within the 'body' tags at the position on your site where you want the newsfeed to appear :
<script>newsfeed();</script>
This will give you our general newsfeed. However, if you would prefer the newsfeed to have the colours/style of your website, you can add coding between the brackets in '...newsfeed().....'.
For example, if you want the table to be wider, with a light yellow background, you would amend the codelikethis:<script>newsfeed("wd=500&bg=ffffff");</script>
Here is the full listing of changeable options:
wd = width of table
bd =
width of border
sp = table spacing
bc = border colour
bg =
background colour
hc = headline colour
hf = headline font
hs =
headline font size
hsa= headline font size (non-style compliant browsers)
hv = headline 'hover' colour
sc = standfirst colour (The standfirst is a synopsis of the news article)
sf = standfirst font
ss = standfirst size
ssa= standfirst size (non-style compliant browsers)
dc = date / source colour
df = date / source font
ds =
date / source size
dsa= date / source size (non-style compliant browsers)
|