2011-07-27 71 views
0

我如果我嘗試使用回聲工作正常PHP/HTML回聲一個變量在一個div

<div id="fb-root"></div> 
    <fb:like href="<?php echo $link; ?>" send="true" width="450" show_faces="true" font=""> 
    </fb:like> 

一個div,我這樣做時,我沒有得到$鏈接的價值。

echo '<div id="fb-root"></div> 
<fb:like href="<?php echo $link; ?>" send="true" width="450" show_faces="true" font=""> 
</fb:like>'; 

同樣也是這一個。我無法獲得$鏈接。

echo '<iframe src="http://www.facebook.com/plugins/like.php?app_id=208015255907895&amp;href="',$link,'"&amp;send=true&amp;layout=button_count&amp;width=50&amp;show_faces=true&amp;action=like&amp;colorscheme=light&amp;font=trebuchet+ms&amp;height=21" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:50px; height:21px;" allowTransparency="true"></iframe> ' 

任何幫助?

+0

請參閱與$ th的$鏈接從@fender回聲 '