Welcome!

By registering with us, you'll be able to discuss, share and private message with other members of our community.

SignUp Now!
  • Guest, before posting your code please take these rules into consideration:
    • It is required to use our BBCode feature to display your code. While within the editor click < / > or >_ and place your code within the BB Code prompt. This helps others with finding a solution by making it easier to read and easier to copy.
    • You can also use markdown to share your code. When using markdown your code will be automatically converted to BBCode. For help with markdown check out the markdown guide.
    • Don't share a wall of code. All we want is the problem area, the code related to your issue.


    To learn more about how to use our BBCode feature, please click here.

    Thank you, Code Forum.

HTML & CSS Listener Feed

strawbs89

Active Coder
wonder if anyone could possible help me
I've got a song request form on my website

but what i would like is for when people request a certain
song there name comes up on some sort of embedded scroller

for example CV-INFO coolvibes-info: Emily wilder requested Kim wilder you keep me hanging on ----- Laura hoare requested 90's disco party ----- JayS requested hardcore ----- etc etc

how would i go about getting myself one of these????



something like this
Code:
<div class="banner-exclusive-posts-wrapper clearfix">
                <div class="exclusive-posts">
                    <div class="exclusive-now primary-color">
                        <div class="alert-spinner">
                            <div class="double-bounce1"></div>
                            <div class="double-bounce2"></div>
                        </div>
                        <strong>XR Info</strong>
                    </div>
                    <div class="exclusive-slides" dir="ltr">
                    <div class="marquee flash-slide-left" data-speed="120000" data-gap="0" data-duplicated="true" data-direction="left"><div style="width: 100000px; margin-left: 0px; animation: 61.6916s linear 0s infinite normal none running marqueeAnimation-6500097;" class="js-marquee-wrapper"><div class="js-marquee" style="margin-right: 0px; float: left;">
                      <div id="load_xrinfo"><a href="songstats.php?songid=288" target="_blank"><img src="pictures/Chaka Khan.jpg" width="100%" style="max-width:24px;height:24px;" alt="">Ain't Nobody by Chaka Khan is the top requested track</a><a href="#"><i class="fa fa-map-marker"></i> Listener from Stoke-on-Trent, United Kingdom has tuned in</a><a href="songstats.php?songid=2032" target="_blank"><i class="fa fa-question-circle"></i> Oh, angel : Is the start of what song ?</a><a href="songstats.php?songid=2060" target="_blank"><img src="pictures/Genesis.jpg" width="100%" style="max-width:24px;height:24px;" alt="">Genesis - In Too Deep STAYS AT 1 in the Top 100</a><a href="#"><img src="images/noartistimg.png" width="100%" style="max-width:24px;height:24px;" alt="">Ken Boothe was Number 1 in the UK Charts with Everything I Own on the 27th October 1974</a><a href="songstats.php?songid=1068" target="_blank"><img src="pictures/Pussycat.jpg" width="100%" style="max-width:24px;height:24px;" alt="">Mississippi by Pussycat hits the spot with 117 Likes</a><a href="#"><img src="members/0/image01.jpg" width="100%" style="max-width:24px;height:24px;" alt="">Funk-it-out greenscorpio and make it Funkadelic</a><a href="#"><img src="pictures/Elvis Presley.jpg" width="100%" style="max-width:24px;height:24px;" alt="">Elvis Presley was number 88 with Burning Love in the UK top 100 Chart of 1972</a><a href="#"><i class="fa fa-thumbs-up"></i> 9865 requests placed in 2021 - Thank you!</a></div>
                    </div><div class="js-marquee" style="margin-right: 0px; float: left;">
                      <div id="load_xrinfo"><a href="songstats.php?songid=288" target="_blank"><img src="pictures/Chaka Khan.jpg" width="100%" style="max-width:24px;height:24px;" alt="">Ain't Nobody by Chaka Khan is the top requested track</a><a href="#"><i class="fa fa-map-marker"></i> Listener from Bromley, United Kingdom has tuned in</a><a href="songstats.php?songid=581" target="_blank"><i class="fa fa-question-circle"></i> Like a warrior that fights : Is the start of what song ?</a><a href="songstats.php?songid=2070" target="_blank"><img src="images/noartistimg.png" width="100%" style="max-width:24px;height:24px;" alt="">Giant - I'll See You In My Dreams STAYS AT 1 in the Top 100</a><a href="#"><img src="pictures/Kate Bush.jpg" width="100%" style="max-width:24px;height:24px;" alt="">Kate Bush was Number 1 in the UK Charts with Wuthering Heights on the 5th March 1978</a><a href="songstats.php?songid=1068" target="_blank"><img src="pictures/Pussycat.jpg" width="100%" style="max-width:24px;height:24px;" alt="">Mississippi by Pussycat hits the spot with 117 Likes</a><a href="#"><img src="members/0/image01.jpg" width="100%" style="max-width:24px;height:24px;" alt="">Are you a Closet Disco Queen djcarloy?</a><a href="#"><img src="pictures/Rod Stewart.jpg" width="100%" style="max-width:24px;height:24px;" alt="">Rod Stewart was number 93 with Angel / What Made Milwaukee Famous (Has Made A Loser Out Of Me) in the UK top 100 Chart of 1972</a><a href="#"><i class="fa fa-thumbs-up"></i> 9865 requests placed in 2021 - Thank you!</a></div>
                    </div></div></div>
                    </div>
                </div>
                </div>
 

New Threads

Latest posts

Buy us a coffee!

Back
Top Bottom