Vimeo embed do not track - iframe

I am embedding a Vimeo video, however, I wish to add their "Do not track" function.
I have added the URL parameter
?dnt=1
<iframe src="https://player.vimeo.com/video/12341234123?dnt=1"/>
however, I still see cookies from Vimeo when loading the site.
What am I doing wrong?

Related

Embed FB page plugin inside Instant Article

May I know how to embed FB page plugin inside Instant Article, I try to search related topics online, but found none. It seems that I can't include any Javascript in Instant Article, thus I can't use the page plugin Js code generated with Facebook developer.
However, I notice that there are users who can embed the FB page plugin to their Instant Article, may I know how they do it?
Note: They are including a "real" FB page plugin, not an image with <a href="...">, the "Like Page" and "Share" are functional...
I am using Wordpress Instant Article plugin, however, I am fine with any custom solution.
Anyone? Please help.

Stop Video Pop Up showing related videos

I am using wordpress video popup(link) for playing YouTube videos but, after completion the video it is showing related videos on YouTube. I donot want to show related videos at the end of the video it needs to change pause state.This is the link I have used for video popup.How can I stop showing related videos? please provide any links or suggessions
Try adding ?rel=0 at the end of your video URL.
UPDATE
If you go to the website of the wordpress plugin you can see that there is a limitation.
http://wp-time.com/video-popup-plugin-for-wordpress/
You have to install Extend Link Plugin and there you find that a premium attribute rel=”1″ to disable YouTube related videos is necessary.

Embedding a youtube video on WP site

I'm trying to embed a youtube video on a WP site which uses Suarez theme, and the embedded video loads up as a picture, with no interactive elements. I tried to use both original and short links, the embed code, but none seem to work. Any insights on this topic ?
Thank you in advance.
I tried to use an iframe in the page itself and it worked. Did you try that?
i took a random video then i scrolled down to share and use the embed function. I coped all the code.
Then i went to pages in the wordpress and used my front page for this. Then i went to text in the standaard wordpress editor and pasted the code. hit save and there it was the video
NOTE:
you can make it autoplay when the page loads. and its default to allow full screen.
If you want to make it autoplay paste this behinde your iframe code like this : ?autoplay=1
this src is in you copied iframe tag!
src="https://www.youtube.com/embed/-9r7ezjl1us?autoplay=1"
Cees

How to change "Video site link" to "Video embed link" using Laravel

I'm building a social network site with Laravel
I have a section of my site where a user can submit a URL to a video with a form ex. https://www.youtube.com/watch?v=xxxxxxxxxx
The URL gets saved in the database.
I want to embed the youtube/vimeo player on the page using an iframe.
I can grab the url using $video->url
In order to display the iframe I use
<iframe width="306" height="200" src={{ $video->url }} frameborder="0" allowfullscreen></iframe>
The space is there but no video. Just blank space. I figure this is because the link is not the embed link youtube provides which should be //www.youtube.com/embed/xxxxxxxxxx
Is there a Laravel way to convert site URLs to embed URLs? I don't want to make my users submit the embed URL since most people don't know about it and it's easier for them to just submit the URL in their browser
You can grab the id of youtube video before saving the url to the database.
Then store the embed link:
"http://www.youtube.com/embed/$youtube_id"

While posting link on company's Facebook page, the photos don't come up

I am not sure why this is happening. But, When i try to post Link Omitted on the company's facebook page, the thumbnails aren't loaded by the facebook. Whereas if I try to post some earlier link from my website, like Link Omitted, all the pics from that page are loaded.
Can someone tell why this happens...Also, sometimes, facebook doesn't load all the images from page.
You rely on how Facebook scrapping your page content which isn't a best way to achieve what you want. The reason you see image for older links is probably caching.
To ensure you have images with posting your content on Facebook you should add og:image OpenGraph meta tags.
For more info on this read OpenGraph documentation and use Facebook Debug tool to check if you have any issues with scrapping and/or all details scrapped correctly.

Resources