PHP ISSUE

Any alternatives for me to integrate php into weebly for a plug in?

Hi,
Firstly, we are Wix not Weebly :slight_smile: Moreover, both our frontend and backend is written in Javascript. If you need help with Wix Code, we’ll be happy to assist.

Best,
Tal.

sorry i did mean wix

I need to embed a html code but it requires php to be implemented to the site also

Wix Code does not support PHP. Wix Code only supports Javascript (and HTML).

WixCode understands all of Javascript, except for anything that accesses the DOM.

This keeps the user from inadvertently “breaking” something. I myself tried to hack things from the code, from an iFrame, and in my dreams, but WixCode wasn’t having any of it.

Accessing document elements such as div, span, button, etc is off-limits. The way to access elements on the page is only through $w.

One small exception is the $w.HtmlComponent (which is based on an iFrame). This element was designed to contain vanilla HTML and it works just fine. You just can’t try to trick it by using parent, window, top, etc.

Yisrael

Oh no :‘( :’(

Thank you Yisreal