IE8 issues with Yammer embed and API -
facing multiple issues ie 8 (detailed version 8.0.7601.17514). please note works fine in other browsers.
yammer embed feed control not working. shows result , not.
rest api call not working , giving error below. used new js sdk , new yam.platform.request.
error : yam.request null or not object. source : platform_js_sdk.js
thanks in advance help!
i found out div embed yammer feed has above yammer request script
eg.
<div id="embedded-feed" style="height:400px;width:500px;"></div> <script> yam.connect.embedfeed( { container: '#embedded-feed', network: 'fourleaf.com' // network permalink (see below) }); </script>
otherwise, ie not able find div show feed (but chrome works fine..)
Comments
Post a Comment