Page 2 of 2

Re: adding PM onto a website?

Posted: Thu Dec 18, 2014 12:43 pm
by poker4gp

Re: adding PM onto a website?

Posted: Thu Dec 18, 2014 12:59 pm
by Kent Briggs
You are still pointing to local host in your iframe:

Code: Select all

<iframe src="http://127.0.0.1:8087"</iframe>

Re: adding PM onto a website?

Posted: Thu Dec 18, 2014 1:04 pm
by poker4gp
ive fixed it :) thanks for the help.