Copy link to clipboard
Copied
Hello,
Is there an easy way to integrate multiple html5 animate canvas in wordpress without using iframe ?
Thks
Patrick
1 Correct answer
Not really. Just make sure that each div has a beginning and and end tag and that each one has a unique name.
Copy link to clipboard
Copied
An iframe is useful if you need to present external content into HTML. If that’s what you need to do then use an I frame. If you have a bunch of canvases that you want to put one after the other on a a single HTML document then you could just use div’s. Set up one div for each canvas and you will have independent control of each one. If the canvas elements share a lot of attributes then you can just put each canvas one after the other in the HTML document.
More Info on the Canvas element: HTML5 Canvas
More info on the Div tag: HTML div tag
More info on the frame tag: HTML iframe tag
Copy link to clipboard
Copied
Hello,
Thank you for your answer,
I tried so many time to integrate multiple canvas in wordpress using div's, but there is always some conflicts, with a buggy result
Do you have a concrete example or an easy way ?
Copy link to clipboard
Copied
Not really. Just make sure that each div has a beginning and and end tag and that each one has a unique name.
Copy link to clipboard
Copied
Could you please share an example ?
Copy link to clipboard
Copied
patrickb89495570 wrote
Is there an easy way to integrate multiple html5 animate canvas in wordpress without using iframe ?
Using an iframe IS the easy way. If you don't use iframes, it's very not easy.

