我搜索了幾個關於facebook like按鈕的問題,但是這並不能解決我在某些url上的問題。我試圖用這個url實現一個像按鈕: https://www.facebook.com/behindthemask.divestories/videos/478081905732207/ 我用了發電機,甚至發電機不預覽像按鈕。我有點困惑,因爲這是一個Facebook的網址。Facebook like button generator not working on specific URL's
1
A
回答
0
這一個應該工作: https://developers.facebook.com/docs/plugins/like-button#configurator
如果它不,它有助於我們展示了一張你的代碼,以便分析什麼地方出了錯。
1
我試圖實現與這個網址相似的按鈕:https://www.facebook.com/behindthemask.divestories/videos/478081905732207/ [...]
我有點困惑,因爲這是一個Facebook網址。
您無法直接在Facebook上使用Like按鈕來處理這類對象(視頻,帖子,照片)。
Like按鈕可以像Facebook Pages或外部URL(Open Graph對象)。
如果您想讓您的用戶能夠像FB作爲視頻對象,例如,你需要通過API來實現它 - https://developers.facebook.com/docs/graph-api/reference/v2.5/object/likes#publish
這將需要您實現FB登錄和用戶,他們之前登錄到您的應用程序可以發佈一個。
相關問題
- 1. Facebook like button(IFRAME)not working
- 2. Tumblr Like Button Not Working
- 3. tidhttp get procedure not working on urls
- 4. Facebook like button not loading
- 5. facebook like button not work
- 6. Onclick On Radio Button Not Working
- 7. Facebook likebox和like button not not
- 8. Rails URLs not working
- 9. angular-ui-bootstrap accordion not working on yeoman-generator
- 10. Yammer Like Button Not Working ... TypeError:yam.helper未定義
- 11. Facebook like button does not apear
- 12. Facebook Like button does not show
- 13. Phonegap CSS:focus and/or:active on button not working
- 14. onKeypress Enter text button on textfield not working in Chrome
- 15. Click to email button not working on android
- 16. Android Button Click Not Working
- 17. like box is not working
- 18. OnServerClick for button not working
- 19. Button not working in layout
- 20. if else,button not working
- 21. Submit button not working following
- 22. RewriteEngine on - not working
- 23. jqueryui button click not working with url.action
- 24. Android :: Facebook like button
- 25. Room#on not working
- 26. Facebook Like button count
- 27. Facebook Like Button Implementation
- 28. Facebook Like Button
- 29. Android Facebook Like Button
- 30. Facebook like button case
我使用的代碼只是生成器中的鏈接:'
' – dgorges