I don't want to use the normal Facebook like button so how can I add a like / share button to a -Field?
相关问题
- facebook error invalid key hash for some devices
- LoginActivty with Firebase & Facebook authenticati
- facebook “could not retrieve data from URL”
- Jasper: error opening input stream from url
- is it normal for image inputs to be omitted from t
相关文章
- 放在input的text下文本一直出现一个/(即使还没输入任何值)是什么情况
- Facebook login for group members
- Show a different value from an input that what wil
- Is there a way to hide the new HTML5 spinbox contr
- The method FB.api will stop working when called fr
- Programmatically interrupting raw_input
- Bootstrap input field inside tooltip popover remov
- React native deep linking vs Facebook SDK conflct
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.