Social login form on WordPress

Hi,



We use:

  • Mautic 2.9.2
  • WordPress: 4.8.1
  • Mautic plugin for WordPress: 2.2.1


  • CORS: yes
  • Valid domain: already input trusted domain



    Create a form on Mautic then link to WordPress



    we tested 3 case below: 2 can not login and 1 is ok.



    Case 1: can not login with social network
Code:
[mautic type="form" id="7"]

Case 2: can not login with social network
Code:

Case 3: frame code - can login
Code:

May i know how to fix this problem in case 1 and case 2?

Hi,

We use:

  • Mautic 2.9.2

  • WordPress: 4.8.1

  • Mautic plugin for WordPress: 2.2.1

  • CORS: yes

  • Valid domain: already input trusted domain

Create a form on Mautic then link to WordPress

we tested 3 case below: 2 can not login and 1 is ok.

Case 1: can not login with social network

[mautic type="form" id="7"]

Case 2: can not login with social network

<script type="text/javascript" src="//m.mydomain.com/form/generate.js?id=7"></script>

Case 3: frame code - can login

<iframe src="//m.mydomain.com/form/7" width="300" height="300"><p>Your browser does not support iframes.</p></iframe>

May i know how to fix this problem in case 1 and case 2?