Rating: 4 stars
It’s really simple to use and it does work.
Only problem is, the result is not responsive, and this is too bad, since this fact makes the plugin irrelevant.
]]>Rating: 5 stars
No problem with this one ?? Thanks!
]]>Rating: 4 stars
It works nice but it doesn’t adjust to the page size.
I fixed the responsive scaling by manually adding the iframe to the page in raw html:
<iframe src=”https://domain.nl/wp-content/uploads/2015/08/Edgeproject/Assets/Edgeproject.html” width=”100%” scrolling=”no” id=”myFrame”></iframe>
and somewhere on the page in (raw) javascript:
<script type=”text/javascript”>
function sizeFrame() {
var F = document.getElementById(“myFrame”);
var w = window.innerWidth
|| document.documentElement.clientWidth
|| document.body.clientWidth;
if(F.contentDocument) {
hoogte = F.contentDocument.documentElement.scrollHeight+30; //FF 3.0.11, Opera 9.63, and Chrome
} else {
hoogte = F.contentWindow.document.body.scrollHeight+30; //IE6, IE7 and Chrome
}
var edgewidth = 1200;
var edgeheight = 800;
if (hoogte > w*edgeheight/edgewidth) {
hoogte = w*edgeheight/edgewidth;
}
F.height = hoogte;
}
window.onload=sizeFrame;
</script>
the script only adjusts for loading of the page. If you want it to adjust on browser resize.. change it a little.
??
Rating: 5 stars
I tried out Edge Suite (which Timm has been slaving away to the point of exhaustion — thank you, Timm!), but it didn’t work out for me.
WP OAM Renderer allowed me to upload the Edge Animate OAM and paste in posts with shortcode.
In short, it works. If you need to get Edge Animate content onto your site, this is the plugin you need.
]]>Rating: 4 stars
Great plugin, got it up and running in seconds, but it would really help if it could scale with responsive layouts.
]]>Rating: 5 stars
This plugin allows you to manage and embed OAM files in WordPress library really easily and all of this is working great.
]]>Rating: 5 stars
This plugin allows you to manage and embed OAM files in WordPress library really easily and all of this is working great.
]]>Rating: 5 stars
Use this plugin in production for a famous client who manages himself his OAM files.
Works like a charm.