Hello there,
we are currently setting up our own company Wiki with SharePoint. For that I created an own page layout that was copied from the standard page layout (EnterpriseWiki.aspx) and modified that.
For one point I want to implement the "SocialTagsControl" so that our article authors can quick tag the content.
The implementation works fine. It works as expected.
But there is a strange behavior:
When the "Tags & Notes" functionality is used via the ribbon it is completly seperated from the implementation in the page itself.
So Tags added in our page layout don't appear in the modal dialog via the ribbon. And the other way also.
That's the code how I implemented the tags functionality in the page layout:
<SharePointPortalControls:SocialTagsControlID="TagsControl"runat="server"/>