-
Notifications
You must be signed in to change notification settings - Fork 69
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add new Facebook page plugin #45
Conversation
Hi @lammertw , Thanks for the PR! |
Hi Team, Thanks for giving support for page plugin. As mentioned I have added the above page plugin settings in angular-easyfb.js and I can able to use the page plugin. But the Issue is if we try to give data-width="500" it is not getting affected like "post" plugin. Below is the HTML I have written: Could you please help/guide me to fix the width issue? |
Hi Team, Thanks for the reply..Updated the Plugin settings to 'href', 'width', 'height', 'hideCover', 'showFacepile', 'showPosts'..But this even didn't resolve the issue..Could you please check once and provide an example? |
Hi @chanduk040 , I'm aware of the issue and trying to address it right now. |
Oh Thanks a lot.. Would be waiting for your update.. |
Page plugin should work fine now in v1.3.0. |
Awesome!!! Its working perfectly.. Really thanks a lot for the quick fix.. |
Hi @pc035860 , Unfortunately noticed one issue.. Page plugin width issue is working fine on routing.. But for the initial load, the width issue still occurs.. Providing the plunker url for your reference. I have checked the plunker to load page plugin by default so that you can see the issue.. |
Hey @chanduk040, try 61570d8, spent lots of time and effort on this one. |
Hi @pc035860, Really appreciate your effort & time.. Since you were responding very quickly and providing support for the plugin.. Really thanks for your help.. |
This adds support for the new page plugin: https://developers.facebook.com/docs/plugins/page-plugin/
The like-box is now deprecated by Facebook (in favor of the new page plugin).