Front-End Implementation?
-
Is there any kind of front-end implementation for the “Allow new posts to your Facebook Timeline” functionality? Everything else I’m doing keeps the user out of the backend (login, logout, profile edit, etc.), and I’d love to keep in line with that with this plugin.
I don’t see anything in the settings, but is there any recommendation for how to implement this manually?
I found the div that appears to be doing the work:
<div class="facebook-login" data-scope="person">Allow new posts to your Facebook Timeline</div>
And copied the login.js file from the plugin to my theme’s JS directory, enqueueing it when needed. The JS file loads, but when the link is clicked I receive a “FB is not defined” error on line 51. I’m assuming that this is because another part of the plugin is not being integrated.
Any thoughts on this? Thanks!
- The topic ‘Front-End Implementation?’ is closed to new replies.