Community Ads/Banner System Above are some examples of banners I made for the ad/banner system!
This is a novelty ads system that will place banner-style ads on your website! (Novelty because there is no payment involved in the ads and no data is collected whatsoever about where they display, who sees them or if they are clicked - its just for fun, to provide cool links, and to poke fun at google ads )Originally I made this system for use within my own sites,
but Id also like to invite people to submit banners for their sites and projects too and maybe we can make a big banner collection! (The community aspect is on hold since it doesn't seem to be very popular :S )
How to put the banners on a site?It's, very simple you just put a bit of HTML anywhere you want banner(s) to appear and link the script! Everything else will happen automatically, a new banner will be fetched and updated every 25 seconds!
<!-- This will become a melon link banner! -->
<span class="melonLink" data-melon-link-format="400x40"></span>
<!-- This is the melonlink banner script and should go in the <head> or near the end of your page! -->
<script src="https://melonking.net/scripts/melonLinks.js"></script>
(You only need to link to the script once and it should go in your site head or at the end of the body - you can have as many melonLink elements as you want!)
At the moment only the "400x40" format works, this will display banners for melonland sites I manage, when community banners are available change this to "400x40-com" to receive community banners!How can I submit my own banner??Easy Just make a banner image that is 400x40 pixels in size, provide a link, and an alt text! You can post it here or PM it to me! I will accept one link per site domain. If you have particular projects/tools (like layout generators etc), games or other things you think would make a fun/useful link for people, I'll accept additional banners for those too.Code?You can snoop the code linked in the code snippet above to see whats happening on your site to make it work; I have also attached a copy of the server-side code if you are interested in hosting your own banner system (Please note I won't be providing help with this!)