Articles about European Sharepoint Hosting Service
SharePoint 2013 Hosting UK – HostForLIFE.eu :: How to Overcome Yammer URL Encoding Issues in the Webpart Title?
In this blog, I will demonstrate how to overcome Yammer URL encoding issues in the webpart title. I have added a content editor webpart to embed a Yammer group feed and it works fine.
Further, we have configured webpart title URL to point to that Yammer group, so that the users can open group conversations in full window. Group link is copied from the address bar of that specific yammer group, as shown below.
https://www.yammer.com/company.com/#/threads/inGroup?type=in_group&feedId=12668139&view=all
Surprisingly, after saving the page webpart, title link didn’t work. After having a close look, I noticed ‘#’ is replaced with ‘%23’.
https://www.yammer.com/company.com/%23/threads/inGroup?type=in_group&feedId=12668139&view=all
Here are some approaches to fix the issue.
URL Formatting
Format yammer group URL as below.
https://www.yammer.com/{network permalink}/groups/{feedId}
Original URL
https://www.yammer.com/company.com/#/threads/inGroup?type=in_group&feedId=12668139&view=all
Formatted URL
Simply Add ‘?’ before ‘#’ (you will like this 🙂 )
https://www.yammer.com/company.com/?#/threads/inGroup?type=in_group&feedId=12668139&view=all
Print article | This entry was posted by Peter on August 14, 2018 at 7:35 am, and is filed under European SharePoint 2013 Hosting. Follow any responses to this post through RSS 2.0. You can leave a response or trackback from your own site. |