Embedfriendly in my mind, also means js in the theme will work when embedded. As you can see some plugins won't work correctly if embedded, because the js breaks down when embedded, so if js in a themehook breaks down when embedded, it is not Embedfriendly. Some absolute positioning and other things may not work the same when embedded.
So, it is more than window size.
I may not provide the completed solution you might desire, but I do try to provide honest suggestions to help you solve your issue.
Yes true, which is why embedded forums kind of suck because of the non predictable nature
Also I prefer to use php based master on themes I make because they seem to respond better even when embedded. I have none of the js issues that creep up.
Well but with my additions it's possible to mark all themes that are "embed friendly" with "IsEmbed" true.
That way a developer can still decide to pick the same theme for both the embed version as the outside version.
I still think this is a good addition to the code base and I still propose a pull
Comments
Embedfriendly in my mind, also means js in the theme will work when embedded. As you can see some plugins won't work correctly if embedded, because the js breaks down when embedded, so if js in a themehook breaks down when embedded, it is not Embedfriendly. Some absolute positioning and other things may not work the same when embedded.
So, it is more than window size.
I may not provide the completed solution you might desire, but I do try to provide honest suggestions to help you solve your issue.
Yes true, which is why embedded forums kind of suck because of the non predictable nature
Also I prefer to use php based master on themes I make because they seem to respond better even when embedded. I have none of the js issues that creep up.
❌ ✊ ♥. ¸. ••. ¸♥¸. ••. ¸♥ ✊ ❌
Well but with my additions it's possible to mark all themes that are "embed friendly" with "IsEmbed" true.
That way a developer can still decide to pick the same theme for both the embed version as the outside version.
I still think this is a good addition to the code base and I still propose a pull