Availability
Available as of blojsom 3.1
Description
Sends an update to your Twitter account when you add or update entries on your blog.
Installation and Setup
In your /WEB-INF/classes/blojsom-plugins.xml file, add the following:
<bean id="twitter" class="org.blojsom.plugin.twitter.TwitterNotificationPlugin" init-method="init" destroy-method="destroy">
<property name="eventBroadcaster">
<ref bean="eventBroadcaster"/>
</property>
<property name="fetcher">
<ref bean="fetcher"/>
</property>
</bean>
The following properties must be set from Weblog Settings | Properties | Set Property
| Property |
Description |
Default Value |
| plugin-twitter-sign-in |
Twitter username |
|
| plugin-twitter-password |
Twitter password |
|
| plugin-twitter-update-on-entry-added |
If an update should be sent to Twitter when an entry is added |
|
| plugin-twitter-update-on-entry-updated |
If an update should be sent to Twitter when an entry is updated |
|
| plugin-twitter-update-text |
Text of the update message to Twitter. Use a {0} within the text here to include the title of the entry |
Currently blogging {0} |