Follow the steps to use custom favicon in SharePoint 2010 Master Page
- Open SharePoint Designer 2010
- Locate master page file in SharePoint Designer 2010
Note: Default location of master page files: All Filesà_catalogsàmasterpage - Right click on the default master page file
Note: By default v4.master is default master page file - Check Out master page file and open in Advanced Mode by right clicking to the file
- Find “SharePoint:SPShortcutIcon” tag in HEAD section of the content
- Replace IconUrl value with custom icon file
Example:<SharePoint:SPShortcutIcon runat="server" IconUrl="/images/custom_icon.ico" /> - Save file and check in all the changes
- Publish and Approve the changes
Contact Me for any technical help related with SharePoint 2010.
3 comments:
How do i replace the image programatically?
As per my understanding, there is no way to change favicon programatically(using server side coding) as it's a HTML tag. You can try javascript or jquery to achieve it. Refer http://stackoverflow.com/questions/260857/changing-website-favicon-dynamically
Dear Prashant,
I have an answer for the programmatic implementation.
Please contact www.sysfygroup.com for details
Post a Comment