• 19-04-2010, 19:38:56
    #1
    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."
  • 19-04-2010, 19:43:09
    #2
    Üyeliği durduruldu
    "Durumun detaylı incelemesini yapabilmek için bahsi geçen uygulamayla ilgil bilgiye ihtiyacımız olacak."

    Sanırım player'ınla ilgili bilgi istiyorlar.
  • 19-04-2010, 20:31:31
    #3
    peki ne söylemeliyim ben bunlara şimdi
  • 19-04-2010, 22:32:10
    #4
    yardım edebilecek kimse yokmu arkadaşlar
  • 19-04-2010, 23:01:45
    #5
    isousluer adlı üyeden alıntı: mesajı görüntüle
    yardım edebilecek kimse yokmu arkadaşlar
    Meta taglara şunları eklediniz mi ?

    <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:36
    #6
    Facebooktaki ID numaranı ve sitendeki playerin/videonun çalışacağı sayfanın demosunu istiyorlar sanırım.
  • 19-04-2010, 23:07:05
    #7
    https://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
    #8
    **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" />
  • 20-04-2010, 19:34:45
    #9
    sorun ne olabilir arkadaşlar