In-video ads for embed videos WP plugin

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • vojcha
    Confirmed User
    • Mar 2013
    • 297

    #1

    Wanted 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.
    Sponsored posts, permanent backlinks, hardlinks on established websites
    contact: marijajdob2011 AT gmail DOT com
  • j3rkules
    VIP
    • Jul 2013
    • 22101

    #2
    What is your contact?

    Comment

    • quocthien
      Confirmed User
      • May 2014
      • 186

      #3
      Do you want this? Demo xvideos
      Discount 25% for all Wordpress themes and plugin with code "happycustomer" for this month.
      Adult tube themes | Brand new Ken Importer Pro | Start to earn $$ from your adult sites
      Email: xwpthemes[at]gmail.com

      Comment

      • vojcha
        Confirmed User
        • Mar 2013
        • 297

        #4
        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
        Sponsored posts, permanent backlinks, hardlinks on established websites
        contact: marijajdob2011 AT gmail DOT com

        Comment

        • j3rkules
          VIP
          • Jul 2013
          • 22101

          #5
          Originally posted by vojcha
          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.

          Comment

          • vojcha
            Confirmed User
            • Mar 2013
            • 297

            #6
            Hmmm...don't know...do you have some examples?
            Sponsored posts, permanent backlinks, hardlinks on established websites
            contact: marijajdob2011 AT gmail DOT com

            Comment

            • j3rkules
              VIP
              • Jul 2013
              • 22101

              #7
              Originally posted by vojcha
              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.

              Comment

              • quocthien
                Confirmed User
                • May 2014
                • 186

                #8
                Originally posted by vojcha
                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?
                Discount 25% for all Wordpress themes and plugin with code "happycustomer" for this month.
                Adult tube themes | Brand new Ken Importer Pro | Start to earn $$ from your adult sites
                Email: xwpthemes[at]gmail.com

                Comment

                • j3rkules
                  VIP
                  • Jul 2013
                  • 22101

                  #9
                  Originally posted by quocthien
                  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?

                  Comment

                  • vojcha
                    Confirmed User
                    • Mar 2013
                    • 297

                    #10
                    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
                    Sponsored posts, permanent backlinks, hardlinks on established websites
                    contact: marijajdob2011 AT gmail DOT com

                    Comment

                    • j3rkules
                      VIP
                      • Jul 2013
                      • 22101

                      #11
                      Originally posted by vojcha
                      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.

                      Comment

                      • quocthien
                        Confirmed User
                        • May 2014
                        • 186

                        #12
                        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:
                        <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:
                        <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

                        <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>
                        Discount 25% for all Wordpress themes and plugin with code "happycustomer" for this month.
                        Adult tube themes | Brand new Ken Importer Pro | Start to earn $$ from your adult sites
                        Email: xwpthemes[at]gmail.com

                        Comment

                        Working...