I would like to create a share button on my Wordpress blog with Jetpack plugin. This service is not included by default. So, what is the Yammer sharing url or link to documentation?
Asked
Active
Viewed 89 times
0
-
Questions asking us to recommend or find a book, tool, software library, tutorial or other off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it. – Fencer04 Sep 26 '16 at 13:36
2 Answers
0
You can embed a Yammer share Button using this script:
<span id="yj-share-button"></span>
Place the following code at the bottom of the page before the closing tag.
<script type="text/javascript" src="https://s0.assets-yammer.com/assets/platform_social_buttons.min.js"></script>
<script type="text/javascript">yam.platform.yammerShare();</script>

mr i.o
- 952
- 2
- 10
- 20
0
I read that, but it's not compatible with Jetpack for Wordpress... I would like ti create my own custom sharing button: https://jetpack.com/support/sharing/

W.L
- 1