Title: Shortcode Parameters
Last modified: August 22, 2016

---

# Shortcode Parameters

 *  [robcruiz](https://wordpress.org/support/users/robcruiz/)
 * (@robcruiz)
 * [11 years, 9 months ago](https://wordpress.org/support/topic/shortcode-parameters/)
 * If anyone is wondering how to add multiple instances of the feeder on their blog
   using shortcode…I figured out. He mentions it in the description, and he gives
   us the basic shortcode to use, but never gives us any parameter IDs to override
   the default settings you can set for the plugin. If you dig into /wp-content/
   plugins/youtube-feeder/youtube-feeder.php and look through the <input> classes
   name=”any of the parameters”, you can figure it out. Here is a list of some of
   them, you can go in there and figure out the others on your own.
 * Feed ID = feedid
    Example: [youtubefeeder feedid=PLKX8hxHZV0r8ik7Axl3hlXhuc82xiCYRE]
 * Feed Type = feedtype
    Accepted Values = uploads, favorites, subscriptions, playlist,
   standard, category, search Example: [youtubefeeder feedtype=playlist feedid=PLKX8hxHZV0r8ik7Axl3hlXhuc82xiCYRE]
 * Also, I figured out that if you don’t want your videos to take up the full width
   of the page, you can simply leave the width and height fields in the settings
   blank, then use the following css identifier to manually set the width and height
   via css: .youtubeVideo .iframe-embed iframe {}
 * So, in conclusion, this plugin is not limited to just one feed. And the videos
   don’t always have to be full size of the page as it does by default. If you know
   some CSS/Javascript/PHP, you can actually do some pretty cool stuff with the 
   Simple List style. I hope someone finds this information useful!
 * [https://wordpress.org/plugins/youtube-feeder/](https://wordpress.org/plugins/youtube-feeder/)

The topic ‘Shortcode Parameters’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/youtube-feeder_906137.svg)
 * [Youtube Feeder](https://wordpress.org/plugins/youtube-feeder/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/youtube-feeder/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/youtube-feeder/)
 * [Active Topics](https://wordpress.org/support/plugin/youtube-feeder/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/youtube-feeder/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/youtube-feeder/reviews/)

 * 0 replies
 * 1 participant
 * Last reply from: [robcruiz](https://wordpress.org/support/users/robcruiz/)
 * Last activity: [11 years, 9 months ago](https://wordpress.org/support/topic/shortcode-parameters/)
 * Status: not resolved