Using Yospace with AMP

Implementation of Yospace into AMP. The plugin can be implemented by providing a yospace object to the player config:

var config = {
  var config = {
    plugins: {
      yospace: {
          debug: false,
          resources: [
            {src: "yo-ad-management.min.js", type: "text/javascript"},
            {src: "../akamai/amp/yospace/Yospace.js", type: "text/javascript"}
          ]
        }
      }
    }
  }
};
akamai.amp.AMP.create("amp", config);