Search code examples
sharepoint-2010branding

Sharepoint 2010 social block branding


I have to brand a Sharepoint2010 portal. There are 2 buttons on the top ("I like it" and "Tags") which have to be replaced with custom HTML and images. Images src is hardcoded in tags (instead of CSS).

My approach is to rewrite inner HTML using jQuery. Could you suggest a better way?

EDIT: Ok, seems like there are no other ways. If you wanna styling social buttons, get jQuery and use it :)


Solution

  • I think re writing the innerHTML of the ms-socialNotif-Container div is the best solution here.