我想通过ajax花式框打开像facebook这样的按钮。当我使用iframe所有图像都有像按钮时,我点击任何一个像按钮所有图像变得像。 当我尝试使用第一次像按钮显示的Facebook时,但之后它没有显示。
我使用iframe代码
html的&安培;图像=安培;布局=标准&安培; show_faces =真安培;宽度= 450安培;行动=像&安培;字体= Arial字体&安培;色彩方案=光&安培;送=真” scrolling =“no”frameborder =“0”allowTransparency =“true” style =“border:none; overflow:hidden; width:450px; height:px”>
和fb一样
window.fbAsyncInit = function(){ FB.init({appId:'your app id',status:true,cookie:true,xfbml:true}); }; (function(){var e = 使用document.createElement( '脚本'); e.async = true; e.src = document.location.protocol +'// connect.facebook.net/en_US/all.js'; 的document.getElementById( 'FB-根')的appendChild(e)中。 }()); (function(d,s,id){ var js,fjs = d.getElementsByTagName(s)[0]; if(d.getElementById(id))返回; js = d.createElement(s); js.id = id; js.src =“//connect.facebook.net/en_US/all.js#xfbml=1”; fjs.parentNode.insertBefore(js,fjs); }(document,'script','facebook-jssdk')); “ layout =“button_count”show_faces =“false”>
请帮助我................
答案 0 :(得分:1)
我现在得到了解决方案它正在运行,但当我喜欢按钮时,错误信息会显示iframe代码
<iframe src="http://www.facebook.com/plugins/like.php?href=<?php echo urlencode('http://'.$_SERVER['SERVER_NAME'].$_SERVER['REQUEST_URI'])?>" scrolling="no" frameborder="0" allowTransparency="true" style="border:none; overflow:hidden; width:450px; height:50px"></iframe>