iWidget – How To fight with Ibm Connection

This Week I’ve developed my first iWidget for Ibm Connections 5*.
Here you can find my first widget (an “html embedder” for Connections 5), it can be registered in connection using this parameters in “widget-config.xml” ** :

 

<widgetDef defId="htmlEmbed" url="https://<HostWhereYouPutWidget>/htmlEmbed/htmlembed20.xml?version=11" modes="view edit"
description="Use to embed html" showFullWidgetDeleteConfirmation="false" uniqueInstance="false"
primaryWidget="false"
iconUrl="https://<HostWhereYouPutWidget>/customWidget/htmlEmbed/htmlembed.png"
category="Social embedding"
/>

 

To Download iWidget Example Click Here – > htmlEmbed20

* This widget can be placed only in community.
** To know how to register widget you can follow official documentation.