code for show music player
3 posters
Page 1 of 1
code for show music player
hello forumation team
best team!
what is the code(tage) of online music player in phpbb3?
music
with direct link
best team!
what is the code(tage) of online music player in phpbb3?
music
with direct link
Last edited by qmars(pkq) on Sun 13 Jul 2014 - 12:03; edited 1 time in total
Re: code for show music player
Hello qmars(pkq),
Have you tried the following tutorial ?
https://help.forumotion.com/t112787-seamless-music-player
Have you tried the following tutorial ?
https://help.forumotion.com/t112787-seamless-music-player
Re: code for show music player
no broAnge Tuteur wrote:Hello qmars(pkq),
Have you tried the following tutorial ?
https://help.forumotion.com/t112787-seamless-music-player
i want tage of player for users
it mean they have a direct llink of a music and they want to share it in posts
i want tage of player
Re: code for show music player
some thing like this tag for showing image
i want some tages for play music in post
i want some tages for play music in post
Re: code for show music player
You could use youtube to play music videos. What is the URL of the music they're wanting to post, for example ?qmars(pkq) wrote:some thing like this tag for showing image
i want some tages for play music in post
Re: code for show music player
erore Invalid YouTube video
theyre video isnt from youtoub
it is a direct link of music or video
for example this music http://lemon-13.com/m%20up/music/3443a94d70bebb8de5a0d4.mp3
theyre video isnt from youtoub
it is a direct link of music or video
for example this music http://lemon-13.com/m%20up/music/3443a94d70bebb8de5a0d4.mp3
Re: code for show music player
I'd have to see if I could come up with anything. In the mean time thanks for the example.
Re: code for show music player
See if this works :
Modules > JavaScript Codes Management > Create a new script
Title : your choice
Placement : In the topics
Paste the code below and submit :
Modules > JavaScript Codes Management > Create a new script
Title : your choice
Placement : In the topics
Paste the code below and submit :
- Code:
$(function(){$('.post .postbody a').each(function() {if (/http:\/\/.*?.mp3/.test($(this).html())) $(this).html($(this).html().replace(/(http:\/\/.*?.mp3)/ig,'<audio controls><source src="$1" type="audio/mpeg"></audio>')).before($(this).html()).remove()})});
Re: code for show music player
wow!
tnx u bro
it was work!
please help me about https://help.forumotion.com/t134314-icons-in-new-post
u r the best!
tnx u bro
it was work!
please help me about https://help.forumotion.com/t134314-icons-in-new-post
u r the best!
Re: code for show music player
Topic Solved and Locked
Derri- Helper
- Posts : 8711
Reputation : 638
Language : English & Basic French
Location : Scotland, United Kingdom
Similar topics
» Different music player Code
» Music Player Code
» tag of music player
» SCM Music Player code not working?
» Music Player
» Music Player Code
» tag of music player
» SCM Music Player code not working?
» Music Player
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum