The forum of the forums

Would you like to react to this message? Create an account in a few clicks or log in to continue.
The forum of the forums
3 posters

    code for show music player

    qmars(pkq)
    qmars(pkq)
    Forumember


    Posts : 210
    Reputation : 1
    Language : english,persian
    Location : iran

    Solved code for show music player

    Post by qmars(pkq) July 7th 2014, 12:09 pm

    hello forumation team
    best team!
    what is the code(tage) of online music player in phpbb3?
    music
    with direct link


    Last edited by qmars(pkq) on July 13th 2014, 12:03 pm; edited 1 time in total
    Ange Tuteur
    Ange Tuteur
    Forumaster


    Male Posts : 13207
    Reputation : 3000
    Language : English & 日本語
    Location : Pennsylvania

    Solved Re: code for show music player

    Post by Ange Tuteur July 7th 2014, 12:30 pm

    Hello qmars(pkq),

    Have you tried the following tutorial ?
    https://help.forumotion.com/t112787-seamless-music-player
    qmars(pkq)
    qmars(pkq)
    Forumember


    Posts : 210
    Reputation : 1
    Language : english,persian
    Location : iran

    Solved Re: code for show music player

    Post by qmars(pkq) July 7th 2014, 12:36 pm

    Ange Tuteur wrote:Hello qmars(pkq),

    Have you tried the following tutorial ?
    https://help.forumotion.com/t112787-seamless-music-player
    no bro
    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
    qmars(pkq)
    qmars(pkq)
    Forumember


    Posts : 210
    Reputation : 1
    Language : english,persian
    Location : iran

    Solved Re: code for show music player

    Post by qmars(pkq) July 7th 2014, 12:58 pm

    some thing like this tag code for show music player   for showing image
    i want some tages for play music in post
    Ange Tuteur
    Ange Tuteur
    Forumaster


    Male Posts : 13207
    Reputation : 3000
    Language : English & 日本語
    Location : Pennsylvania

    Solved Re: code for show music player

    Post by Ange Tuteur July 7th 2014, 1:01 pm

    qmars(pkq) wrote:some thing like this tag code for show music player   for showing image
    i want some tages for play music in post
    You could use youtube to play music videos. What is the URL of the music they're wanting to post, for example ?
    qmars(pkq)
    qmars(pkq)
    Forumember


    Posts : 210
    Reputation : 1
    Language : english,persian
    Location : iran

    Solved Re: code for show music player

    Post by qmars(pkq) July 7th 2014, 1:11 pm

    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
    Ange Tuteur
    Ange Tuteur
    Forumaster


    Male Posts : 13207
    Reputation : 3000
    Language : English & 日本語
    Location : Pennsylvania

    Solved Re: code for show music player

    Post by Ange Tuteur July 7th 2014, 1:52 pm

    I'd have to see if I could come up with anything. In the mean time thanks for the example.
    qmars(pkq)
    qmars(pkq)
    Forumember


    Posts : 210
    Reputation : 1
    Language : english,persian
    Location : iran

    Solved Re: code for show music player

    Post by qmars(pkq) July 7th 2014, 2:01 pm

    tnx bro
    im wating for your help
    qmars(pkq)
    qmars(pkq)
    Forumember


    Posts : 210
    Reputation : 1
    Language : english,persian
    Location : iran

    Solved Re: code for show music player

    Post by qmars(pkq) July 16th 2014, 10:16 am

    im wating for u yet Ange Tuteur
    Ange Tuteur
    Ange Tuteur
    Forumaster


    Male Posts : 13207
    Reputation : 3000
    Language : English & 日本語
    Location : Pennsylvania

    Solved Re: code for show music player

    Post by Ange Tuteur July 16th 2014, 9:02 pm

    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 :
    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()})});
    qmars(pkq)
    qmars(pkq)
    Forumember


    Posts : 210
    Reputation : 1
    Language : english,persian
    Location : iran

    Solved Re: code for show music player

    Post by qmars(pkq) July 17th 2014, 7:54 am

    wow!
    tnx u bro
    it was work!
    please help me about https://help.forumotion.com/t134314-icons-in-new-post
    u r the best!
    Derri
    Derri
    Helper
    Helper


    Male Posts : 8711
    Reputation : 638
    Language : English & Basic French
    Location : Scotland, United Kingdom

    Solved Re: code for show music player

    Post by Derri July 17th 2014, 7:59 am

    Topic Solved and Locked

      Current date/time is November 11th 2024, 7:48 pm