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.
[av]http://www.ramsondemand.com/threads/testing-d-oneliner.25984/[/av]
 
@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
 
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
 
[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]
 
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.
 
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.
 
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>
 
<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>
 
HTML:
<iframe src="http://www.doneliner.com/?id=53683fa416f2f7f1b50013fe;embedded=true" width="100%" height="600"></iframe>
 
HTML:
<iframe src="http://www.doneliner.com/?id=53683fa416f2f7f1b50013fe" width="100%" height="600"></iframe>