GoFuckYourself.com - Adult Webmaster Forum

GoFuckYourself.com - Adult Webmaster Forum (https://gfy.com/index.php)
-   Sell and Buy Forum (https://gfy.com/forumdisplay.php?f=35)
-   -   Wanted In-video ads for embed videos WP plugin (https://gfy.com/showthread.php?t=1173387)

vojcha 09-05-2015 02:50 AM

In-video ads for embed videos WP plugin
 
Hello,

I am looking for a WP plugin which is able to detect iframe and object tags of embed videos in posts and automatically add centered pre-role 300x250 ad banner with closing "x" button which triggers popunder on click.

The same in-video ads could be seen on many tube sites and WP themes.

j3rkules 09-05-2015 04:42 AM

What is your contact?

quocthien 09-05-2015 04:55 AM

Do you want this? Demo xvideos

vojcha 09-05-2015 10:42 AM

Sorry i forgot to leave the contact

e-mail: vojcha(at)hotmail(.)com

@quocthien
I already have a plugin which converts embed codes to a player with overlay ad, something like this demo, but soon after activation Google removed my websites from video search result, as i found out, because their bots can't see js videos

j3rkules 09-05-2015 11:08 AM

Quote:

Originally Posted by vojcha (Post 20571259)
Sorry i forgot to leave the contact

e-mail: vojcha(at)hotmail(.)com

@quocthien
I already have a plugin which converts embed codes to a player with overlay ad, something like this demo, but soon after activation Google removed my websites from video search result, as i found out, because their bots can't see js videos

There are many sites using js player without any issues with google.

vojcha 09-05-2015 11:34 AM

Hmmm...don't know...do you have some examples?

j3rkules 09-05-2015 11:40 AM

Quote:

Originally Posted by vojcha (Post 20571307)
Hmmm...don't know...do you have some examples?

I installed plugin on 6 of my websites and all of them has been removed at the same time...I still have traffic from google web and google images, but my websites don't appear in video search anymore. I checked out all indexed pages and the result is 0.

Maybe it's not the problem with js videos but with something other with this plugin.

I know a few sites which are using this player without issues.

Simply, you can check it, for example search: site:domain.com or site:domain.com/postlink

so you can see if it shows up on google, and I can see it does.

quocthien 09-06-2015 04:47 AM

Quote:

Originally Posted by vojcha (Post 20571259)
Sorry i forgot to leave the contact

e-mail: vojcha(at)hotmail(.)com

@quocthien
I already have a plugin which converts embed codes to a player with overlay ad, something like this demo, but soon after activation Google removed my websites from video search result, as i found out, because their bots can't see js videos

Videojs is a very clean html5 player, very friendly with google. A lot of website using that, more and more people use it day by day, may be your site have some errors and cause to penalty?

j3rkules 09-06-2015 05:16 AM

Quote:

Originally Posted by quocthien (Post 20571840)
Videojs is a very clean html5 player, very friendly with google. A lot of website using that, more and more people use it day by day, may be your site have some errors and cause to penalty?

:thumbsup

vojcha 09-06-2015 07:35 AM

Hmmm...you're right...it's probably something else with the plugin what caused organic traffic to decrease.

There are still a lot of indexed pages in video search but the traffic volume decreased almost 30% on my tube site.

When I checked pages in WMT Fetch and Render tool i noticed the message "no compatible source was found for this video". Is it normal or not?
Here's the screenshot
(http : //)snag.gy/9Iccs.jpg

j3rkules 09-06-2015 07:43 AM

Quote:

Originally Posted by vojcha (Post 20571935)
Hmmm...you're right...it's probably something else with the plugin what caused organic traffic to decrease.

There are still a lot of indexed pages in video search but the traffic volume decreased almost 30% on my tube site.

When I checked pages in WMT Fetch and Render tool i noticed the message "no compatible source was found for this video". Is it normal or not?
Here's the screenshot
(http : //)snag.gy/9Iccs.jpg

There is something different (most likely) which causes it.

The screenshot shows that the source of the video could not be found so maybe it has been deleted.

quocthien 09-06-2015 08:43 AM

That screen shot not important.
The most important is the errors which Google webmaster listed below. You must read all google report to figure out the problem. This videojs code I get from your site use video html5 with very clearly code:
Quote:

<video id="kvideo" class="video-js vjs-default-skin" width="100%" height="100%" poster="http://img100-398.xvideos.com/videos/thumbslll/dc/6b/91/dc6b91dd2af3d1daec2c691daa61acb8/dc6b91dd2af3d1daec2c691daa61acb8.11.jpg" preload controls>
<source src="http://porn.im.c62e8d00.8538398.x.xvideos.com/videos/mp4/d/c/6/xvideos.com_dc6b91dd2af3d1daec2c691daa61acb8.mp4?e =1441564098&ri=1024&rs=85&h=cee89ca8158e7645843489 4698b8c954" type="video/mp4" />
<p class="vjs-no-js">Update JavaScript or your browser.</p>
</video>
Is it not enough info for a video page?
You can optiomize your site with in <head> meta tag:
Quote:

<meta property="og:type" content="video" />
<meta property="og:url" content="<?php echo get_permalink(); ?>" />
<meta property="og:image" content="<?php echo get_thumb_image();?>" />
<meta property="og:site_name" content="<?php echo bloginfo( 'name' );?>" />
<meta property="og:description" content="<? echo $site_description; ?>" />
and in your video player, you can optimize with schema.org markup for videos

Quote:

<div itemscope itemtype="http://schema.org/VideoObject">
<h2>Video: <span itemprop="name">Title</span></h2>
<meta itemprop="duration" content="T1M33S" />
<meta itemprop="thumbnailUrl" content="thumbnail.jpg" />
<meta itemprop="embedURL"
content="http://www.example.com/videoplayer.swf?video=123" />
<object ...>
<embed type="application/x-shockwave-flash" ...>
</object>
<span itemprop="description">Video description</span>
</div>


All times are GMT -7. The time now is 05:28 AM.

Powered by vBulletin® Version 3.8.8
Copyright ©2000 - 2025, vBulletin Solutions, Inc.
©2000-, AI Media Network Inc