CyberSEO Question (Maybe for CyberSEO)

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • AdultKing
    Raise Your Weapon
    • Jun 2003
    • 15601

    #1

    Tech CyberSEO Question (Maybe for CyberSEO)

    As I remember it at one stage there was a video player from CyberSEO.

    Is this a player that will filter out redirects and ads from embeds in the same way Clean Player does it from WP-Script?

    Is any one using any alternative players for embeds on blogs and sites like that?
  • just a punk
    So fuckin' bored
    • Jun 2003
    • 32385

    #2
    I have no own player. I sell just a wrapper (a WordPress plugin) for KVS player, which is a freeware product: https://www.kernel-scripts.com/en/player/
    Obey the Cowgod

    Comment

    • AdultKing
      Raise Your Weapon
      • Jun 2003
      • 15601

      #3
      Originally posted by CyberSEO
      I have no own player. I sell just a wrapper (a WordPress plugin) for KVS player, which is a freeware product: https://www.kernel-scripts.com/en/player/
      Can you please Explain Like I Am 5 what this wrapper does with CyberSEO?

      I want to import and embed tube clips in a standard theme but stop the redirects and popups.

      Comment

      • just a punk
        So fuckin' bored
        • Jun 2003
        • 32385

        #4
        It can't do that you need. It just lets you to use shortcodes to use KVS player in your WordPress posts. The player itself does not allow to the redirects and popups. It's made to show your own videos (the mpgs hosted at your site) with your own redirects and popups.
        Obey the Cowgod

        Comment

        • AdultKing
          Raise Your Weapon
          • Jun 2003
          • 15601

          #5
          Originally posted by CyberSEO
          It can't do that you need. It just lets you to use shortcodes to use KVS player in your WordPress posts. The player itself does not allow to the redirects and popups. It's made to show your own videos (the mpgs hosted at your site) with your own redirects and popups.
          I understand.

          Thanks for the info

          Comment

          • thommy
            Confirmed User
            • Jun 2003
            • 5469

            #6
            Originally posted by AdultKing
            Can you please Explain Like I Am 5 what this wrapper does with CyberSEO?

            I want to import and embed tube clips in a standard theme but stop the redirects and popups.
            you may have a licence problem if you do that.

            tubes who have the tuberights will usually limit the use to the crude iframe insert without modifications. if you modify it you are breaking the licence rules.

            on top of that you might have a lot of issues with those videos because

            1. very often videos are going offline
            2. very often the pathes are changed

            that will lead to the fact that you have pages indexed with no working content on it and this again will increase the jump-off rate.

            depends on how much content you want on your site I can possibly help you with a more reliable solution that does not have pops or redirects with UNIQUE pathes just for your domain (so not one video on any other site will use the same path to the video). depends on the software you use and your PHP skills you can also insert the videos with an option that prevents that someone else steel the link or insert it on another site than yours.

            send me a PM!
            Open for handpicked publishers and advertisers:
            www.trafficfabrik.com

            Comment

            • AdultKing
              Raise Your Weapon
              • Jun 2003
              • 15601

              #7
              Originally posted by thommy
              you may have a licence problem if you do that.
              tubes who have the tuberights will usually limit the use to the crude iframe insert without modifications. if you modify it you are breaking the licence rules.
              I was being theoretical, I run some WP-Script tube sites and was wondering if I could achieve similar results on a standard blog rather than a supplied tube theme.

              Comment

              • freecartoonporn
                Confirmed User
                • Jan 2012
                • 7683

                #8
                i am interested too.
                SSD Cloud Server, VPS Server, Simple Cloud Hosting | DigitalOcean

                Comment

                • thommy
                  Confirmed User
                  • Jun 2003
                  • 5469

                  #9
                  Originally posted by AdultKing
                  I was being theoretical, I run some WP-Script tube sites and was wondering if I could achieve similar results on a standard blog rather than a supplied tube theme.
                  it depends what you want to do.

                  i know some blog sites with quite good results per unique visitor but you know the result between 1000x1 and 1x1000 is actually the same.

                  if you are focused on selling a specific product you will possibly do better with blogs.

                  if you don´t care what products you sell and you are familiar how to "talk with google"
                  you are possibly doing better with a tube.

                  but a very big handycap is WP (except you are one of a million who REALLY knows how to get the right things out of it). WP might be a solution for blogs but not for a tube with really high traffic.

                  I know a lot of people using WP with tubes but i do not know even ONE who run a really big site with a few 100 k or million per day users.

                  they might exist but I personally haven´t seen anyone getting really on the tops with WP and embedded videos from the big tubes.
                  Open for handpicked publishers and advertisers:
                  www.trafficfabrik.com

                  Comment

                  • AdultKing
                    Raise Your Weapon
                    • Jun 2003
                    • 15601

                    #10
                    Originally posted by thommy
                    it depends what you want to do.

                    i know some blog sites with quite good results per unique visitor but you know the result between 1000x1 and 1x1000 is actually the same.

                    if you are focused on selling a specific product you will possibly do better with blogs.

                    if you don´t care what products you sell and you are familiar how to "talk with google"
                    you are possibly doing better with a tube.

                    but a very big handycap is WP (except you are one of a million who REALLY knows how to get the right things out of it). WP might be a solution for blogs but not for a tube with really high traffic.

                    I know a lot of people using WP with tubes but i do not know even ONE who run a really big site with a few 100 k or million per day users.

                    they might exist but I personally haven´t seen anyone getting really on the tops with WP and embedded videos from the big tubes.
                    A lot of my content now has moved from WP sites to a Headless CMS. I write lightweight front ends in Laravel to present data sourced from an API exposed by the Headless CMS.

                    That way I can centralise the content and distribute it via CDN and present that same content a zillion different ways depending upon the facing front end.

                    For example with a Headless CMS you could have embeds data, photos and photo galleries, blog posts, any kind of content you like and keep it all on one central repository. Then you could write very simple front ends to present the content fetched via your Headless CMS API.

                    Comment

                    • thommy
                      Confirmed User
                      • Jun 2003
                      • 5469

                      #11
                      Originally posted by AdultKing
                      A lot of my content now has moved from WP sites to a Headless CMS. I write lightweight front ends in Laravel to present data sourced from an API exposed by the Headless CMS.

                      That way I can centralise the content and distribute it via CDN and present that same content a zillion different ways depending upon the facing front end.

                      For example with a Headless CMS you could have embeds data, photos and photo galleries, blog posts, any kind of content you like and keep it all on one central repository. Then you could write very simple front ends to present the content fetched via your Headless CMS API.
                      makes sense - but i would use it to push one or 2 sites in the middle.

                      means: make a lot of small sites with less content and then link them relevant to the "monsters"

                      if you ever need some embedded stuff, let me know - i have a very nice and unique solution for it.
                      Open for handpicked publishers and advertisers:
                      www.trafficfabrik.com

                      Comment

                      • AdultKing
                        Raise Your Weapon
                        • Jun 2003
                        • 15601

                        #12
                        Originally posted by thommy
                        makes sense - but i would use it to push one or 2 sites in the middle.

                        means: make a lot of small sites with less content and then link them relevant to the "monsters"

                        if you ever need some embedded stuff, let me know - i have a very nice and unique solution for it.
                        Thanks

                        Comment

                        • j3rkules
                          VIP
                          • Jul 2013
                          • 22101

                          #13
                          I think you are talking about the KenPlayer plugin that was made way before even CleanPlayer existed, like five years ago.

                          Comment

                          • AdultKing
                            Raise Your Weapon
                            • Jun 2003
                            • 15601

                            #14
                            Originally posted by j3rkules
                            I think you are talking about the KenPlayer plugin that was made way before even CleanPlayer existed, like five years ago.
                            No, CleanPlayer by WP-Script.

                            Comment

                            Working...