The TrustedOnes plug in works both as a Wordpress widget and
on any webpage as a Javascript widget. 

===========================================
WORDPRESS

To use in Wordpress, copy the files to your Wordpress plugin
folder:
	wp-content/plugins
Then access the Wordpress administration panel and select
"Design", then "Widgets". The TrustedOnes widget will be in
the list of widgets on the left. Click the "Add" link and
it will move to the active widgets list on the right. Click
"Edit" and enter your TrustedOnes username, API key (log on
to TrustedOnes to get your API key), and select the
information to display in the widget. Click "Change" then
click "Save Changes". You're all done - view your site
and the TrustedOnes widget will be displayed in your blog
sidebar.

Note that the widget caches all the information it receives
from TrustedOnes, placing it into the Wordpress widget
database. It refreshes the cache once a day when a person
visits your blog. This ensures a speedy blog for the
vast majority of your visitors!
===========================================

Default Javascript CSS:

<style>
#TrustedOnes {
	width:190px; 
	padding:20px 0pt 10px; 
	font-family:Verdana,Arial,Sans-Serif;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	line-height:normal;
	text-align:left;
	font-size:10pt;
}

#TrustedOnes a, h2 a:hover, h3 a:hover {
	color:#0066CC;
	text-decoration:none;
	font-size:10pt;
}

#TrustedOnes a:hover {
	text-decoration:underline;
	font-size:10pt;
}

#TrustedOnes h2 {
	margin:5px 0pt 0pt;
	padding:0pt;
	font-weight:bold;
	font-size:10pt;
}

#TrustedOnes img {
	border:none;
}

#TrustedOnes td {
	font-size:10pt;
}
</style>
===========================================
