You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
when I do this code as below
I get the following output which is not exactly what I wanted
<script src="https://connect.facebook.net/en_US/sdk.js#xfbml=1&version=v16.0&appId=426089538585786&autoLogAppEvents=1" async="1" defer="1" nonce="29n16Pxp" crossorigin="anonymous"></script>
What I wanted is the following output what's wrong here?
<script src="https://connect.facebook.net/en_US/sdk.js#xfbml=1&version=v16.0&appId=426089538585786&autoLogAppEvents=1" async defer nonce="29n16Pxp" crossorigin="anonymous"></script>
Beta Was this translation helpful? Give feedback.
All reactions