资讯王 发表于 2010-9-16 07:09:00

Discuz 7.X facebook like button 插件在每个帖子里 (教学)

新增一个facebook 赞(like button)到文章里
打开 template/default/viewthread_node.htm

寻找{$pluginhooks}
                                        </div>改成以下内容{$pluginhooks}
                                        </div>
                                        <script>document.write("<iframe src='http://www.facebook.com/plugins/like.php?href="+document.URL+"&amp;layout=standard&amp;show_faces=false&amp;width=450&amp;action=like&amp;font=verdana&amp;colorscheme=light&amp;height=80' scrolling='no' frameborder='0' style='border:none; overflow:hidden; width:450px; height:35px;' allowTransparency='true'></iframe>")</script>
页: [1]
查看完整版本: Discuz 7.X facebook like button 插件在每个帖子里 (教学)