The web application enables the user to publish the link for express report, regular report, dashboard, workbook and model in social networks:
LiveJournal.
Google+.
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:
Select the Share menu item:
Report of the express report main menu.
Regular report of the regular report main menu.
Document of the dashboard main menu.
Workbook of the workbook main menu.
Model of the model main menu.
Click the Share button on the Home ribbon tab of the object navigator.
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.
Make the GooglePlus menu item available for the Share button:
<shareSettings enabled="true"> <shareItem name="GooglePlus" enabled="true" /> </shareSettings>
See also: