SOLVED

Mkto form in wordpress without iframe

Go to solution
Charles_Sander1
Level 4

Mkto form in wordpress without iframe

We have a secondary news website in Wordpress. I'm starting to tackle getting this one up to snuff, and one to-do item is getting a Marketo form into the sidebar widget (newsletter registration). I see there are a couple plugins out there, but they appear to be third-party solutions. I want to avoid iframing if I can. Though it might be fine, It brings up a security alert that I'm trying to avoid, due to the nature of our business. Looks like there may be a way with Smart tags - but I'm a little rusty in Wordpress.

1 ACCEPTED SOLUTION

Accepted Solutions
SanfordWhiteman
Level 10 - Community Moderator

Re: Mkto form in wordpress without iframe

You just need to wp_register and wp_enqueue the Marketo embed code.

Or use a plugin that loads generic scripts, like Simple Custom CSS and JS

View solution in original post

2 REPLIES 2
SanfordWhiteman
Level 10 - Community Moderator

Re: Mkto form in wordpress without iframe

You just need to wp_register and wp_enqueue the Marketo embed code.

Or use a plugin that loads generic scripts, like Simple Custom CSS and JS

Charles_Sander1
Level 4

Re: Mkto form in wordpress without iframe

ah! yep... so far, so good. Getting a form on the page... thank you!