Hi,
I embedded Yammer into Xerte. A nice way to let people discuss with fellow students in the Xerte modules.
I use the following code from, grabbed from a developer Yammer-site:
<div id="embedded-feed" style="height:800px;width:800px;">
</div>
<script type="text/javascript" src="
s0.assets-yammer.com/assets/platform_embed.js">
</script>
<script type="text/javascript">
yam.connect.embedFeed({
container: "#embedded-feed",
network: "deltion.nl",
feedType: "group",
feedId: "11767134"
});
</script>
The strange thing is now that the feed is not shown at the first visit of the page. When I go to the next page and then back, I can see and use the feed. Refreshing the page with F5 at first visit couses a empty screen.
The test module is here, the Yammer feed is on the second page.
xerte.deltion.nl/play.php?template_id=222
Anyone a idea to change the script so that the feed is seen inmediately?
JaapJan