Question

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 :)

Was it helpful?

Solution

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

OTHER TIPS

Why not replace the source images with your images in the hive?

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top