Nazar Leush
Nazar Leush
@matuszeman You can add ``` getMeta: function(...) { return {ID:'...'}; } ``` for any plugin. And result data will contain 'ID' in 'meta' section of response from that plugin.
In addition to Ivan: Example usage here: https://github.com/itteco/iframely/blob/master/plugins/domains/facebook.com/facebook.post.ejs But you are right, it needs to be more unified for common cases. Also we are looking at google plus posts embedding...
> Maybe only width, height, overflow and background should be supported? `height` - in most cases. Width usually are floating. If widget know its width and height it can specify...
Registering needed to control flow from parent window. Iframe can send signal before events in parent window will be set up. I don't know how critical could it be, but...
Ok, lets see what separate problems we have. 1. parameters available to sent to parent. We can allow `object` pattern (useing JSON.stringify) but recommend using limited list of attrs. 2....
One more problem we have with that - is detecting real window size inside iframe. Its not about spec, but more like: how and when detect content size. In common...
I think its ok to call wait after ready. Usually subscription params not changed just on recall. So dependency will be called only once. Subscription will be not reinited as...
Hi @joshribakoff Do you have any code to test your issue?
You are right, I was looking for fast fix. Mongoose older version was loaded in parent package in my project. Everyauth is kind of magic for me :) So I'm...