PJ_
PJ_

Reputation: 213

How to link to the Yammer group in the message text?

Is it possible to link or mention group in the Yammer message?

For example you can mention people using @john and then select from the list the person. Does something similar exist for groups and if not what is the best way to link to the group?

Upvotes: 6

Views: 9118

Answers (4)

Ben Aveling
Ben Aveling

Reputation: 914

It seems that [group:1234567] has been broken by one the improvements Microsoft made.

Try instead using the usual hyperlink function

  • select the text you want
  • push the link button
  • enter the url of the group you want to link to

It's ugly. You'd think that there'd be a better way, but it does work.

Upvotes: 0

Adam Pope
Adam Pope

Reputation: 83

Use the following mark up: [group:#groupid#] where #groupid# is the ID of the group found in the URL.

Upvotes: 7

Fuji
Fuji

Reputation: 11

Please try this: [group:{group permalink}] After posting, this string will be automatically changed to hyperlink to the group.

Upvotes: 1

Hypnotic Ocelot
Hypnotic Ocelot

Reputation: 116

No, the equivalent functionality is not available for groups. The best way to link to a group is to use the "web URL" for the group. This is a URL of the form:

https://www.yammer.com/{network permalink}/#/threads/inGroup?type=in_group&feedId={group id}

You can also link to a group using a URL of this form:

https://www.yammer.com/{network permalink}/groups/{group permalink}

Unfortunately, this URL can change over time if the group is ever renamed. The web URL, group ID, network permalink, and group permalink are all available via the API. Alternatively, the web URL can be obtained by copying the URL behind any group link.

Upvotes: 4

Related Questions