• 1.5.6
    • Fix: Behavior when not a single video is returning from YT.
  • 1.5.4
    • Randomizer maths fix.
  • 1.5.3
    • Quick typo fix in the JS code. Oh Boy^^.
  • 1.5.2
    • Fix: Preview mode now shows title and description again (if you want it to).
  • 1.5.1
    • HTML/JS fix for displaying the videos.
  • 1.5.0
    • A backend page has been added! It includes some basic settings/options, a system requirement check, and the documentation.
    • The documentation has been visually cleaned up a bit and the copy has been edited.
    • New attribute added: filter="" (e.g. filter="intitle:official") will add more search parameters. Might be useful when the relation is set to be the post title or the tags to add some "static" filters.
  • 1.4.6
    • New attribute added: author="{YouTube Username}" will only show videos from that very YT user.
  • 1.4.5
    • New attribute added: lang="", e.g. lang="en". Inserting a two-letter language code should restricts the videos to that very language.
    • New attribute added: region="", e.g. region="de". Only show videos that are viewable for a given (two-letter country code) region.
  • 1.4.3
    • Added Serbo-Croatian translation, thanks to by Borisa Djuraskovic.
  • 1.4.2
    • Added internal "Allow fullscreen mode" (HTML) parameter.
  • 1.4.1
    • Request only videos of a certain length: "short" = less than four minutes. "medium" = between 4 and 20 minutes. "long" = longer than 20 minutes.
  • 1.4.0
    • New attribute: preview. Set to 'true' will display preview thumbnail images and only load (and play) the video when such an image has been clicked.
  • 1.3.2
    • Issues fixed with relation="postTitle" and id attribute.
  • 1.3.1
    • Two new attributes/options added: showVideoTitle and showVideoDescription.
  • 1.2.1
    • Fixes issues when adding custom HTML class or id attribute.
  • 1.2.0
    • New RANDOM option/parameter added. "Random" has to be a numeric value and determines the size of a pool, {MAX} number of random videos will be picked from. It could read like: Give me {MAX} random videos from a pool of {RANDOM}. Don't worry, I'm about to revise the documentation to make it understandable again^^
  • 1.1.3
    • Shortcode fix (return, don't echo...)
  • 1.1.2
    • Updating half the fix makes only half sense, sry^^
  • 1.1.1
    • API fix for handling the "orderBy" parameter more robust.
  • 1.1.0
    • Added optional parameter 'exact' which allows you to search for an exact phrase. It basically equals a search on YouTube with quotation marks around your search terms.
    • Also changed the API for the sake of scalability! The API method "searchYouTube" now takes an array(!) of configurational parameters as argument.
  • 1.0.9
    • Bug fixed: YouTube API seems to be case sensitive on some parameters which had caused problems with the "viewCount" (orderBy) parameter.
  • 1.0.8
    • Added parameter "wmode = transparent" which should allow HTML elements to be positioned above a video object.
  • 1.0.5
    • New widget option "Site Search". It allows (if checked) to use the terms a user has entered into the WordPress search box an look these up at YouTube. On "normal" pages (other than the search results page) your other settings will be used to define the relation. So there's no harm done here :)
  • 1.0.4
    • Spelling corrections
  • 1.0.3
    • Added a ReadMe or How-To page to the WordPress backend under Settings > Related YT Videos
  • 1.0.2
    • Plugin launch.