All Questions
80
questions
41
votes
7
answers
54k
views
Posting an embedded video link using the Facebook Graph API
When manually attaching a video link (from YouTube, Vimeo, etc) to a post using the Facebook web interface, Facebook automatically recognizes the link as a video, and allows the resulting status ...
13
votes
3
answers
67k
views
How do I embed a Vimeo video in HTML?
In HTML, you use the <iframe src="https://youtube.com/embed/videoId> element to embed a YouTube video. However, how am I embed Vimeo videos using the <iframe> element?
13
votes
1
answer
48k
views
Unsafe JavaScript attempt to access frame with URL
I've incorporated Vimeo into a WordPress theme I'm building, and I get these errors:
Unsafe JavaScript attempt to access frame with URL
http://themes.ibrogram.com/beta/blog/ from frame with URL
...
9
votes
3
answers
15k
views
Vimeo - Embed not working in IE
I've developed a page for a client and something really weird is happening:
http://cpdlectures.com/IStructE/Default.aspx
This Vimeo video works inside of Chrome, Mozilla etc. But it doesn't work in ...
6
votes
1
answer
3k
views
Vimeo Content Security Policy error - Refused to load the script
When I'm trying to embed video from vimeo to my site, I get error in chrome console -
Refused to load the script 'data:application/javascript;base64,dmFyIHVyY2hpblRyYWNrZXI9ZnVuY3Rpb24oKXt9…...
5
votes
2
answers
17k
views
Embed Vimeo Bootstrap 3.0
Question says it all,how is it possible to embed a vimeo video in bootstrap 3.0 ?
Example Code:
<div class="container">
<section class="row">
<div class="span6">
&...
4
votes
3
answers
3k
views
Stop Vimeo embeds on previous / next buttons within Jquery Infinite Carousel
My setup: http://jsfiddle.net/ASa2K/1/
I have a Jquery Infinite Carousel which will have in it embedded Vimeo vids.
When 'Next' or 'Prev' is clicked, I would like it to stop all videos. Currently it ...
4
votes
1
answer
8k
views
Changing the default wordpress youtube embeded video dimensions
I just upgraded to Wordpress 3.5, and one cool feature seems to be that if you copy a Youtube URL directly from the browser and paste into a singles post, the video automatically embeds!
However, I'm ...
4
votes
1
answer
6k
views
iframe Vimeo fullscreen button not showing
For some reason, the Vimeo iframe is missing the fullscreen button. It works if I use the official embed code directly in the HTML, but not this way.
JS:
var iframe = document.createElement("iframe")...
4
votes
1
answer
6k
views
Turning off autoplay on Vimeo video that is set at a specific time to play
I will try and be as thorough with my question as possible the first go round. My question is this:
I am trying to embed a Vimeo video on to Blogger that plays at a specific timestamp, i.e. 4mins ...
4
votes
1
answer
2k
views
Show element when Vimeo embed finishes
I'm embedding a Vimeo video on my page dynamically with the following snippet:
<iframe id="singlepage"src="http://player.vimeo.com/video/<?php the_field('vimeo_id'); ?>?api=1&player_id=...
3
votes
2
answers
7k
views
Cannot get Vimeo <iframe> embed code working in IE7/8/9
I am using this code from Vimeo to embed a player on a website:
<iframe src="http://player.vimeo.com/video/44327600" width="500" height="375" frameborder="0" webkitAllowFullScreen ...
3
votes
1
answer
3k
views
dynamically adding/controlling vimeo embeds
I'm stuck and could really use some help.
I'm trying to dynamically add vimeo embeds on a page. The page loads with a still of the video, and when the still frame is clicked, it fades out and the ...
3
votes
1
answer
700
views
Vimeo embeds with Cycle2
I'm using the Cycle2 jQuery plugin for creating a slideshow, and I would like to include Vimeo embeds if possible. There is an extension for YouTube embeds made by the author but there's nothing about ...
2
votes
4
answers
5k
views
Embed vimeo video into tinyMCE editor
I know nothing about programming so apologies if I get terminologies wrong.
I need to embed a video from vimeo into tinyMCE editor. This is the embed code that Vimeo provides for its videos:
<...
2
votes
1
answer
4k
views
embed vimeo on my site with full video and thumbnails
I want to embed vimeo like when you go to video->my videos->'click on one of them'
Now you see you video (it should also autostart) and thumbnails on the right side.
How can I embed this to my site ...
2
votes
2
answers
959
views
Vimeo API - Is there a way to disable the keyboard shortcuts of the embedded vimeo video?
I often embed the vimeo video via iframe into my website for video conferencing.
I can easily hide the control bar by query string like below.
https://player.vimeo.com/video/12345678?controls=0
...
2
votes
0
answers
2k
views
lazy loading on multiple embed vimeo video
I'm building a portfolio website that contains several embed Vimeo videos and they're slowing down the page loading a lot. So I was thinking of lazy load them so that the browser has to load them only ...
2
votes
0
answers
343
views
Vimeo error using embedded video in cordova android app
I hope someone can help me get a little transparency on this matter.
I've made an app targeted iOS and Android. The app uses embedded video from Vimeo, via an iframe.
When i run the project on an ...
2
votes
0
answers
162
views
Vimeo fullscreen breaks positioning
I'm experiencing an issue on iOS10 (Safari only, Chrome is perfect) which is being caused by a Vimeo embed which plays in fullscreen natively on iOS. The video plays perfectly, however when I click "...
2
votes
1
answer
5k
views
Embed a video from a password protected album using the Vimeo advanced API
I have a Vimeo Plus account which allows me to add a password to an album of videos. I understand from the documentation that I need to use the advanced API to access password protected videos. I have ...
2
votes
0
answers
645
views
Loading a vimeo embeded video in full screen
Is there any way using vimeo's embeded videos and/or api to load the video in full screen mode? I don't see any easy way in the code.
2
votes
1
answer
4k
views
Dynamic vimeo embed with options
I’m trying to add Vimeo embeds with options (colors, etc). However, it seems that Vimeo doesn’t recognize the options if the iframe is created using jQuery or DOM:
var fail = $('<iframe>', {
...
1
vote
1
answer
1k
views
Is there an API endpoint for vimeo showcases that lets you embed a specific video within the showcase including the playlist?
I have been browsing through all of vimeo's API documentation. However, it seems there is no endpoint in the URL that lets me embed a showcase video and select a specific video of my choice. As for ...
1
vote
2
answers
2k
views
Embed video with custom shortcode
In WordPress, how can I use the embed video feature via a custom shortcode?
I have tried the following, but that does not actually embed the video. It just adds an empty <div class="aligncenter"&...
1
vote
2
answers
6k
views
Best practice to embed Vimeo video in Nextjs or Reactjs
I'm making a website with Next.js and wanting to embed vimeo videos and wondering what is the most common practice to do it.
I've tried regular iframe, react-player, @u-wave/react-vimeo.
I realized @u-...
1
vote
1
answer
701
views
How to convert a Vimeo playlist into an array of video addresses?
I have a playlist (showcase) on Vimeo and I'd like to present the videos on my site but differently than how their 'embed' code does it. If possible I'd like to get to a point where I can query the ...
1
vote
3
answers
1k
views
I need to embed vimeo or some other html in my rails app
Can someone point me in a direction so that I can use embed code in Rails? Sometimes I need to embed a slideshow pro file and sometimes I need to embed a youtube file and sometimes a vimeo file in the ...
1
vote
1
answer
5k
views
How to embed vimeo video in angular component?
I have a angular 8 application. and I try to embed a vimeo video.
So I have for the ts like this:
getVideoId(url, prefixes) {
const cleaned = url.replace(/^(https?:)?\/\/(www\.)?/, '');
for (...
1
vote
0
answers
263
views
No fullscreen option with Vimeo embed (non-iFrame). Need a workaround
I am creating my own course page using Elfsight Accordion and Vimeo videos. The accordion doesn't accept an iFrame, but it will accept the old legacy Object embed for Vimeo. Example code below. ...
1
vote
1
answer
1k
views
<iframe> rendering outside of it's <div> container?
Slightly baffled here. Is there something wrong with my code or does this suggest a JS/PHP conflict or iframe bug i'm simply not aware of...?
The following iframe (vimeo embed) is consistently ...
1
vote
0
answers
458
views
Manipulating Vimeo Embeds
The site is being built using Wordpress and the Divi Theme from Elegant themes.
In an ideal world I would like each Vimeo embed on the following site (http://robertdelmaestro.com/robert-del-maestro/)...
1
vote
0
answers
251
views
Grey overlay when uploading to Vimeo
When we upload a video to vimeo, a grey overlay appears on the video, the background is white before upload and white in IE. Every other browser it has this grey overlay.
An example can be found here ...
1
vote
1
answer
87
views
Heroku and Vimeo conflict?
Yesterday (February 4, 2015 at 23:20:35 GMT-2) I received an email from an user frustrated that couldn't watch videos in my site (the focus point). All videos couldn't be watched and displayed an ...
1
vote
1
answer
475
views
Vimeo iframe in webview
how is it possible to view a video from vimeo embed code in a webview in android?
I only hear the audio but the video stays black.
wb.getSettings().setJavaScriptEnabled(true);
...
1
vote
1
answer
800
views
How do I get Facebook to clear it's object cache?
I'm trying to get a vimeo video to properly embed, however the facebook object debugging tool will not pull in the right values. The scraping shows the main vimeo page and not the video page. I ...
1
vote
1
answer
2k
views
vimeo full-window size embed
I am trying to embed this video on this virb page: http://www.amytdatta.com (password: tyma)
It's an album pre-release, hence the site password, sorry!
Try as I might, i'm unable to emulate the full ...
1
vote
1
answer
662
views
stream vimeo file through server without revealing src
I'm using a LAMP stack with CodeIgniter to "power" a site. I'm trying to find a way to stream/embed a video that's hosted on Vimeo but without revealing the vimeo source of the file. My purpose is to ...
1
vote
1
answer
289
views
CSS3 Columns with Vimeo Embed = Blank
If I set up a layout that uses CSS3 Columns, and try to embed a Vimeo iframe inside that layout, it is presented as a Black box.
Here's a fiddle to show what I mean: http://jsfiddle.net/tMyfa/
<!...
1
vote
1
answer
2k
views
Embedded vimeo videos will not play on iPad
Hers is the url: http://greyhawkfilms.com/whatwedo.html
It plays fine on the iPhone, but when I try to play it on the iPad only the audio plays and no video.
The embed code I'm using is here:
<...
1
vote
1
answer
2k
views
How do I turn the play pause button off on vimeo embed?
I am embedding a video from vimeo into a live event and need to turn autoplay on and the play pause button off so users cannot control the video
0
votes
2
answers
1k
views
Is there a way to display vimeo videos on my website from embedded url in database?
I am trying to create where people can input a video url and it will save into my database. The thing is that after I've saved the video url in my database, how can I show it on the page using PHP?
...
0
votes
2
answers
168
views
Add a class to body when play is pressed on a Vimeo embed
I could really use some help on this one.
I need to add a class to the body tag when someone presses the play button on a Vimeo embed.
The background on the site is white and when someone presses ...
0
votes
2
answers
2k
views
How to get the first embed content of a post
I'm trying to get the first embed url from the post.
I know wordpress auto-embeds them but can't find a method to just get the
embeds.
$urls = array();
$p = ...
0
votes
1
answer
875
views
How do I embed YouTube videos without black bars?
When I try to embed fullscreen YouTube or Vimeo videos I get black bars to the left and right on 16:9 monitor:
See attached screenshot:
How do I embed videos like Vimeo do? Their fullscreen videos ...
0
votes
1
answer
4k
views
Vimeo video embedding issue (no scaling / black areas). Example included
I'm trying to embed video movies but they are not being scaled and look like you-know-what.
In addition I'm unable to post on vimeo.com forums. Google doesn't help as well.
Here's an example, vimeo ...
0
votes
2
answers
1k
views
vimeo width on tumblr
Know issue tumblr restricts width of videos to max500, i want them 700.
I've tried all the hacks and scripts listed, they won't work on my theme. Any suggestions?
0
votes
1
answer
1k
views
How to disable loop on embeded video from vimeo
I'm trying to perform an action on the 'ended' event on my embeded vimeo clip. This is not firing because, according to vimeo documentation, video is on loop. So I tried adding loop=0 to the url but ...
0
votes
1
answer
461
views
How can I connect to vimeo by using my website with PHP, Javascript or an API?
I'm currently working on a website, and I would like to add automatically the most recent video uploaded on my vimeo account. I found out that I have to use in a first place, an API, but I don't know ...
0
votes
1
answer
876
views
open vimeo url in colorbox using jQuery filter
I would like to use jQuery to scan a html page - created in this case by WordPress to find all links to vimeo vidoes - added by users via the WP editing admin.
I would then like to pass control of ...