![]() |
WordPress + JW Player + Ad Overlay = Money
I just created a simple easy to use ad solution for people using WordPress and JW Player plugin. The ad sits on top of the JW Player in a div layer and pulls a random iframe ad.
Here is a sample The video ads work similar to this plugin from Longtail Video. http://www.longtailvideo.com/addons/...n-Your-Own-Ads) |
nice one ;)
i see the logo for your jw, you can turn it off, and replace it with your own |
Not working for me. Just a non playable video.
|
nice! :thumbsup
|
Quote:
|
Quote:
|
Very cool! Do you own ISeekGirls or just created the plugin that they're using?
|
Where can we get this?
|
using Chrome doesn't seem to work :help
|
Nice. Btw I've been meaning to ask you what theme you are using on iseekgirls? Is It custom or something one can get fairly cheap or free?
|
Quote:
|
Quote:
The ad goes over all my videos on the site automatically. Quote:
|
Quote:
|
Quote:
Quote:
WooThemes CANVAS The theme has everything you want built in and it is also light on the server. HTML5, Google Fonts, Widgets galore, etc. The theme is also easy to style from the admin area. |
Working on Chrome for me, too.
Can I email you a pass to get some promo? I've seen your site but was unsure of how to contact you. |
Quote:
|
Looks great!
|
I've been to your site before and I get a video not found error quite often. Sometimes they work and sometimes they don't. I'm using the newest version of firefox.
|
I like this website!
|
I didn't see the ad either I was to busy closing it to see Ariel's Pussy lol.
|
|
Site looks good ... Not sure about where in your code that is .
|
cool plugin
|
Can you put the code here?
Most people would not know what's the right code to take... |
Looks good :winkwink:
|
I got too overwhelmed with all of you html errors to try finding the code... but looks like a simple modal window overlaying the video.
Not too shabby, but please fix your source :P |
nice one, i decided to go with wp + jwplayer too, tired of finding tube scripts with html5 support.
|
Quote:
Also if i add it to one of my legal tube sites will the advert show up if people embed the video on their sites? |
innovating the standard approach... I like's it ;)
|
That ad would be less annoying if you clicked on the x and the ad went away instead of popping up a new window.
Quote:
|
Quote:
Since, the div layer and css is on the local server. I guess in can modify it some more to be portable. |
Here's one I did for a site not too long ago... This one shows the ads on pause and when the video ends... It won't show when embedded on another site.. but with a little research you can figure out how to add the html inside the js functions so that it will...
CSS: (this WILL need to be modified based on your side layout/config) #player-content { display: none; position: absolute; width: 640px; height: 447px; background-color: #000; padding: 0; margin: 35px 0 0 20px; opacity: 0.95; text-align: left; } #player-content-banner { position: absolute; bottom: 75%; width: 661px; text-align: center; } ------------------------------ Player: <div id="player"></div> <div id="player-content"> <div id="player-content-banner"> <div style="position: relative; top: 160px;"> AD CONTENT HERE </div> </div> </div> <script type="text/javascript" src="/player/jwplayer/jwplayer.js"></script> <script type="text/javascript"> $(function() { $('#icon-resume').click(jwResume); $('#icon-replay').click(jwReplay); }); jwplayer('player').setup({ flashplayer: '/player/jwplayer/player.swf', id: 'jwplayer', width: '640', height: '480', skin: '/player/jwplayer/glow.zip', file: 'url/to/video', autostart: 'true', provider: 'video', events: { onPause: jwOnPause, onPlay: jwContentHide, onComplete: jwOnFinish } }); function jwResume() { jwplayer() .play(true); } function jwReplay() { jwplayer() .playlistNext(); } function jwOnFinish() { $('#icon-replay').show(); $('#icon-resume').hide(); jwContentShow(); } function jwOnPause() { $('#icon-resume').show(); $('#icon-replay').hide(); jwContentShow(); } function jwContentHide() { $('#player-content') .hide(); } function jwContentShow() { var position = $('#player').position(); $('#player-content') .css({top: position.top + 'px', left: position.left + 'px'}) .show(); } </script> |
Very nice!
|
Quote:
|
I like you... and not just because you are sexy.
|
Quote:
I think that one I posted above took me a good 6 hours to figure out lol |
Very nice.
|
thanks for sharing
|
Quote:
I had to fix my broken server once because my sys admin was on vacation. |
looks pretty good.
|
Quote:
|
Not bad but how about auto close the ads ? Like a 10 seconds timer :winkwink:
|
Does it work with flowplayer, too? Need a similar solution for flowplayer.
|
All times are GMT -7. The time now is 08:26 PM. |
Powered by vBulletin® Version 3.8.8
Copyright ©2000 - 2025, vBulletin Solutions, Inc.
©2000-, AI Media Network Inc123