Title: Vimeo embed customization
Last modified: August 19, 2016

---

# Vimeo embed customization

 *  Resolved [Manuel Schmalstieg](https://wordpress.org/support/users/targz-1/)
 * (@targz-1)
 * [15 years, 3 months ago](https://wordpress.org/support/topic/vimeo-embed-customization/)
 * I’m posting here a little trick I came up with, since I wanted to customize the
   look of the embedded vimeo player.
 * As [somebody asked for 1 year ago](https://wordpress.org/support/topic/how-to-configure-oembed-vimeo-options?replies=1),
   i wanted to remove the title, author, etc. This is possible when copying the 
   full embed code from vimeo, but not when simply posting the url into the wordpress
   edit box.
 * After some tinkering, a simple line of jQuery does the trick:
 *     ```
       jQuery('#MyContainerID iframe').attr('src', function() {
       	  return this.src + '?title=0&byline=0&portrait=0&color=ffffff'
       	});
       ```
   
 * What does it do? Assuming that you don’t use iframes for anything else, this 
   code will look for all iframes inside the container element you specify (#MyContainerID),
   will take the source attribute, and will append a string of variables that hide
   the unwanted items.
 * This javascript can be placed at the bottom of the page.

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

 *  [eniris](https://wordpress.org/support/users/eniris/)
 * (@eniris)
 * [14 years, 7 months ago](https://wordpress.org/support/topic/vimeo-embed-customization/#post-1914347)
 * Great ! exactly what I’m looking for ! thank you
 *  Thread Starter [Manuel Schmalstieg](https://wordpress.org/support/users/targz-1/)
 * (@targz-1)
 * [14 years, 7 months ago](https://wordpress.org/support/topic/vimeo-embed-customization/#post-1914348)
 * Glad to know that this brilliant solution was useful for someone 🙂

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

The topic ‘Vimeo embed customization’ is closed to new replies.

## Tags

 * [oEmbed](https://wordpress.org/support/topic-tag/oembed/)
 * [vimeo](https://wordpress.org/support/topic-tag/vimeo/)

 * In: [Hacks](https://wordpress.org/support/forum/plugins-and-hacks/hacks/)
 * 2 replies
 * 2 participants
 * Last reply from: [Manuel Schmalstieg](https://wordpress.org/support/users/targz-1/)
 * Last activity: [14 years, 7 months ago](https://wordpress.org/support/topic/vimeo-embed-customization/#post-1914348)
 * Status: resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
