Add allowed embedding site to all Vimeo videos - vimeo

I need to add a domain to the list of allowed places to embed videos. I can do this for all future uploads in my settings. I can do this for existing videos, one by one, using the interface below:
The issue is that there are hundreds of videos. Is there any way to add an allowed domain to all existing videos?

Yes, you need add the domains in https://vimeo.com/settings/videos/upload_defaults
See screenshot:

Related

Search my videos by Tag

I can't find specification about search my videos.
I'm creating API calls to vimeo for one client, and I need to search videos by tag, or tags.
I've tried this
https://api.vimeo.com/me/videos?access_token=xxxx&tags=xxxx
and
https://api.vimeo.com/me/videos?access_token=xxxx&tag=xxxx
and I always receive full list of videos.
Follow the API.
https://developer.vimeo.com/api/endpoints/tags#/{word}/videos

Track Vimeo via Google Tag Manager without iframes

I'm helping out with a university page, and they use Adobe CQ5 as their cms. Anyway, I'm trying to track Vimeo vids via Google Tag Manager without inputting codes into the iframe as we are only allowed to embed media via CQ5 components (we're restricted to using the components because IT set the software to accommodate authors of varying skill levels). I've found an ideal tutorial for YouTube, where all coding is done via GTM and wonder if there's a similar one for Vimeo: http://www.optimizesmart.com/youtube-video-tracking-via-google-tag-manager/
Thanks in advance.
You can do it if you can ensure that jQuery is loaded and you have to ability to add a custom plugin to your page code.
Check out vimeo.ga.js for details. You won't be able to get extended events like progress tracking unless you can modify the embed code, but you'll get play, pause, resume, and completed.

Allow attachments in Yammer embed

I am using the embed script provided here in Sharepoint 2013 Online: https://developer.yammer.com/connect/. It works great and I like it better than the Yammer app you can embed because it renders more quickly and I can specify the group I want to show on the page.
BUT, there is no paper clip / attachment icon. People have to go to "full Yammer" if they want to attach an image or file, which is something our users do very often.
Is there something that can be added to the script which will allow them to attach?
There are technical/product reasons why we haven't supported attachments in Embed to-date.
1) There are 3 options to attach a file/note when you click the paperclip in the web product. Because Yammer Embed runs in an iframe, two of those options (the ones with the lightbox) are not able to render for the user.
2) With IE8/IE9 attaching files through iframes causes CORS conflicts, especially when you involve trusted sites/zones.
We're specing out new features in Embed now, and I'll bring up your idea to the team again to revisit if we can accomplish this in the future.

Using a predefined account for YouTube upload widget

I want to build in a YouTube Upload Widget in my Website. The Widget itself works, but every user has to login with his own account. That's not what I want. I want the user to login as a user which already exists, so the videos were uploaded direct to a specific chanel which was already created.
Or is it possible to force the user to upload the video to a specific chanel? So he could login with his own account.
Thanks for help!
I've been searching around for the same but it looks like it isn't possible.
You might want to look at YouTube Direct Lite. It's similar to the Upload Widget but allows your users to upload to your channel, into a 'moderation' area, where you can preview the videos before they go live. It's meant more for community use but I don't see why you couldn't repurpose it.
Remember that giving random strangers (or even relatively 'trusted' users) the ability to upload videos to your account could result in your account being shut down if any of those videos violate the YouTube T&Cs (hence the moderation step above). If that happens you're done. YouTube notoriously won't reopen closed accounts. You are 100% responsible for all videos on your channel.
There is a demo on the developers site with the widget. Not sure if this is officially supported.
Here's the link to the demo:
https://www.youtube.com/yt/dev/demos.html#/upload
Note: Looks like the webcam uploads has been deprecated; you can upload a file through the wdget or choose your youtube videos

"Anonymous" Youtube Playlists

Is there a way to embed a playlist of youtube videos in HTML by listing the youtube videos in the embed code, rather than defining a playlist in my youtube account?
This is quit simple
Just use the embed code (iframe or object code) and a parameter to the url
After playlist= you add the youtube id's comma seperated
Here an example
http://www.youtube.com/v/uG53Ce5_dI0?version=3&playlist=YW8p8JO2hQw,UouwabEZy2E,IXJ9uiT4nEM,bRcdlZ87GVY,IA96yoK9l7M,ZEU4rugs-74
I think you will find that this isn't possible with the YouTube API (I may be incorrect here), but I have been unable to find anything of the sort on the internet.
Also, everything I found which related to YouTube play-list embedding required you to login beforehand.
Update:
I found this: http://www.php-help.ro/mootools-12-javascript-examples/youtube-player-embed-with-attached-playlist/
Which uses MooTools to grab a playlist for a certain user.
Hope that helps!
And the demo: http://php-help.ro/examples/youtube_player_mootools/