Support » Fixing WordPress » How to embed Yammer feed in WordPress 2012 theme?

  • shea.jamesw

    (@sheajamesw)


    Hi Everyone,

    I’m not very familiar with web development but I’m curious if anyone can guide me through this. I have a yammer feed setup for internal social networking. I’m trying to use Yammer’s ‘Embed’ function and adding it into my wordpress site for testing purposes. I have no idea where in the editing portion of this theme I could add this feed. I’ve tried in the footer.php file with no success (nothing at all showed). Any guidance at all would help – I just want to test it to see how it looks and will worry about exact location later. The embed script looks like this (i removed my company name for privacy reasons in the domain (once i have it working, it should give me a login screen…)

    <script data-app-id=”hyB2pTvrL36Y50py8EWj6A”
    src=”https://assets.yammer.com/platform/yam.js”></script&gt;
    <script> yam.connect.embedFeed({
    container: “#embedded-feed”,
    network: “exampleofmycompany.com”,
    feedType: “group”,
    feedId: “all”});
    </script>
    <div id=”embedded-feed”></div>

Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
  • The topic ‘How to embed Yammer feed in WordPress 2012 theme?’ is closed to new replies.