Hi,
Before I ask my question, I'm just going to write the normal behavior of what I'm expecting.
On one of our SharePoint Web Apps, we use the standard social buttons that came with SharePoint ("I Like It" and "Tags and Notes"). When a person either tags the page, or "Likes It", this information is updated in their MySite Profile. For example, in the list of Tags and Notes for the tag "I like it". you see...
"Tagged [(Site Name) - (Page Name)] with [Tag Name]"
Now for the question. In another one of our web apps, we have did not use any of the social buttons in the master pages, so I manually put them in through SharePoint designer by adding in the code
<td class="s4-socialdatanotif"> <SharePoint:DelegateControl ControlId="GlobalSiteLink3-mini" Scope="Farm" runat="server"/></td>
This correctly puts in the buttons, and I can even tag the page, or put notes on it. However, when I check my MySite, I see in the same list as mentioned above...
"Tagged [Site Collection Name] with [Tag Name]"
What I would like to display additionally with this is the page name as well. It doesn't bother me so much that the site collection name displays instead of the site name, but I would like the page name that was tagged there. As a side note, the link in
the list of tags on a MySite profile takes you to the correct page, but it's just the display on the MySite that I want to change. Does anyone have an idea on how to do this? Am I missing additional HTML in my Master Page perhaps? Is there a setting that needs
to be set in Central Admin?
Thank you.