Jump to content

Allow Videos Playing In Social Sharing


xxbrits

Recommended Posts

I'm trying to figure out a way I can share direct links to specific videos and have that video playing in that desired app, sort of the same way we can share youtube links in twitter/whatsapp chats and the videos are able to directly play within that app/platform.

 

Is this a simple feature?

  • Like 1
Link to comment
Share on other sites

On 3/11/2021 at 5:15 PM, xxbrits said:

I'm trying to figure out a way I can share direct links to specific videos and have that video playing in that desired app, sort of the same way we can share youtube links in twitter/whatsapp chats and the videos are able to directly play within that app/platform.

 

Is this a simple feature?

hi i use twitter card and the videos play on twiiter. look for information and you can do it on twitter.
facebook banned adult webs normal webs no.

Link to comment
Share on other sites

16 hours ago, Tech Support said:

This is something that typically needs some meta tags in header that renders video info. Each platform should probably indicate which data format do they need, or whether they use some generic format.

Something similar was discussed in these topics:

 

 

Do you know what I would need for whatsapp, the discussion is rather confusing

  • Like 1
Link to comment
Share on other sites

On 3/12/2021 at 8:37 PM, davex said:

hi i use twitter card and the videos play on twiiter. look for information and you can do it on twitter.
facebook banned adult webs normal webs no.

Hi Davex! I need your help with twitter cards code, Please! I have this code:

{{if $storage.video_view_video_view.video_id>0 && $lang.twitter_account}}
        <meta name="twitter:card" content="player"/>
        <meta name="twitter:site" content="{{$lang.twitter_account}}"/>
        <meta name="twitter:title" content="{{$storage.video_view_video_view.title|mb_ucfirst}}"/>
        <meta name="twitter:description" content="{{$storage.video_view_video_view.description|mb_ucfirst}}"/>
        <meta name="twitter:image" content="{{$storage.video_view_video_view.preview_url}}"/>
        <meta name="twitter:player" content="{{$config.project_url}}/embed/{{$storage.video_view_video_view.video_id}}"/>
        <meta name="twitter:player:width" content="480"/>
        <meta name="twitter:player:height" content="270"/>
    {{/if}}

 

But doesnt work. Its the same as on kvs demo site but on my website doesnt work..... 

Ifollowed this steps https://github.com/twitterdev/cards-player-samples

Screenshot_32.jpg

Link to comment
Share on other sites

hello I have it like this:

<meta name="twitter:card" content="player">
    <meta name="twitter:title" content="">
    <meta name="twitter:description" content="">
    <meta name="twitter:image" content=""45">
    <meta name="twitter:site" content="@{$twitter}">
    <meta name="twitter:creator" content="@{$twitter}">
    <meta name="twitter:title" content="">
    <meta name="twitter:url" content="">
    <meta name="twitter:image" content="">
    <meta name="twitter:domain" content="">
    <meta name="twitter:player" content="">
    <meta name="twitter:player:width" content="">
    <meta name="twitter:player:height" content="">

 

without configuring anything in theme settings.

  • Thanks 1
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...