BBcode for iframe anther website

Get help developing custom BBCodes or request one.
JxH
Registered User
Posts: 37
Joined: Thu Dec 14, 2017 8:15 am

BBcode for iframe anther website

Post by JxH »

hello everyone

i really need to use iframe , like

Code: Select all

[iframe]https://xxxxxxx.com/{SIMPLETEXT}[/iframe]

Code: Select all

<iframe src="https://xxxxxxx.com/{SIMPLETEXT}" width="100%" height="400" border="0"></iframe>


but it's not work!! , when i use my website

Code: Select all

<iframe src="https://localhost" width="100%" height="400" border="0"></iframe>


it's work !!! , how i can allow iframe for anther website i really need it :|
JxH
Registered User
Posts: 37
Joined: Thu Dec 14, 2017 8:15 am

Re: BBcode for iframe anther website

Post by JxH »

Anyone can help me ? :roll:
User avatar
Brf
Support Team Member
Support Team Member
Posts: 53379
Joined: Tue May 10, 2005 7:47 pm
Location: {postrow.POSTER_FROM}
Contact:

Re: BBcode for iframe anther website

Post by Brf »

You are trying to make a bbcode that will Iframe various pages on xxxxxxx.com?
JxH
Registered User
Posts: 37
Joined: Thu Dec 14, 2017 8:15 am

Re: BBcode for iframe anther website

Post by JxH »

Brf wrote: Fri Dec 15, 2017 3:09 am You are trying to make a bbcode that will Iframe various pages on xxxxxxx.com?
We have service in my country I want use it on my site
But phpbb Block the iframe , it's just work with videos , I want use it for pages


Please help me and sorry about my English
User avatar
Brf
Support Team Member
Support Team Member
Posts: 53379
Joined: Tue May 10, 2005 7:47 pm
Location: {postrow.POSTER_FROM}
Contact:

Re: BBcode for iframe anther website

Post by Brf »

Xxxxxxx.com just redirects to a porn site. Why don't you simply use the porn site's address instead?
JxH
Registered User
Posts: 37
Joined: Thu Dec 14, 2017 8:15 am

Re: BBcode for iframe anther website

Post by JxH »

Brf wrote: Fri Dec 15, 2017 3:46 am Xxxxxxx.com just redirects to a porn site. Why don't you simply use the porn site's address instead?
lol xxxxx for example it's blocked in my country I don't check it sorry
I want use https://www.haraj.com.sa
JxH
Registered User
Posts: 37
Joined: Thu Dec 14, 2017 8:15 am

Re: BBcode for iframe anther website

Post by JxH »

Brf wrote: Fri Dec 15, 2017 3:46 am Xxxxxxx.com just redirects to a porn site. Why don't you simply use the porn site's address instead?
mr Brf can you help me ?
User avatar
Brf
Support Team Member
Support Team Member
Posts: 53379
Joined: Tue May 10, 2005 7:47 pm
Location: {postrow.POSTER_FROM}
Contact:

Re: BBcode for iframe anther website

Post by Brf »

You need to explain what you are trying to use for your bbcode.
JxH
Registered User
Posts: 37
Joined: Thu Dec 14, 2017 8:15 am

Re: BBcode for iframe anther website

Post by JxH »

:|
who i can use page within page

like any code for BBcode youtube but for pages

not work with

Code: Select all

<iframe src="http://google.com" width="100%" height="400" border="0"></iframe>
it's work with

Code: Select all

<iframe src="http://google.com/asdasd?=sdfs" width="100%" height="400" border="0"></iframe>
not work with

Code: Select all

<iframe src="https://haraj.com.sa" width="100%" height="400" border="0"></iframe>
https://imgur.com/a/iuzMw

https://imgur.com/a/SUY8j


i need this

Code: Select all

[iframe]https://haraj.com.sa/{SIMPLETEXT1}[/iframe]

Code: Select all

<iframe src="https://haraj.com.sa/{SIMPLETEXT1}" width="100%" height="400" border="0"></iframe>
but it didn't work
Last edited by JxH on Fri Dec 15, 2017 3:56 pm, edited 1 time in total.
User avatar
Brf
Support Team Member
Support Team Member
Posts: 53379
Joined: Tue May 10, 2005 7:47 pm
Location: {postrow.POSTER_FROM}
Contact:

Re: BBcode for iframe anther website

Post by Brf »

That is not a bbcode
JxH
Registered User
Posts: 37
Joined: Thu Dec 14, 2017 8:15 am

Re: BBcode for iframe anther website

Post by JxH »

Brf wrote: Fri Dec 15, 2017 3:54 pm That is not a bbcode

Code: Select all

[iframe]https://haraj.com.sa/{SIMPLETEXT1}[/iframe]

Code: Select all

<iframe src="https://haraj.com.sa/{SIMPLETEXT1}" width="100%" height="400" border="0"></iframe>
User avatar
Brf
Support Team Member
Support Team Member
Posts: 53379
Joined: Tue May 10, 2005 7:47 pm
Location: {postrow.POSTER_FROM}
Contact:

Re: BBcode for iframe anther website

Post by Brf »

What are you typing into your post when you try to use it?
JxH
Registered User
Posts: 37
Joined: Thu Dec 14, 2017 8:15 am

Re: BBcode for iframe anther website

Post by JxH »

Brf wrote: Fri Dec 15, 2017 4:00 pm What are you typing into your post when you try to use it?

Code: Select all

[iframe]https://haraj.com.sa/{SIMPLETEXT1}/[/iframe]

Code: Select all

<iframe src="https://haraj.com.sa/{SIMPLETEXT1}/" width="100%" height="400" border="0"></iframe>

example

https://haraj.com.sa/1127847072/


Image
User avatar
Brf
Support Team Member
Support Team Member
Posts: 53379
Joined: Tue May 10, 2005 7:47 pm
Location: {postrow.POSTER_FROM}
Contact:

Re: BBcode for iframe anther website

Post by Brf »

That particular page has the attribute "'X-Frame-Options' set to 'deny'.
User avatar
JoshyPHP
Code Contributor
Posts: 1288
Joined: Mon Jul 11, 2011 12:28 am

Re: BBcode for iframe anther website

Post by JoshyPHP »

You will never be able to display this website in an iframe; They specifically disallow it.
I wrote the library that handles markup in phpBB 3.2+.
Post Reply

Return to “Custom BBCode Development and Requests”