Publishing in Social Networks

The web application enables the user to publish the link for express report, regular report, dashboard, workbook and model in social networks:

NOTE. Publication in Google+ is available only in the web application, provided appropriate settings in the PP.xml file.

To publish the application in social networks:

Setting Parameters to Publish in Social Networks from the Web Application

By default, the Share button is displayed in the web application. To hide the button in the PP.xml file set the "enabled" attribute of the <ShareSettings> element to False.

The available social networks are set in the <shareSettings> element: for <shareItem> nested elements set value of the name attribute that determines social network name (available values: LiveJournal, GooglePlus) and value of the enabled attribute that determines whether the menu item is available for the specified social network.

Example

Make the GooglePlus menu item available for the Share button:

<shareSettings enabled="true">
    <shareItem name="GooglePlus" enabled="true" />
 </shareSettings>

See also:

Reference