Any one knows how to set facebook page plugin page plugin width to full page size, or any other way to show page posts in full width (specially on mobile devices).
Thanks
Related
The Facebook Page Plugin loads an infinite number of posts, this causes issues for accessibility as there's no way to move beyond the Facebook Page Plugin widget with the keyboard. Is there a way to limit the number of posts that load? Here's the plugin page from FB: https://developers.facebook.com/docs/plugins/page-plugin/
Short question but so far no solution.
I want a Facebook page embedded om my website.
So I used the Facebook developers page to get it all working but Facebook won't let me use a width over 500px.
Is there any way I can change this? I tried to give the data-width attribute a larger number but that won't take. Also CSS isn't an option.
On a website we have a Facebook share button. With Facebook's javascript version of it's Feed dialog, a user can upload an image to his timeline. As Facebook indicates, we are using an image size of 1200px by 630px. It all works, only the picture is rendered small. What do we need to do for Facebook to render a larger size?
How do I enable visitors on my website to like/share an image on my site and have a large image appear on their wall ... the same size as if they were to like/share a wall photo (300px wide) ... instead of the thumbnail (90px wide).
I can get the thumbnail size to appear using the basic like/share button, but I want the larger wall-size photo to appear.
This is not possible with the current plugins. You should file a bug with Facebook at http://developers.facebook.com/bugs so it can be added to the wishlist.
I'm developing an application for Facebook and would like to use a lightbox or modal to display contents larger than the permitted canvas area (560). I don't have much experience with Facebook app development. The research I have completed has given me very little information regarding the issue. Loading a lightbox is fine it is making the the lightbox wider than the viewing area that is the problem.
In order to do this, you would need to be able to access the parent element from inside the iframe but because the content is from 2 different domains (parent content on Facebook server, iframe content on your server) cross domain restrictions apply and you will not be able to. So you will only be able to pop it up inside the 560 width iframe facebook gives you.
I also tried to achieve what you want, but I didn't get success because application called in facebook using iframe. And so that the effect of lightbox,modal or shadow have limited to that iframe width and height.
Simply, I am on conclusion is that the lightbox have not same effect which in normal websites.
In facebook it's limited to only canvas only.