Compatibility

With which versions of Confluence is Microblogging compatible?

The current version, Microblogging Release 3.0, is compatible with the following Confluence versions: 

5.35.45.55.65.75.85.95.106.06.16.26.36.4
(Fehler)(Fehler)(Fehler)(Fehler)(Haken)(Haken)(Haken)(Haken)(Haken)(Haken)(Haken)(Haken)(Haken)



General information

Where can I find an overview of the top features?

All features are listed under functions. You can also view many features in action in videos hosted on the //SEIBERT/MEDIA YouTube channel.

Can I share posts I like on Facebook?

No, not directly. 
You can notify other users with the @ mention. They will be notified by email and in their Confluence inbox with a link to the post.

Can we communicate across projects/teams in Confluence?

Yes! 

Users with these projects/teams need to have the appropriate permissions for the respective spaces, and microblog timelines need to be embedded in the spaces.

Why can some posts be deleted and others not?

So that the content of the post or the discussion about it is not made unintelligible because of a missing comment, the last or most recent comment must first be deleted. If there are no comments on a post, the post can be deleted immediately. When comments exist, they must be deleted before the post can be completely deleted.

(Info) Normal users can delete only their own posts and comments. That means, they cannot delete their own posts when others have commented on them. The other users must first delete their comments. Administrators can delete their own and others' comments and posts (but still following the order of deletion as described above).

Can I restore a previously deleted microblog post?

No!
At the moment, it is not possible to restore deleted posts.

Why should I use the microblog and not create a page or blog post?

The microblog is particularly useful when providing up-to-date information quickly, to a large number of users.
Longer posts are better suited to pages or blogs, but when these are important, you can write a microblog post and link to the important pages/posts.
Videos or pictures can be sent quickly and easily via the microblog to other users. With our microblogging use cases, we've provided many useful examples on how to use the microblog effectively.

Where are the uploaded pictures stored in a microblog post?

Pictures or other attachments that you upload are directly attached to the microblog post in the space where the microblog resides.
The attachments are not attached to any page, e.g. to the homepage of the space, to avoid long loading times.
You can download attachments directly from the microblog post.
Alternatively, you can search for attachments, or as an administrator, go to the the space configuration under Contents, where you can see the attachments and, for example, their keywords.

How can I see if a post has been changed?

When a post has been changed, the date changes to that of the last edit, and the link "Edited" appears.
Clicking on "Edited" will show you the history of the post and its tracked changes.

Can I use an unlimited number of microblogs in Confluence?

Yes!
You can use the microblog in as many spaces as you like, create an infinite number of topics and posts.

However, it is not possible to include two microblog timelines on one page. If you have a situation where this would be useful, please contact us. We are always interested to learn about new scenarios and would love to take them into consideration.

Can I restrict who can view, edit, delete, and comment on a post?

Yes, to an extent!

Because the microblog is tied to the Confluence spaces, you can use the users' space permissions to restrict the microblog to a space.
In the global Confluence Administration under Microblog → Set permissions, you can determine what permissions are sufficient for a user to post and respond to this space's microblog and its sub-topics.
When a user has the Add Page, Add Comments, or Add News permissions, they can create microposts.
However, normal users can delete only their own posts or comments. Administrators can delete posts and comments from other users.
When a user has access to the microblog of an area, they must also be able to revoke user permissions for the respective space. It is not possible to restrict users' access to individual topics.

Is it possible to limit the number of characters, like Twitter?

No! 

A character limit is currently not available and is not planned. Each user can decide how much or little they write.
As an administrator, however, you can specify how many posts and comments are displayed in a microblog timeline before a button for loading older posts and comments appears.
We plan to limit the height of any single contribution using a "Read more" button in a future version.

You'll find additional helpful answers at answers.seibert-media.com.


Troubleshooting


Unable to start the plugin container NoClassDefFoundError: com/atlassian/hipchat/api/cards/Card$HtmlActivity

