Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

Masonry is a dynamic grid layout plugin for jQuery

learn more… | top users | synonyms

0
votes
0answers
17 views

How do I re-render facebook and twitter share buttons?

Im using jquery masonry and Im appending a bunch of elements to my masonry wrapper. In order to do this, I need to write the markup into a JS string which then gets appended to said wrapper. output ...
1
vote
1answer
82 views

Using masonry.js in facebook app

I currently use masonry plugin in my facebook app. Everything is work well but except one thing, at the first time, the FB.autoGrow don't resize the iframe fast enough. As the result, the layout is ...
1
vote
2answers
419 views

How to check the height of the div to rearrange div blocks

I'm using jQuery Masonry in my site to display blog posts. And each post block has Facebook Comments Box added in it. When there's a new comment, the container div expands and unfortunately overlaps ...