Create user automatically in Discourse when they sign up in Wordpress?

Just wanted to come back and say that I did the iframe trick and it’s working. Couple of notes in case it’s helpful for anyone:

  1. I went with <embed> instead <iframe> based on the note I saw here

  2. Instead of showing the <embed> via the wordpress login hook, I just hardcoded the <embed> statement into the bottom of our “Thanks for signing up!” page in WordPress since that gets shown right after they join and is only shown once. (This could be a simpler approach for people who don’t want to have to deal with adding php code.)

Thanks for the help!

3 Likes