Foliovision › Forums › FV Player › How to … › Sharing individual URL in playlist
-
Is there a way to share the individual URLs of the videos in my playlist instead of the share URL being for the entire page itself. We are using the WordPress plug in
http://win-tv.org/whats-on-win-tv/win-tv-on-demand/board-of-education-at-l-p-wilson
Scroll down to bottom example
-
-
HI Lucia,
So if I have three videos in a playlist and I want to share only the second video on the list to Facebook, for example (including that Splash image), the URL generated is from the page it lives on…not the specific video. I need to be able to share a unique video URL…not the page it lives on. We add videos on a daily basis to our playlists and we count on folks sharing and reposting those URLs to that specific video. Is there a way to have individual URLs within a playlist? I’ve seen other players who do that, but I think its some kind of iframe maybe?
Jenny
Hi Lucia and Martin,
This feature request is trickier than it looks. Jenny wants to be able to share her videos to Facebook. In principle this doesn’t require a link to a video but a special backend connection script as YouTube is using.
The issue is that backend script is also unreliable now that Facebook has their own video service:
* https://www.facebook.com/help/community/question/?id=10151695596842618
* https://www.facebook.com/tutovidsblog/posts/431561136985204Facebook is trying to push YouTube out of the way and get people to upload their videos to Facebook and then share out elsewhere: http://techcrunch.com/2015/03/25/facebook-will-now-let-you-embed-facebook-videos-on-other-sites/
Here’s what the YouTube Facebook sharing links look like as of today:
https://www.facebook.com/dialog/share?app_id=87741124305&href=https%3A//www.youtube.com/watch%3Fv%3DVuNIsY6JdUw%26feature%3Dplayer_embedded&display=popup&redirect_uri=https://www.youtube.com/facebook_redirect
jwPlayer is doing something slightly different with URLs like this to share:
https://www.facebook.com/sharer/sharer.php?u=http%3A%2F%2Fcontent.jwplatform.com%2Fpreviews%2FoSQWzFgF-8nLlWRv4
Both work as of today.
There doesn’t seem to be any way to fully share a video URL directly in Facebook without uploading the content itself onto Facebook servers (allowing people then to use Facebook sharing for your video): https://www.facebook.com/help/videos/uploading
So what we could do is offer admins an easy way to download their videos (HQ version) to be able to upload them to Facebook more quickly and easily. It could be handy as it may be one person on a team creating and adding videos to a website and someone else in charge of social sharing. So I see this as two features:
1. quick download for admins
2. direct sharing button to Facebook (requiring a registered sharing URL)It appears that Facebook doesn’t require registration but does require OpenGraph. We’ll have to dig deeper into the following:
https://developers.facebook.com/products/sharing/overview
https://developers.facebook.com/docs/sharing/webFor a publisher to see their Facebook sharing stats though that publisher will have to register with Facebook Domain Insights: https://developers.facebook.com/docs/platforminsights/domains That’s beyond our scope.
What we can do is provide the direct video download to admins and the open graph tags Facebook requires for sharing as well as an automatic link to the Facebook sharing service.
We can debug sharing here: https://developers.facebook.com/tools/debug/
It’s great that Google and Facebook and Apple are making interplatform compatibility so easy again. I admire their dedication to the open web [sarcasm alert].
Have fun!
Alec
Both native Facebook and external videos hide the Embed functionality away from Share Button (large and below the video), up in the right corner. It’s possible to get an iframe for both videos on and off of Facebook to embed into weblog posts. It looks like if we can find a way for Jenny to share onto Facebook directly from her weblog there’s not much lost over uploading a second time to Facebook (while Facebook treats videos uploaded directly to their platform slight better than external videos, Facebook’s internal search and promotion algorithms are a bit outside of our remit in this case which is technical).
Here’s what Facebook’s iframe look like for external and internal video as well as YouTube. Not quite sure how they pass through the video for external videos.
Internal:
<iframe src="https://www.facebook.com/plugins/video.php?href=https%3A%2F%2Fwww.facebook.com%2Falec.kinnear%2Fvideos%2F762792847189925%2F&show_text=0&width=560" width="560" height="315" style="border:none;overflow:hidden" scrolling="no" frameborder="0" allowTransparency="true" allowFullScreen="true"></iframe>
External:
`<iframe src="https://www.facebook.com/plugins/post.php?href=https%3A%2F%2Fwww.facebook.com%2Falec.kinnear%2Fposts%2F762791410523402&width=500" width="500" height="390" style="border:none;overflow:hidden" scrolling="no" frameborder="0" allowTransparency="true"></iframe>`
YouTube:
`<iframe src="https://www.facebook.com/plugins/post.php?href=https%3A%2F%2Fwww.facebook.com%2Falec.kinnear%2Fposts%2F762791147190095&width=500" width="500" height="280" style="border:none;overflow:hidden" scrolling="no" frameborder="0" allowTransparency="true"></iframe>`
I don’t see a lot of difference.
- This reply was modified 8 years, 6 months ago by Alec Kinnear. Reason: adding named entities so we don't get iframes included
This feature request has made it to our new Trello board for Feature requests (work in progress): https://trello.com/c/K8pYiXbr
It’s in the upcoming category. Current behaviour shares the page along with an image thumbnail (not the video!) which is not bad but not specifically video sharing.
Our strategy for now is to focus on including the right tags so that when a video is shared on Facebook, the video gets picked up as video and not as an image and a link to the page. This should be the new default for Facebook shares (if someone wants to share the page as a page, usually there are other share buttons there).
- This reply was modified 8 years, 6 months ago by Alec Kinnear. Reason: adding current behaviour
Hello wintv,
this feature will be part of the next FV Player release.
If you could test it out in the beta release, it would be most welcome. You can get it be reinstalling the plugin from the following ZIP file: https://github.com/foliovision/fv-wordpress-flowplayer/archive/master.zip
Before you install that version you must first deactivate and delete your existing FV Player plugin. No settings or videos will be lost.
Please let us know if you have any issues.
Thanks,
Martin