Hide YouTube Related Videos Download Free WordPress Plugin

Hide YouTube Related Videos Download Free Wordpress Plugin 1

Download & Install Hide YouTube Related Videos for your WP theme. This Plugin is tagged as “oembed,related,video,youtube” and the developer team is SparkWeb Interactive, Inc.. You can find this file or similar, from most popular marketplaces like WordPress.org, Themeforest.net, Codecanyon.net, Creativemarket.com, Mojomarketplace.com …

Let’s Download Hide YouTube Related Videos website plugin It’s the time! You can. Get Hide YouTube Related Videos 1.4.2 (or higher version) website plugin created by SparkWeb Interactive, Inc. and install it for your personal or business site.. This themeforest plugin 1.4.2 version was updated on 2 years but it is possible there is a newer version available.Why you should buy this plugin? [‘WordPress’ built-in oEmbed feature is fantastic. I’ve heard several complaints, though, about the related videos that show up after the video is done playing so I put together this very simple plugin that keeps the YouTube oEmbed code from showing related videos.’] Are you thinking of installing this wordpress plugin? Let’s check out:

How to Install Hide YouTube Related Videos WordPress Plugin?

Installation

Copy the folder to your WordPress
/wp-content/plugins/‘ folder.

  1. Activate the plugin in your WordPress admin
  2. That’s it. There’s nothing else to do. Really!

If you want to pass in some other parameters to the embedded url, you can do so with the hyrv_extra_querystring_parameters filter. Just make sure you end with an ampersand.

Add Something:

add_filter("hyrv_extra_querystring_parameters", "my_hyrv_extra_querystring_parameters");
function my_hyrv_extra_querystring_parameters($str) {
    return "wmode=transparent&MY_VAR_NAME=MY_VALUE&";
}

Remove the wmode=transparent:

add_filter("hyrv_extra_querystring_parameters", "my_hyrv_extra_querystring_parameters");
function my_hyrv_extra_querystring_parameters($str) {
    return "";
}

Be sure to leave an & at the end of your string. After installing your filter, be sure to deactivate and reactivate the plugin.

How to Download Hide YouTube Related Videos latest version

Download Hide YouTube Related Videos

1 Star2 Stars3 Stars4 Stars5 Stars (No Ratings Yet)
Loading...

Wordpress Fan

Yes! i'm a Wordpress Fan. I really love all themes and plugins, and i always looking latest updates and news about WP.

You may also like...

Leave a Reply

Your email address will not be published. Required fields are marked *