Video/Content Lockers.

S3CRET

Registered Member
Joined
Aug 21, 2015
Messages
57
Reaction score
9
I have got huge adult traffic comming to my wordpress website, I have got alot of videos there with pornstar for free, and i want to put over it some overlay, i tried div it worked but my ads under post (after/before paragraph, after/before content) were messed up, i tried fancybox wordpress plugin it didnt work...
Now i tried use javascript but position of content locker is messed up, tried position: absoulute, everything......I dont know what to do now, im out of ideas guys...
Video is embedded "iframe", i hope i posted it in right section.
I hope someone with good soul will help me.
 
I have just figured it out, but now im facing new problem, i want onclick that div open website in new blank window.
Can you help me?
Code:
 <div id="overlay" onClick="window.location='www.youtube.com'; target="_blank""></div>
tried this, and its not working.
 
Back
Top