Dashboard > blojsom 3.0 > ... > Plugins > Hyperlink URL Plugin
  blojsom 3.0 Log In   View a printable version of the current page.  
  Hyperlink URL Plugin
Added by David Czarnecki, last edited by David Czarnecki on Jul 09, 2007
Labels: 
(None)

Description

The hyperlink plugin will identify any valid url in a blog entry and automatically convert it into a clickable hyperlink.

The plugin uses a regular expression to identify the urls and is smart enough to ignore existing href tags. So when you're posting your entries you no longer have to take the time to wrap an href around urls. A great time saver!

Installation and Setup

In your /WEB-INF/classes/blojsom-plugins.xml file, add the following:

<bean id="href-hyperlinks" class="org.blojsom.plugin.hyperlink.HyperlinkURLPlugin" init-method="init"
          destroy-method="destroy"/>

You may then add "href-hyperlinks" to one of the flavor-based plugin chains.

Usage and URL Parameters

Usage

In your entries, simply type in a URL like http://blojsom.sf.net and it will be converted to http://blojsom.sf.net.

Site running on a free Atlassian Confluence Open Source Project License granted to blojsom. Evaluate Confluence today.
Powered by Atlassian Confluence, the Enterprise Wiki. (Version: 2.5.4 Build:#809 Jun 12, 2007) - Bug/feature request - Contact Administrators