Absolutely, Scott! The standard Forms 2.0 embed code works fine. You'll want to use a generic JS tag plugin with WP, I've recommended one here before if you search...
However with Wordpress it is preferable you first place your form into a blank landing page and then embed the landing page itself into wordpress through a simple embed code such as <iframe src="w3.yourdomain.com/your-form-landing.html" width="450" height="640" frameborder="”0”"></iframe>.
A little more complicated than copy-and-paste, b/c in the WP CMS environment people try to stay away from statically putting HTML + JS in page templates.
Instead, there would usually be a level of management/abstraction: either a custom page type w/variables for the Marketo Form ID or at least a plugin that more delicately manages the tags.
True Sanford, just wanted to offer an easy way out. The iframe option I suggested works, but as Sanford points out, you might want to dive a little bit deeper into it.
A
Anonymous
April 24, 2018
Hi all. Does anyone have experience embedding Marketo forms on the Kentico CMS? We are able to get the Lightbox code to appear correctly; however, we would like to embed the form on a web page.