我正在使用 iWeb 设计一个网站,当我在 iphone 和/或 ipad 上访问我的网站时,我会显示 html 以及 Like 按钮。有人有任何线索吗?
网站:ncdoggydaycare.com
代码发布在这里:ncdoggydaycare.com/Blank.html
确保在 Blank.html 中使用大写字母“B”
我正在使用 iWeb 设计一个网站,当我在 iphone 和/或 ipad 上访问我的网站时,我会显示 html 以及 Like 按钮。有人有任何线索吗?
网站:ncdoggydaycare.com
代码发布在这里:ncdoggydaycare.com/Blank.html
确保在 Blank.html 中使用大写字母“B”
您需要在 HTML 页面之前将 /Site 添加到该链接。
它显示 HTML 的原因是因为您在完成 iframe 之前就关闭了它。干得好:
<iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fwww.facebook.com%2Fncdoggydaycare&send=false&layout=box_count&width=250&show_faces=true&action=like&colorscheme=light&font&height="90" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:250px; height:90px;" allowTransparency="true"></iframe>