Page 1 of 1

BBCODE for phpBB forum for music player

Posted: 30 Apr 2017
by Bixbambi
Hi.
Hello what is the BBCODE for phpBB forum to play the music player allihoupa. This is for a new French-speaking Forum to be published. Please.

Re: BBCODE for phpBB forum for music player

Posted: 30 Apr 2017
by Kenni
Bixbambi wrote:Hi.
Hello what is the BBCODE for phpBB forum to play the music player allihoupa. This is for a new French-speaking Forum to be published. Please.
There's no standard code. The Allihoopa BBCode we have is a custom one, based on the iFrame source code you get when you actually share your stuff from Allihoopa.

Re: BBCODE for phpBB forum for music player

Posted: 30 Apr 2017
by Bixbambi
Kenni wrote: There's no standard code. The Allihoopa BBCode we have is a custom one, based on the iFrame source code you get when you actually share your stuff from Allihoopa.
I have customized my Iframe but it does not work an idea?

Code: Select all

[allihoopa]{URL}[/allihoopa]

Code: Select all

<iframe style="width:100%;height:166px;border:1px solid #c2d2a7;" src="https://api.allihoopa.com/v1/oembed?url={URL}"></iframe>

Re: BBCODE for phpBB forum for music player

Posted: 30 Apr 2017
by Kenni
Bixbambi wrote: I have customized my Iframe but it does not work an idea?

Code: Select all

<iframe style="width:100%;height:166px;border:1px solid #c2d2a7;" src="https://api.allihoopa.com/v1/oembed?url={URL}"></iframe>
And what does the actual BBCode look like?

Should be something like:

Code: Select all

[allihoopa]{URL}[/allihoopa]

Re: BBCODE for phpBB forum for music player

Posted: 30 Apr 2017
by Kenni
Oh, I see the problem here as well.

You're using the API version of the Allihoopa embed. That endpoint returns a JSON object, not an actual HTML code.

For an actual Allihoopa player inside a post I'd use:

Code: Select all

[allihoopa]{SIMPLETEXT}[/allihoopa]

Code: Select all

<iframe src="https://allihoopa.com/s/{SIMPLETEXT}?embed" style="height:120px; width:100%" scrolling="no" frameborder="0"></iframe>
Then you can embed with the following in a post:

Code: Select all

[allihoopa]qoSQnzaR[/allihoopa]

Last part of URL: https://allihoopa.com/s/qoSQnzaR

Re: BBCODE for phpBB forum for music player

Posted: 30 Apr 2017
by Bixbambi
Kenni wrote:

Code: Select all

[allihoopa]{URL}[/allihoopa]
Yes, I have this in my BBcode. But I think

Code: Select all

https://api.allihoopa.com/v1/oembed?url={URL}
is not good.

Re: BBCODE for phpBB forum for music player

Posted: 30 Apr 2017
by Bixbambi
Kenni wrote:Oh, I see the problem here as well.

You're using the API version of the Allihoopa embed. That endpoint returns a JSON object, not an actual HTML code.

For an actual Allihoopa player inside a post I'd use:

Code: Select all

[allihoopa]{SIMPLETEXT}[/allihoopa]

Code: Select all

<iframe src="https://allihoopa.com/s/{SIMPLETEXT}?embed" style="height:120px; width:100%" scrolling="no" frameborder="0"></iframe>
Then you can embed with the following in a post:

Code: Select all

[allihoopa]qoSQnzaR[/allihoopa]

Last part of URL: https://allihoopa.com/s/qoSQnzaR
Thank you very much Kenni. It is really nice! thank you, very much! :thumbs_up: :thumbs_up: :thumbs_up: :thumbs_up:

Re: BBCODE for phpBB forum for music player

Posted: 30 Apr 2017
by Kenni
No problem!

Re: BBCODE for phpBB forum for music player

Posted: 01 May 2017
by jfrichards
So cool that you have both partially transformed into machines, sort of human/machine hybrids and can actually talk to each other.

Re: BBCODE for phpBB forum for music player

Posted: 10 May 2017
by Bixbambi
Kenni wrote:No problem!
Thanks again :thumbs_up:
viewtopic.php?f=11&t=7500737
jfrichards wrote:So cool that you have both partially transformed into machines, sort of human/machine hybrids and can actually talk to each other.
I laughed a lot :lol: :thumbs_up: