New answers tagged elements-xml
0
I always have added custom links to the suite bar using a small jquery script on the page
On SharePoint 2013 you can do that using this code
<script type="text/javascript">
var suiteBar = $("#suiteBar").find(".ms-core-brandingText");
suite.html("<a href="www.google.com"> custum link </a>");
</script>
If you are using Office 365 ...
Top 50 recent answers are included