**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" />