PDA

View Full Version : Add-On Releases - [PVR] Forum Radio Player v2.0


hugh_
09-14-2013, 10:00 PM
Adding the following custom bbcode would allow your users to embed Party Vibe Radio's music player directly into their forum post. The player will not auto start.

If you like this mod please click Nominate for Mod of the Month ---->
Please remember to click Mark As Installed ---->

https://vborg.vbsupport.ru/external/2013/09/39.png
https://vborg.vbsupport.ru/external/2013/09/40.png
https://vborg.vbsupport.ru/external/2013/09/41.png
https://vborg.vbsupport.ru/external/2013/09/42.png
https://vborg.vbsupport.ru/external/2013/09/43.png
https://vborg.vbsupport.ru/external/2013/09/44.png

Test the player:

Light Player Demo (https://www.partyviberadio.com/player-https/embed-auto/reggae.html)
Dark Player Demo (https://www.partyviberadio.com/player-https/embed-dark-auto/reggae.html)
Cassette Player Demo (https://www.partyviberadio.com/player-https/embed-auto-cassette/reggae.html)
Shoutcast Radio Player Demo (https://www.partyviberadio.com/player-https/embed-dark-auto-scradio/reggae.html)
Small Theme Player Demo (https://www.partyviberadio.com/player-https/embed-small-auto/reggae.html)
Small Theme Dark Player Demo (https://www.partyviberadio.com/player-https/embed-dark-auto-small/reggae.html)

Party Vibe Radio's FAQ (https://www.partyvibe.com/radio/?p=1)
Party Vibe Radio (https://www.partyvibe.com/radio/)
Radio Directory (https://www.radio-directory.me)

Alternatively embed our free HTML, Javascript and Flash radio player (https://www.partyvibe.com/radio/?p=1865) or take a look at our simpler HTML only internet radio player (https://www.partyvibe.com/radio/?p=3812).

-----
Title: Party Vibe Radio

Tag: pvr

Replacement:

- Light theme

<iframe src="https://www.partyviberadio.com/player-https/embed/{param}.html" style="border:0px #FFFFFF none;" name="embed-dark" scrolling="no" frameborder="1" marginheight="0px" marginwidth="0px" height="90px" width="195px"></iframe>

- Dark theme

<iframe src="https://www.partyviberadio.com/player-https/embed-dark/{param}.html" style="border:0px #FFFFFF none;" name="embed-dark" scrolling="no" frameborder="1" marginheight="0px" marginwidth="0px" height="80px" width="190px"></iframe>

- Cassette theme

<iframe src="https://www.partyviberadio.com/player-https/embed-cassette/{param}.html" style="border:0px #FFFFFF none;" name="embed-dark" scrolling="no" frameborder="1" marginheight="0px" marginwidth="0px" height="225x" width="375px">
</iframe>

- Shoutcast theme

<iframe src="https://www.partyviberadio.com/player-https/embed-dark-scradio/{param}.html" style="border:0px #FFFFFF none;" name="embed-dark" scrolling="no" frameborder="1" marginheight="0px" marginwidth="0px" height="150px" width="200px">
</iframe>

- Small Theme Radio Player

<iframe src="https://www.partyviberadio.com/player-https/embed-small/{param}.html" style="border:0px #FFFFFF none;" name="embed-small" scrolling="no" frameborder="1" marginheight="0px" marginwidth="0px" height="75px" width="120px">
</iframe>

- Dark Small Theme Radio Player

<iframe src="https://www.partyviberadio.com/player-https/embed-dark-small/{param}.html" style="border:0px #FFFFFF none;" name="embed-dark-small" scrolling="no" frameborder="1" marginheight="0px" marginwidth="0px" height="75px" width="120px">
</iframe>

Example: reggae

Description:

Embed Party Vibe Radio into your forum posts.

Options are reggae, ambient, psytrance, techno, breakbeat, drumandbass, rap, rock, pop, vfr, charthits, smoothjazz, hardradio, smoothlounge, hotjamz or chilloutzone.

Use {option} No

Button Image (Optional) or use attached: See below

Remove Tag If Empty: Yes

Disable BB Code Within This BB Code: Yes

Disable Smilies Within This BB Code: Yes

Disable Word Wrapping Within This BB Code: Yes

Disable Automatic Link Parsing Within This BB Code: Yes

hugh_
11-02-2013, 03:02 AM
Is anyone using this on vBulletin 5?

hugh_
01-01-2014, 09:31 PM
02.01.2014 - Updated to version 1.50 with the addition of two new themes (cassette and shoutcast radio).

ZUCCO
02-14-2014, 08:29 PM
Tagged for future use :D thanks

hugh_
02-19-2014, 09:06 AM
19.02.2014 - Updated to version 1.60 with the addition of two new themes (small theme and small theme dark). I've also fixed the auto start issue.

hugh_
11-10-2014, 04:17 AM
10.11.2014 - I've updated the embedded cassette style radio player to include direct links to the streams and 'now playing' information.

https://vborg.vbsupport.ru/external/2014/11/32.png

Use the following code to embed it:

<center>
<iframe src="https://www.partyviberadio.com/new-player/embed-auto-cassette/{param}.html" style="border:0px #FFFFFF none;" name="embed" scrolling="no" frameborder="1" marginheight="0px" marginwidth="0px" height="225x" width="375px">
</center>

IggyP
01-25-2016, 12:20 PM
hmm...i tried putting dark one in a static html module on vb 5.2.0, for main forum page...displayed blank
seems like that should work right?

oh and i used this code even too from site
<center>
<iframe src="http://www.partyviberadio.com/player/embed-dark-auto/reggae.html" style="border:0px #FFFFFF none;" name="embed-dark" scrolling="no" frameborder="1" marginheight="0px" marginwidth="0px" height="80px" width="200px">
</iframe>
</center>

edit: i saw that extra spaces after i posted this so tried removing that but still displays blank...


edit2: hmm i think its cuz my site is https...how can i fix???

thanks,
iggy

hugh_
06-17-2016, 09:02 PM
hmm...i tried putting dark one in a static html module on vb 5.2.0, for main forum page...displayed blank
seems like that should work right?

oh and i used this code even too from site
<center>
<iframe src="http://www.partyviberadio.com/player/embed-dark-auto/reggae.html" style="border:0px #FFFFFF none;" name="embed-dark" scrolling="no" frameborder="1" marginheight="0px" marginwidth="0px" height="80px" width="200px">
</iframe>
</center>

edit: i saw that extra spaces after i posted this so tried removing that but still displays blank...


edit2: hmm i think its cuz my site is https...how can i fix???

thanks,
iggy

I'm sorry. I missed this. Is it still a problem for you?

hugh_
06-17-2016, 09:05 PM
18.06.2016 – Updated to version 1.70.

Reviewed our radio player code today and found a few issues had crept in since the last update. Everything works again now, sorry for any inconvenience. The full list of fixes goes as follows.

– Updated the radio player footer links to the new web site address.
– Fixed broken facebook like button.
– Some radio streams changed to new ports a while ago which wasn’t updated.
– All our radio players now use the local javascript source so outages to the remote server are no longer a problem.

hugh_
04-26-2017, 04:00 AM
26.04.17 - Update to version 2.0

- Our radio players now feature HTML5 and HTTPS web page support.

redragon29
12-22-2019, 05:07 PM
Nice !!!! i love this.