Created
January 28, 2016 23:16
-
-
Save brianly/79cd5acf51f9df471133 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> | |
<html> | |
<head> | |
<meta http-equiv="X-UA-Compatible" content="IE=edge" /> | |
<title>Embed Buttons Test 2</title> | |
</head> | |
<body> | |
<script type="text/javascript" src="https://c64.assets-yammer.com/assets/platform_embed.js"></script> | |
<script type="text/javascript" src="https://c64.assets-yammer.com/assets/platform_social_buttons.min.js"></script> | |
<h3>Like button</h3> | |
<div id="yammer-like"></div> | |
<script> yam.connect.actionButton({ | |
container: "#yammer-like", | |
network: "maxis.com.my", | |
action: "like" | |
}); | |
</script> | |
<h3>Follow button</h3> | |
<div id="yammer-follow"></div> | |
<script> yam.connect.actionButton({ | |
container: "#yammer-follow", | |
network: "maxis.com.my", | |
action: "follow" | |
}); | |
</script> | |
<h3>Share button</h3> | |
<div id="yj-share-button"></div> | |
<script type="text/javascript">yam.platform.yammerShare();</script> | |
</div> | |
</body> | |
</html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment