• Resolved TheArtofRetouching

    (@theartofretouching)


    While I like using the plugin as designed (simple shortcode that references sql database), I have not been able to find a Video Sitemap Plugin that supports yours. For example, neither Yoast or xml-sitemaps work with your plugin. Do you know of one that will work?

    Alternatively, I am able to add the following longer code into my posts, and it will work for these Sitemaps, however some of my mobile testing browsers show it only as a top corner of the preview splash image (video fine). The existing code that I found to work, will not scale responsively. Once again, do you have a better idea? While this code looks and feels clunky, it was the only way that seems to work.

    <div [flowplayer] style=”background: #777 url(http://cdn.theartofretouching.com/images/previews/2-PSIntro_5_Hand-Zoom.jpg) no-repeat; background-size: contain;” class=”flowplayer 1″ ><video preload=”auto”><source type=”video/mp4″ src=”http://videos.TheArtofRetouching.com/taor/test3.mp4″&gt;
    </video></div>

    https://wordpress.org/plugins/flowplayer5/

Viewing 9 replies - 1 through 9 (of 9 total)
  • Thread Starter TheArtofRetouching

    (@theartofretouching)

    Nevermind. The code below fixes it. I can now use Video SEO Sitemaps. But please note: Your plugin seems to conflict with Yoast SEO CSS in the Admin panel, and makes theirs unreadable.

    <style>
    #css-poster {
    background: #000 url(/path/to/image.jpg) 0 0 no-repeat;
    background-size: 100%;
    -webkit-transition: background 1s .5s;
    -moz-transition: background 1s .5s;
    }
    #css-poster.is-poster {
    background-size: 100%;
    }
    </style>
    <div [flowplayer] id=”css-poster” data-ratio=”0.532″ class=”flowplayer minimalist” ><video preload=”auto”><source type=”video/mp4″ src=”/path/to/test.mp4″>
    </video></div>

    Plugin Author Ulrich

    (@grapplerulrich)

    I have not tested the plugin with Video Seo. What plugin are you using?

    Could you please explain what your end goal is and perhaps even share a link of the page?

    A screenshot of the issue would be useful too.

    Thread Starter TheArtofRetouching

    (@theartofretouching)

    Screenshot of this Flowplayer Plugin messing up the code for Yoast SEO. I have also let them know about it. When I disable yours, theirs returns to normal.

    Without a Video SEO Sitemap, Google does may know I have a video on the page, but it does not know what thumbnail to use, or how long the video is. When there is one, it shows an icon in the google searches, with a time attached. Just like they do for YouTube videos.

    Your plugin places all the video information in the SQL database, so it only translates when the page is created. None of the Video Sitemap Plugins I tried will even know there is a video.

    With the code above placed in, and 3 lines in the header, I am able to display the correct information for the Sitemap to do it’s thing.

    Here is the funny part though. At this point, I have 99% no need for your plugin anymore, as disabling it still allows for Flowplayer to work on nearly every browser I have thrown at it, even mobiles.

    However, it simply wont display on Mac with Firefox, unless I enable your plugin too. While this sounds amazingly strange, I have the same bug when using VideoJS. It started with one of these “automatic” updates, most likely WordPress going to 3.8 I think it was. Suddenly, my entire site broke, and I was scrambling around tying to find the cause and solution.

    I liked your plugin, and liked the clean code in the post, and very easy to teach an assistant to do this, but without any SEO support, it’s kind of a killer to me. I tried to get Yoast to suppoort, but they just shrugged at me. Bummer.

    Plugin Author Ulrich

    (@grapplerulrich)

    Thanks, I have now fixed the issue on GitHub.

    I have also contacted Yoast to see what I can do to make the plugin compatible. I will keep you updated.

    Thread Starter TheArtofRetouching

    (@theartofretouching)

    I had copied the 381 lines of code, and replaced the admin.css file code, that I easily found. However, Yoast still looked the same.

    While I get the concept, I just don’t know enough about finding css problems and replacing code to competently fix it myself.

    Plugin Author Ulrich

    (@grapplerulrich)

    Yea, I did not minify the css yet so we need to copy the css to admin.min.css too.

    Thread Starter TheArtofRetouching

    (@theartofretouching)

    Thanks, I learned something new today, never heard of the term minify before, as I am not a coder. I put code into Admin.css, minified and put into admin.min.css and it’s working fine now. Thank you.

    Now if I could just figure out why your code works on osx/firefox, where everything else I have tried fails, I would be all set.

    Plugin Author Ulrich

    (@grapplerulrich)

    I have been given access to the Video SEO plugin and have been able to make it Flowplayer HTML5 compatible.

    I am not sure what you setup is so it is a bit difficult to help. Perhaps you could switch to my plugin if it works for you.

    Plugin Author Ulrich

    (@grapplerulrich)

    I written the code so that Yoast Video SEO plugin can support this plugin. I have shared it with the developers and I am now waiting for them to add it.

Viewing 9 replies - 1 through 9 (of 9 total)

The topic ‘Video SEO Sitemaps’ is closed to new replies.