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.

  1. yammer embed feed control not working. shows result , not.

  2. 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

Popular posts from this blog

google api - Incomplete response from Gmail API threads.list -

Installing Android SQLite Asset Helper -

Qt Creator - Searching files with Locator including folder -