• Welcome to PHPVIBE Forums. Please log in.

[ Video Sharing CMS v4 ] Advertising Questions

Started by pumbany,

Previous topic - Next topic

0 Members and 2 Guests are viewing this topic.

pumbanyTopic starter

Does anyone know how to put ads on the site:

Classic Ads such as:

Header ad
Footer add
Add on left side of screen
Add on right side of screen

Video ads such as:
Pre roll static add
pre roll video add
  •  

Wnux

For adding banner for the videos:

Video Overlay Video Annotation gold (added in with your google adsense or html code)

I also have a question how we could add the (pre-roll or post-roll)?
what code in phpvibe and xml file or other
  •  

PHPVibe A.

You have pre-roll and post-roll only on jplayer (for local uploaded videos), the other player's don't have standalone advertising options, except for our overlay.

There a lot of ads discussions around the forum, just use the search.
We will build a full documentation for 4.0 soon.

Wnux

Quote from: Alexander on
You have pre-roll and post-roll only on jplayer (for local uploaded videos), the other player's don't have standalone advertising options, except for our overlay.

There a lot of ads discussions around the forum, just use the search.
We will build a full documentation for 4.0 soon.

when I write the code "<video controls="" autoplay="" name="media"><source src="http://vjs.zencdn.net/v/oceans.mp4" type="video/mp4"></video>" to pre-roll, the video works
to go when I click skip, the sound continues to play
& When I did not click on skip "the video does not leave after a second or the end of the play"


thank you
  •  

PHPVibe A.

Those ad spots are for html/js ad placing, not for video.
The ad system ads a class hide to the div containing the actual running ad, which explains why the sound continues, at on the video integrated as ad it's only visually hidden, not stopped.

You could try something like this:

instead of

$('.pre-roll-ad').addClass('hide');


in lib/functions.php do

  $('.pre-roll-ad').remove();   
 


This way it will probably stop the video's sound.
Note: there are several instances in different player ads functions.

Wnux

Quote from: Alexander on
Those ad spots are for html/js ad placing, not for video.
The ad system ads a class hide to the div containing the actual running ad, which explains why the sound continues, at on the video integrated as ad it's only visually hidden, not stopped.

You could try something like this:

instead of

$('.pre-roll-ad').addClass('hide');


in lib/functions.php do

  $('.pre-roll-ad').remove();   
 


This way it will probably stop the video's sound.
Note: there are several instances in different player ads functions.

now the video is displayed with the code,
you have a tutorial for html / js alexander? :-\
thank you
  •  

PHPVibe A.

I'm not sure what you are looking for, basically PHPVibe just renders there what you add to the box in admin, nothing else.
Just an echo, if you add your adsense code it prints that, if you add "This is an ad" it prints that.

Wnux

Add Videos "pre-roll and post-roll"
banners I use works well revive adserver
  •  

PHPVibe A.

We don't build the players, so it's harder for us to modify them. In principle we are php coders, we support and code the php cms, all external work is being done by hiring the original player developers to make the changes for us, and that depends on the budget also, so can't promise anything.

pumbanyTopic starter

Why does the moderator answer other peoples questions. But the moderator never answers my questions.

EXTREMELY AGGRAVATED CUSTOMER WITH PHP VIBE
  •  

Wnux

Quote from: Alexander on
We don't build the players, so it's harder for us to modify them. In principle we are php coders, we support and code the php cms, all external work is being done by hiring the original player developers to make the changes for us, and that depends on the budget also, so can't promise anything.
okay alexander
it is the ads of phpvibe which I asked if there was a tutorial,
for "pre-roll & post-roll"?
  •  

PHPVibe A.

Let us finish 4.0 and we will build a documentation, it doesn't even have ads edit yet, how can I go to write documentation when the new product is not 100%?

Wnux

Quote from: Alexander on
Let us finish 4.0 and we will build a documentation, it doesn't even have ads edit yet, how can I go to write documentation when the new product is not 100%?
okay thank you alexander ^-^
  •  

pumbanyTopic starter

Alexander I respect that you are part of the support, and do just development!

I wasn't necessarily directing my question at you. Just to PHPvibe in general.

It appears that every question I ask gets ignored, and there is nothing I am asking that should be that complicated. I am jusk asking about advertising.

I think at this point I am just going to lose my money on PHPvibe.  I have found another similar software that makes it much easier to place ads on their video site. I guess I am just going to cut my losses because I just can't use the software if no one is going to answer my question and I am a very frustrated customer.
  •  

PHPVibe A.

Quote from: pumbany on
Alexander I respect that you are part of the support, and do just development!

I wasn't necessarily directing my question at you. Just to PHPvibe in general.

It appears that every question I ask gets ignored, and there is nothing I am asking that should be that complicated. I am jusk asking about advertising.

I think at this point I am just going to lose my money on PHPvibe.  I have found another similar software that makes it much easier to place ads on their video site. I guess I am just going to cut my losses because I just can't use the software if no one is going to answer my question and I am a very frustrated customer.

The general problem is that we did not find anybody for support yet.
I'm helping as much as I can around, but I'm only here since ~2 weeks, not sure what happened before.

As for advertising there are so many topics already answered
http://www.phpvibe.com/forum/client-debates/help-needed-with-ad-units/msg24888/#new
http://www.phpvibe.com/forum/how-to/how-to-add-ads-to-the-left-sidebar-on-homepage-manually/
http://www.phpvibe.com/forum/how-to/ads-not-showing-on-homepage-builder-block/msg22273/#msg22273
http://www.phpvibe.com/forum/how-to/manual-for-video-ads/msg22436/#msg22436
http://www.phpvibe.com/forum/how-to/ads-on-page/msg22299/

scandalsvideos

I added adds all on my site ( Header, Footer, right side, left side), but not on player. if you want any help them msg me.
  •  

Wnux

  •  

Similar topics (7)