Hi
we are running SAP NW Portal 7.30 SP12.
We need to add buttons for sharing portal pages through most popular social networks (Facebook,Twitter, Google+,LinkedIn) within HTML pages displayed by WPC containers into SAP Portal .
These buttons using the open graph protocol to expose the content on social networks .
OG meta tag facebook example:
<meta property="og:title" content="our page title" />
<meta property="og:type" content="article" />
<meta property="og:url" content="current_portal_url"/>
<meta property="og:image" content="url_generic_image"/>
It seems that the configuration of the open graph tags set in our HTML pages is ignored by Portal and consequently the post displayed on social network for a Portal page does not display all the meta-property values, listed above in the example.
Does the SAP Portal support a possible way to manage this scenario so to be able to publish the expected meta property data for each shared page?
Thank you and kind regards,