adding PM onto a website?
-
Kent Briggs
- Site Admin
- Posts: 6011
- Joined: Wed Mar 19, 2008 8:47 pm
Re: adding PM onto a website?
You are still pointing to local host in your iframe:poker4gp wrote:http://www.poker4gp.com/wordpress/
Code: Select all
<iframe src="http://127.0.0.1:8087"</iframe>
Re: adding PM onto a website?
ive fixed it
thanks for the help.
-
blockgators
- Posts: 9
- Joined: Thu Dec 24, 2015 6:14 pm
Re: adding PM onto a website?
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: 6011
- Joined: Wed Mar 19, 2008 8:47 pm
Re: adding PM onto a website?
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.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
-
blockgators
- Posts: 9
- Joined: Thu Dec 24, 2015 6:14 pm
Re: adding PM onto a website?
Thanks Kent,
I got it to work. The part I need help with now is that I am trying to get it to automatically log the user into Poker Mavens when they sign into my website. Also, when they go to the poker.php page to automatically log them into the iframe. Right now the user have to log their self in through the iframe because I am having problems with the correct code for the new SessionKey being called in the iframe /Source?Name=ClientHtm&SessionKey=
I got it to work. The part I need help with now is that I am trying to get it to automatically log the user into Poker Mavens when they sign into my website. Also, when they go to the poker.php page to automatically log them into the iframe. Right now the user have to log their self in through the iframe because I am having problems with the correct code for the new SessionKey being called in the iframe /Source?Name=ClientHtm&SessionKey=
- Attachments
-
- iframe.png (378.22 KiB) Viewed 1766 times
-
Kent Briggs
- Site Admin
- Posts: 6011
- Joined: Wed Mar 19, 2008 8:47 pm
Re: adding PM onto a website?
See the iframe (SessionKey2.php) example here:blockgators wrote: ↑Thu Jul 03, 2025 11:50 pm Thanks Kent,
I got it to work. The part I need help with now is that I am trying to get it to automatically log the user into Poker Mavens when they sign into my website. Also, when they go to the poker.php page to automatically log them into the iframe. Right now the user have to log their self in through the iframe because I am having problems with the correct code for the new SessionKey being called in the iframe /Source?Name=ClientHtm&SessionKey=
https://www.briggsoft.com/docs/pmavens/ ... auto_login