Stacktrace

in atlassian-confluence.log

ERROR [ThreadPoolAsyncTaskExecutor::Thread 24] [plugin.osgi.factory.OsgiPlugin:239] (onPluginContainerFailed)> Unable to start the plugin container for plugin 'net.seibertmedia.plugin.confluence.microblog'
 -- url: /rest/plugins/1.0/ | referer: http://localhost:8090/plugins/servlet/upm | userName: admin
java.lang.NoClassDefFoundError: com/atlassian/hipchat/api/cards/Card$HtmlActivity
	at java.lang.Class.getDeclaredConstructors0(Native Method)
	at java.lang.Class.privateGetDeclaredConstructors(Class.java:2671)
	at java.lang.Class.getConstructors(Class.java:1651)
	at org.springframework.beans.factory.support.AbstractBeanDefinition.getResolvedAutowireMode(AbstractBeanDefinition.java:517)
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBeanInstance(AbstractAutowireCapableBeanFactory.java:1044)
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:510)
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:482)
	at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:306)
	at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:230)
	at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:302)
	at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:197)
	at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:772)
	at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:838)
	at org.eclipse.gemini.blueprint.context.support.AbstractDelegatedExecutionApplicationContext.access$1600(AbstractDelegatedExecutionApplicationContext.java:60)
	at org.eclipse.gemini.blueprint.context.support.AbstractDelegatedExecutionApplicationContext$4.run(AbstractDelegatedExecutionApplicationContext.java:325)
	at org.eclipse.gemini.blueprint.util.internal.PrivilegedUtils.executeWithCustomTCCL(PrivilegedUtils.java:85)
	at org.eclipse.gemini.blueprint.context.support.AbstractDelegatedExecutionApplicationContext.completeRefresh(AbstractDelegatedExecutionApplicationContext.java:290)
	at org.eclipse.gemini.blueprint.extender.internal.dependencies.startup.DependencyWaiterApplicationContextExecutor$CompleteRefreshTask.run(DependencyWaiterApplicationContextExecutor.java:137)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
	at java.lang.Thread.run(Thread.java:745)
Caused by: java.lang.ClassNotFoundException: com.atlassian.hipchat.api.cards.Card$HtmlActivity not found by com.atlassian.plugins.base-hipchat-integration-plugin-api [223]
	at org.apache.felix.framework.BundleWiringImpl.findClassOrResourceByDelegation(BundleWiringImpl.java:1532)
	at org.apache.felix.framework.BundleWiringImpl.access$400(BundleWiringImpl.java:75)
	at org.apache.felix.framework.BundleWiringImpl$BundleClassLoader.loadClass(BundleWiringImpl.java:1955)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
	at org.apache.felix.framework.BundleWiringImpl.getClassByDelegation(BundleWiringImpl.java:1374)
	at org.apache.felix.framework.BundleWiringImpl.searchImports(BundleWiringImpl.java:1553)
	at org.apache.felix.framework.BundleWiringImpl.findClassOrResourceByDelegation(BundleWiringImpl.java:1484)
	at org.apache.felix.framework.BundleWiringImpl.access$400(BundleWiringImpl.java:75)
	at org.apache.felix.framework.BundleWiringImpl$BundleClassLoader.loadClass(BundleWiringImpl.java:1955)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
	... 21 more

Cause

Your Confluence HipChat plugin is too old.

Solution

Update the Confluence HipChat Plugin at least to version 7. It can be done via add-on management in your Confluence instance:


  • No labels

This content was last updated on 11/06/2017.

This content hasn't been updated in a while. That doesn't have to be a problem. Some of our pages live for years without becoming obsolete. Please click this link if you want us to update this page. Old content can be incorrect, misleading or outdated. Please get in contact with us via a form on this page, our live chat or via email with content@seibert.group if you are in doubt, have a question, suggestion, or want changes from us.