开发者

How can i add facebook like box on a flash site

开发者 https://www.devze.com 2023-03-30 08:56 出处:网络
<item> <!-- About Us Item Title --> <title><![CDATA[<font color=\"#FFFFFF\">Facebook Updates</font>]]></title>
<item>
    <!-- About Us Item Title -->
    <title><![CDATA[<font color="#FFFFFF">Facebook Updates</font>]]></title>
    <!-- SUB TITLE -->
    <!-- <subTitle><![CDATA[<font color="#FFBC53">Click To View Facebook Updates</font>]]></subTitle> -->
    <subTitle><![CDATA[<font color="#FFBC53" size="+10">Coming Soon...</font>]]></subTitle>
    <!-- Path To Midsection Image -->   
    <image>midsection/images/tour.jpg</image>
    <!-- About Us Description Text HTML Formatted -->
    <description><![CDATA[<font color="#FFFFFF">  </font> ]]></description> 
</item>

Can some one help me, how can i add facebook like box on a flash site...

Above is a blo开发者_高级运维ck in a flash site i want to show up fb like box.


The documentation for the Like Box is here: https://developers.facebook.com/docs/reference/plugins/like-box/ You could include it in a standard html div, but embedding it inside a flash movie isn't possible


The only way is create a dialog and put the code of the like box in it. Then you press a button in Flash. This button make a call to the PHP. The PHP open the dialog with the like box and then return something to Flash.

0

精彩评论

暂无评论...
验证码 换一张
取 消