Bug #5061
closedProblem Embedding Youtube Videos -- Possibly Jetpack Issue
0%
Description
Hi Redmine Team,
I am currently in the process of creating a page of videos on the kripkecenter.commons.gc.cuny.edu page. I am having a problem because for some reason although the page I created should show three different videos, it shows the same video three times (although when creating the page I included the link to different videos). It seems as though somehow the page is "stuck" on the first video. In fact, I made another distinct page and that page is too showing the same video although I entered in the URL from the new video. I have played with how I am embedding this into the page to no avail. I am stumped on how this could be happening and would be grateful for any insight. I have the Jetpack plugin installed and that is what I believe embeds the videos for me when I enter in, for example
[youtube https://www.youtube.com/watch?v=l93aeOO6fug&list=PL0BFn04Ks-RufiIE5P5XR5vuLywbZL9jH&index=2]
in the text of the post.
Here is a link to the page that is showing the same video three times: http://kripkecenter.commons.gc.cuny.edu/videos/
Here is the HTML on that page:
"<strong>Wittegenstein, Logicism, and "Buck-Stopping" Identifications of Numbers</strong>"
December 13, 2011
The Hebrew University of Jerusalem
Twenty-Fifth Annual International Workshop on the History and Philosophy of Science
[youtube https://www.youtube.com/watch?v=KE9m6Bu0RGI&list=PL0BFn04Ks-RufiIE5P5XR5vuLywbZL9jH&index=1]
"<strong>Non-Standard Models and Gödel's Theorem</strong>"
October 5, 2012
The Graduate Center, CUNY
70th Birthday Celebration Honoring Melvin Fitting
[youtube https://www.youtube.com/watch?v=l93aeOO6fug&list=PL0BFn04Ks-RufiIE5P5XR5vuLywbZL9jH&index=2]
"<strong>From Church's Thesis to the First Order Algorithm Theorem</strong>"
June 13, 2006
Tel Aviv University
Twenty-First Annual International Workshop on the History and Philosophy of Science
Thanks for any help on this!
~Marilynn
Updated by Boone Gorges almost 10 years ago
This is definitely an odd problem.
You might be right that it's related to Jetpack. Before I start doing extensive debugging, could I ask you to try using WP's native YouTube embedding instead? Instead of the [youtube] shortcode, simply try pasting the youtube.com URL on its own line in the editor.
Updated by Raymond Hoh almost 10 years ago
To further add to what Boone wrote, you might also want to try the YouTube URL without the playlist querystring:
https://www.youtube.com/watch?v=l93aeOO6fug
Updated by Matt Gold almost 10 years ago
Hi Marilynn -- Whenever you have a chance, please cycle back and let us know whether either of these solutions worked. thanks!
Updated by Marilynn Johnson over 9 years ago
Hi Boone, Raymond, & Matt,
I tried both suggestions to fix the http://kripkecenter.commons.gc.cuny.edu/videos/ page, and when I did both at the same time (deleting the youtube shortcode + taking off the playlist querystring) and it worked. Mysterious to me why that would work, but it did!
Thanks for your help.
Best,
Marilynn
Updated by Boone Gorges over 9 years ago
- Status changed from New to Resolved
Thanks for following up!