• Welcome to PHPVIBE Forums. Please log in.

[ Video Sharing CMS v4 ] Popup when clicking on a video or play

Started by NeoLancer,

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

NeoLancerTopic starter

Hi good afternoon after much suffering to the people hosting and support my website has been set.

I have seen several websites open a XXX video that play automatically and give corresponding popup advertising opens, I wonder if this is possible!

my site is www.elchaketas.com
  •  

PHPVibe A.

Quote from: NeoLancer on
I have seen several websites open a XXX video that play automatically and give corresponding popup advertising opens, I wonder if this is possible!

I'm not sure what you need.

NeoLancerTopic starter

Well specifically I need that when the user will pay any advertising juicyads.com my video is opened, as it makes using this product also phpvibe.
http://www.sexxtube.eu
  •  

PHPVibe A.

I can't help you with PHPVibe 3.1, I've never used or have seen it's coding.
Support for this version was discontinued long time ago, as of 3.3 there is nothing similar to 3.1 into the coding.

NeoLancerTopic starter

  •  

PHPVibe A.

But let me get this, you want an floating div containing an ad over the player?

NeoLancerTopic starter

  •  

PHPVibe A.

That's achievable by css:

.floating-video-ad img {
margin: 0 auto;
}
.floating-video-ad.adbottom {
bottom: 12%;
}
.floating-video-ad {
position: absolute;
z-index: 99999999;
display: block;
width: 100%;
height: auto;
opacity: 0.35;
text-align: center;
}



the actual ad code:

<div class="floating-video-ad adx adbottom">ADD CODE HERE</a>
</div>

xda

Quote from: Alexander on
That's achievable by css:

.floating-video-ad img {
margin: 0 auto;
}
.floating-video-ad.adbottom {
bottom: 12%;
}
.floating-video-ad {
position: absolute;
z-index: 99999999;
display: block;
width: 100%;
height: auto;
opacity: 0.35;
text-align: center;
}



the actual ad code:

<div class="floating-video-ad adx adbottom">ADD CODE HERE</a>
</div>


i already try this. not fuction.
  •  

PHPVibe A.


xda

<div class="floating-video-ad adx adbottom">ADD CODE HERE</a>
</div>

Place at video.php?
  •  

xda

  •  

PHPVibe A.


PHPVibe A.

Quote from: xda on
<div class="floating-video-ad adx adbottom">ADD CODE HERE</a>
</div>

Place at video.php?

That should work.
what version of PHPVibe?
From 3.5 you can just create a 'floating ad' in the admin.


PHPVibe A.

I'm not sure what you need, we don't use pop-ups.
I've asked you if you need a floater, and you said yes...

Similar topics (7)