Testing D Oneliner

  • To unlock all of features of Rams On Demand please take a brief moment to register. Registering is not only quick and easy, it also allows you access to additional features such as live chat, private messaging, and a host of other apps exclusive to Rams On Demand.

Stranger

How big is infinity?
Joined
Aug 15, 2010
Messages
7,182
Name
Hugh
  • Thread Starter Thread Starter
  • #2
[av]http://www.ramsondemand.com/threads/testing-d-oneliner.25984/[/av]
 

Stranger

How big is infinity?
Joined
Aug 15, 2010
Messages
7,182
Name
Hugh
  • Thread Starter Thread Starter
  • #4
@PhxRam - Is there anyway to embed an iFrame via XenForo? I'm just trying to see if I can embed the following within a post:

HTML:
http://www.doneliner.com/?id=53683fa416f2f7f1b50013fe
 

PhxRam

Guest
If you look at the code you can see that it is using

Code:
https://s3.amazonaws.com/dlclips/Few Good Men - You want answers%3F I think I'm entitled. You want answers%3F I want the truth! You can't handle the truth!.wav
 

Stranger

How big is infinity?
Joined
Aug 15, 2010
Messages
7,182
Name
Hugh
  • Thread Starter Thread Starter
  • #6
[av]https://s3.amazonaws.com/dlclips/Few Good Men - You want answers%3F I think I'm entitled. You want answers%3F I want the truth! You can't handle the truth!.wav[/av]
 

Stranger

How big is infinity?
Joined
Aug 15, 2010
Messages
7,182
Name
Hugh
  • Thread Starter Thread Starter
  • #10

Stranger

How big is infinity?
Joined
Aug 15, 2010
Messages
7,182
Name
Hugh
  • Thread Starter Thread Starter
  • #13
how is it coming?
Yeah, can'nt get the iframe to embed from the user-side. It looks like changes need to be made in ACP to "Add BB Code Media Site" for the domain where the iframe is coming from - in this case "doneliner.com"

http://www.xfteam.info/threads/how-to-embed-iframes-in-xenforo.3003/

But I'm not quite sure if the above would work either, as I believe all that does is create a BB code for embedding the iframe. Seems I should be able to do it manually as well, if I could just get the syntax correct.
 

PhxRam

Guest
Yeah, can'nt get the iframe to embed from the user-side. It looks like changes need to be made in ACP to "Add BB Code Media Site" for the domain where the iframe is coming from - in this case "doneliner.com"

http://www.xfteam.info/threads/how-to-embed-iframes-in-xenforo.3003/

But I'm not quite sure if the above would work either, as I believe all that does is create a BB code for embedding the iframe. Seems I should be able to do it manually as well, if I could just get the syntax correct.

Just keep at it.. I am sure eventually you will get it.
 

Stranger

How big is infinity?
Joined
Aug 15, 2010
Messages
7,182
Name
Hugh
  • Thread Starter Thread Starter
  • #15
https://s3.amazonaws.com/dlclips/Few Good Men - You want answers%3F I think I'm entitled. You want answers%3F I want the truth! You can't handle the truth!.wav

<iframe src="https://s3.amazonaws.com/dlclips/Few Good Men - You want answers%3F I think I'm entitled. You want answers%3F I want the truth! You can't handle the truth!.wav" width="100%" height="400" border="0"></iframe>
 

Stranger

How big is infinity?
Joined
Aug 15, 2010
Messages
7,182
Name
Hugh
  • Thread Starter Thread Starter
  • #16
<iframe src="https://s3.amazonaws.com/dlclips/Few Good Men - You want answers%3F I think I'm entitled. You want answers%3F I want the truth! You can't handle the truth!.wav;embedded=true" width="100%" height="600"></iframe>
 

Stranger

How big is infinity?
Joined
Aug 15, 2010
Messages
7,182
Name
Hugh
  • Thread Starter Thread Starter
  • #19
HTML:
<iframe src="http://www.doneliner.com/?id=53683fa416f2f7f1b50013fe;embedded=true" width="100%" height="600"></iframe>
 

Stranger

How big is infinity?
Joined
Aug 15, 2010
Messages
7,182
Name
Hugh
  • Thread Starter Thread Starter
  • #20
HTML:
<iframe src="http://www.doneliner.com/?id=53683fa416f2f7f1b50013fe" width="100%" height="600"></iframe>