Social media for users
While the current version for the Social Media Publisher focuses on functions for you and your company as website owners, you might also consider adding social features to your rendered website for use by your users.
To enable this feature:
-
Review the documentation for each social network for the markup they require to be added to a page to integrate their social network badges:
-
When you specify the content url to use as an input to the Social badges, use the following tag:
http://YOUR_DOMAIN[URLCmpnt context="current" type="content" mode="static"]
, whereYOUR_DOMAIN
is the production domain of your website.For example:
http://www.ibm.com[URLCmpnt context="current" type="content" mode="static"]
The domain that is specified in the URL must be the same as the domain specified in the facebook.endUser.statistics.domain and twitter.endUser.statistics.domain global settings.
-
Enable the tracking of user's social activity within the Social Media Publisher by setting the global settings
Facebook.endUser.statistics.enabled
andTwitter.endUser.statistics.enabled
to true. See Global configuration settings for details.