adding PM onto a website?

For general discussion of the Poker Mavens software
poker4gp
Posts: 15
Joined: Thu Dec 18, 2014 9:58 am

Re: adding PM onto a website?

Post by poker4gp »

Kent Briggs
Site Admin
Posts: 5987
Joined: Wed Mar 19, 2008 8:47 pm

Re: adding PM onto a website?

Post 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>
poker4gp
Posts: 15
Joined: Thu Dec 18, 2014 9:58 am

Re: adding PM onto a website?

Post by poker4gp »

ive fixed it :) thanks for the help.
blockgators
Posts: 8
Joined: Thu Dec 24, 2015 6:14 pm

Re: adding PM onto a website?

Post by blockgators »

How did you fix it? I am having trouble getting the iframe to show on my webpage pm.bgapoker.com
Kent Briggs
Site Admin
Posts: 5987
Joined: Wed Mar 19, 2008 8:47 pm

Re: adding PM onto a website?

Post by Kent Briggs »

blockgators wrote: Sun Apr 20, 2025 2:06 pm How did you fix it? I am having trouble getting the iframe to show on my webpage pm.bgapoker.com
What does your iframe tag look like? Note that modern browsers won't allow you to link to a raw IP address with an iframe anymore. The poker server will need its own domain name.
Post Reply