Mkto form in wordpress without iframe | Community
Skip to main content
Charles_Sander1
New Participant
June 30, 2017
Solved

Mkto form in wordpress without iframe

  • June 30, 2017
  • 2 replies
  • 2508 views

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.

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by SanfordWhiteman

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

2 replies

Charles_Sander1
New Participant
June 30, 2017

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

SanfordWhiteman
SanfordWhitemanAccepted solution
New Participant
June 30, 2017

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