Hi! I am using Wordpress.Org platform for my website.
I do all by JSAPI Tutorial... get API key...etc.
It is working for me ok if i use Basic Login Button:
<script type="in/Login"></script>
Also, it is ok if i use this:
<script type="in/Login">
You've logged in!
</script>
But it doesnt work when i use this:
<script type="in/Login">
Hello, <?js= firstName ?> <?js= lastName ?>.
</script>
It is blocking my website... It doesnt load my homepage at all. Please, why this is happening? Help?!?!?
Forward thanks,
W
- Log in to post comments
Do you have PHP short open tags enabled?
-Jeremy