Description
The Google Highlight plugin will highlight words on your blog if the referrer came from a Google query.
Installation and Setup
In your /WEB-INF/classes/blojsom-plugins.xml file, add the following:
<bean id="googlehighlight" class="org.blojsom.plugin.highlight.GoogleHighlightPlugin" init-method="init"
destroy-method="destroy"/>
Add the following to your CSS file you use for your blog.
.searchhighlight {
background-color:#FFFF00;
color: #000000;
}
You may then add "googlehighlight" to one of the flavor-based plugin chains.