如何使用Facebook分享图标而不是按钮?
我正在使用此代码:
<div class="fb-share-button" data-caption='Testing Facebook Share' data-href="www.google.com" data-type="icon" data-width="200"></div>
我做得对吗?图像显示太小。即使数据宽度也不起作用。
这样做的正确方法是什么?或者增加图标的大小?
答案 0 :(得分:0)
<a style="margin-right: 20px;" href="facebook.com/share.php?u=www.google.com&t=Title"; onclick="javascript:window.open(this.href, '', 'menubar=no,toolbar=no,resizable=yes,scrollbars=yes,height=365,width=600');return false;"><img src="/images/FB.png" alt="Facebook" width="55" height="55"/></a>
现在,点击分享对话框中的分享按钮后,我应该如何在我的应用中处理一些布尔变量?