arkadaşlar kendi video sitemdeki videoları direk facede izletmek için mail atmıştım şöyle bir cevap geldi ingilizcem iyi olmadığı için de ne demek istediğini anlayamadım mail şu arkadaşlar
"For us to investigate this issue further we'll need to know the ID of the application you are referring to."
fecabookdan video izletme hakkında mail geldi
8
●590
- 19-04-2010, 23:01:45Meta taglara şunları eklediniz mi ?isousluer adlı üyeden alıntı: mesajı görüntüle
<meta name="title" content="video başlığı" /> <meta name="description" content="video açıklaması" /> <link rel="video_src" href="video flash player adresi" /> <link rel="image_src" type="image/jpeg" href="video resim adresi" /> <meta name="video_height" content="280" /> <meta name="video_width" content="420" /> <meta name="video_type" content="application/x-shockwave-flash" />
- 19-04-2010, 23:04:36Facebooktaki ID numaranı ve sitendeki playerin/videonun çalışacağı sayfanın demosunu istiyorlar sanırım.
- 19-04-2010, 23:07:05https://www.r10.net/wordpress/606832-...-sorunu-s.html
burdaki konuyu baştan asagıya okursan yardımcı olabilir sana - 20-04-2010, 17:57:40**This is an automated response. Please do not respond to this message.**
We have reviewed your domain(s) and your request has been approved. You should now be able to embed your content on Facebook. Please note that any content that is shared on Facebook, whether it is user generated or not, must be in compliance with the Statement of Rights and Responsibilities (http://www.facebook.com/terms.php) and the Platform Policy (http://developers.facebook.com/policy).
Details on getting the title, description, video, or preview to render correctly can be found here:
http://wiki.developers.facebook.com/...ying_Meta_Tags
If you have any trouble, please visit the Developer Forum for help:
http://forum.developers.facebook.com
To make it easier for users to share your content on Facebook, you also may want to consider adding the "Share on Facebook" button to your site. You can find the button here:
http://www.facebook.com/facebook-widgets/share.php
Thanks,
Facebook Platform Operations
**This is an automated response. Please do not respond to this message.**
arkadaşlar şimdide şöyle bir mail geldi sanırım onaylandı diyor şimdi meta taglarımı ekleyeceğim
az önce taglarıda ekledim ama halen çıkmıyor
şu şekilde
<meta name="title" content="<?php the_title(); ?>" /> <?php $youtubevideo = get_post_meta($post->ID, "youtubevideo", true); $videolink = get_post_meta($post->ID, "videolink", true); $resim = get_post_meta($post->ID, 'resim', true); if($youtubevideo != "") { ?> <link rel="video_src" href="http://www.******.com/wp-content/themes/eVid/video/player.swf?file=http://www.webloader.org/yurugit/<?php echo $youtubevideo; ?>.flv" /> <?php } elseif ($videolink !="") { ?> <link rel="video_src" href="http://www.******.com/wp-content/themes/eVid/video/player.swf?file=<?php echo $videolink; ?>" /> <?php } ?> <?php if($resim != "") { ?> <link rel="image_src" href="<?php echo strtolower($resim); ?>" /> <?php }else{ ?> <link rel="image_src" href="http://www.******.com/wp-content/uploads/thumb.png" /> <?php } ?> <meta name="video_height" content="220px" /> <meta name="video_width" content="300px" /> <meta name="video_type" content="application/x-shockwave-flash" />