xxbrits Posted March 11, 2021 Posted March 11, 2021 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? 1 Quote
Tech Support Posted March 12, 2021 Posted March 12, 2021 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: Quote
davex Posted March 12, 2021 Posted March 12, 2021 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. Quote
xxbrits Posted March 12, 2021 Author Posted March 12, 2021 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 1 Quote
Tech Support Posted March 13, 2021 Posted March 13, 2021 9 hours ago, xxbrits said: Do you know what I would need for whatsapp, the discussion is rather confusing Do you have any link to their docs? Quote
Serghei Posted March 15, 2021 Posted March 15, 2021 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 Quote
Tech Support Posted March 15, 2021 Posted March 15, 2021 3 hours ago, Serghei said: But doesnt work. Its the same as on kvs demo site but on my website doesnt work..... Did you specify your twitter account ID in Website UI -> Theme settings? Quote
Serghei Posted March 15, 2021 Posted March 15, 2021 3 hours ago, Tech Support said: Did you specify your twitter account ID in Website UI -> Theme settings? On my KVS Default (7.5) there is no such option... Quote
Tech Support Posted March 16, 2021 Posted March 16, 2021 Then please go to Website UI -> Language files -> default and open it for editing. Add a new line with your twitter account: twitter_account = @TwitterDev This will do the same as theme option in the new theme version. 1 Quote
davex Posted March 16, 2021 Posted March 16, 2021 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. 1 Quote
Recommended Posts
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.