How can I add a custom styled Facebook like / share button on an input-field?

社会主义新天地 提交于 2019-12-06 06:37:44
luschn

It is not allowed to use a custom styled like button, see Brand Permissions:

https://www.facebook.com/brandpermissions/

https://www.facebook.com/brandpermissions/logos.php

You can only use a custom graphic for sharing, but in your case it would be more appropriate to use a share function anyway (the Twitter button is also for sharing). See here: How to use Facebook Sharer in PHP

...or use the JavaScript SDK of facebook with the FB.ui function. But in that case you would need an app too.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!