I'm using elementor and i have linked the Youtube API to my website, the videos are shown but they are not updated automatically if i change something in the linked palylist.
Do you know what the reason could be?
Thank you so much
We are now experiencing an error where when we post videos to LinkedIn via the API, the video itself does not play on page - but the link to new tab works. The video has a weird overlay and/or play button where it appears to be clickable, but upon clicking does nothing.
We believe this is a bug. Is LinkedIn going to fix this in the near future? Also, is the potentially related to the whitelist permissions talked about in another thread?
I was directed by LinkedIn Customers Support to post these questions here.
There is no code to show.
Videos posted to LinkedIn via API should play and work properly on page.
My website has a LinkedIn Share button at the top. This seems to be working fine in Chrome, Firefox, & IE. With Edge, however, we get this ugly error message:
I used the Share Plugin Generator on LinkedIn's developer portal which generated this script:
<script src="//platform.linkedin.com/in.js" type="text/javascript"> lang: en_US</script>
<script type="IN/Share" data-url="https://www.aoccorp.com"></script>
Why is this not working in Edge while it works in the other browsers?
Thanks,
Steve
Update:
Interestingly, I experience the same behavior in LinkedIn's own developer blog (https://developer.linkedin.com/blog/posts/2018/deprecating-the-inshare-counter).
Thank you for raising this issue! There is a known compatibility issue with LinkedIn plugins and Microsoft Edge. While our teams are currently working on a solution, you will continue to see these types of errors with Microsoft Edge.
Solution: Do NOT use the LinkedIn Share Library.
Take a look: Here's someone else posting in 2018 having the same exact problem, Issue on IE with LinkedIn Share plugin. And here's another person: Error on clicking the LinkedIn Share Button on IE/Edge in 2019. And, officially from LinkedIn, if you want this plugin to work, you need to ask your users to do this:
Open Internet Explorer.
Click Tools and select Compatibility View Settings.
Uncheck the box next to "Display all websites in compatibility view".
Click Close.
Is it reasonable to ask your users to reconfigure their browser just to be able to click one, single button on your website? Answer: No.
You don't need to rely on the LinkedIn Share Plugin. All you really ought to need is...
https://www.linkedin.com/sharing/share-offsite/?url={url}
Then making sure it works cross-browser is in your hands.
Source: Microsoft LinkedIn Share URL Documentation.
Sure, everyone says: Don't Reinvent the Wheel! I totally agree! But when you find a car that has square, cubic wheels, then maybe you want to reconsider!
If you are interested in a regularly maintained GitHub project that keeps track of this so you don't have to, check it out! Social Share URLs
I am trying to develop a site where people can find and view videos of my activities from my youtube channel. I am quite new to wordpress but I decided to use it to achieve this purpose.
I have been looking for a wordpress plugin to use to display all the videos from my youtube channel but I have not found any. I used these plugins Youtube Channel Gallery and YouTube Upload Widget, but none of them work the way I want, they are only able to import one video at a time only when you input the video url. But what I want is to for my video library on my site to update as the videos in my youtube channel updates.
I would appreciate all answers thanks.
If you are not sure how to configure this plugin Youtube Channel Gallery . See the link below :
http://www.wpbeginner.com/plugins/how-to-show-latest-videos-from-youtube-channel-in-wordpress/
My asp.net code can upload video successfully. Now I want the url of that video and want to play that video with embed youtube player.
pleasee help me..
thanks in advance
Embedded YouTube player is there to play youtube videos. In this case initially your video should be uploaded to youtube prior to embedding it to the player. For this you may have to use the YouTube Data API