The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

Plagger::Plugin::Filter::Emoticon - Emoticon Filter

SYNOPSIS

- module: Filter::Emoticon
  config:
    driver: Yahoo
  option:
    strict: 1
    xhtml: 0

DESCRIPTION

This filter replaces text emoticons like ":-)", ";-P" etc. with Text::Emoticon.

CONFIG

driver

Specify the driver's name of Text::Emoticon you want to use. It defaults to 'MSN'. 'Yahoo' and 'GoogleTalk' are also available.

option

Specify the options you want to pass to the Text::Emoticon.

AUTHOR

Naoya Ito <naoya@bloghackers.net>

SEE ALSO

Plagger, Text::Emoticon