- Posts: 398
COMMUNITY FORUM
Video in Facebook like
- troponin
-
Topic Author
- Offline
- Platinum Member
Less
More
13 years 6 months ago #58171
by troponin
Video in Facebook like was created by troponin
Hey,
wonder if it possible to include the Video from the Item, when people click the like button.
wonder if it possible to include the Video from the Item, when people click the like button.
Please Log in or Create an account to join the conversation.
- Olivier Karfis
-
- Offline
- Elite Member
13 years 6 months ago #58172
by Olivier Karfis
Owner of www.FrenchToday.com - K2 fan and freelancer, runs the Joomla/K2 tip site: www.yanaku.com
Replied by Olivier Karfis on topic Re: Video in Facebook like
Hi.
You'd have to do this in the code of the item.php page and add the proper Facebook OpenGraph metatags like this:
<meta property="og:video" content="example.com/awesome.swf" />
<meta property="og:video:height" content="640" />
<meta property="og:video:width" content="385" />
<meta property="og:video:type" content="application/x-shockwave-flash" />
<meta property="og:video" content="example.com/html5.mp4" />
<meta property="og:video:type" content="video/mp4" />
<meta property="og:video" content="example.com/fallback.vid" />
<meta property="og:video:type" content="text/html" />
Docs are here: developers.facebook.com/docs/opengraph/
@olivierk
You'd have to do this in the code of the item.php page and add the proper Facebook OpenGraph metatags like this:
<meta property="og:video" content="example.com/awesome.swf" />
<meta property="og:video:height" content="640" />
<meta property="og:video:width" content="385" />
<meta property="og:video:type" content="application/x-shockwave-flash" />
<meta property="og:video" content="example.com/html5.mp4" />
<meta property="og:video:type" content="video/mp4" />
<meta property="og:video" content="example.com/fallback.vid" />
<meta property="og:video:type" content="text/html" />
Docs are here: developers.facebook.com/docs/opengraph/
@olivierk
Owner of www.FrenchToday.com - K2 fan and freelancer, runs the Joomla/K2 tip site: www.yanaku.com
Please Log in or Create an account to join the conversation.
- troponin
-
Topic Author
- Offline
- Platinum Member
Less
More
- Posts: 398
13 years 6 months ago #58173
by troponin
Replied by troponin on topic [Solved] Video in Facebook like
Please Log in or Create an account to join the conversation.
- Olivier Karfis
-
- Offline
- Elite Member
13 years 6 months ago #58174
by Olivier Karfis
Owner of www.FrenchToday.com - K2 fan and freelancer, runs the Joomla/K2 tip site: www.yanaku.com
Replied by Olivier Karfis on topic Re: [Solved] Video in Facebook like
We are french robots engineered by the Greek government to respond to K2 questions ;-)
@olivierk
@olivierk
Owner of www.FrenchToday.com - K2 fan and freelancer, runs the Joomla/K2 tip site: www.yanaku.com
Please Log in or Create an account to join the conversation.
- troponin
-
Topic Author
- Offline
- Platinum Member
Less
More
- Posts: 398
13 years 6 months ago - 13 years 6 months ago #58175
by troponin
Replied by troponin on topic Re: [Solved] Video in Facebook like
ohhh didnt work cause the code comes from AllVideos Plugin with all the iframe and object tags, so that changes should be done in AllVideos Plugin.
Somebody solved it ?
Somebody solved it ?
Please Log in or Create an account to join the conversation.