Search code examples
facebookhtmliframexfbml

Customizing like box, close padding, remove names


I'm trying to remove the 'names' below the thumb nails photos and close the padding to compress it to be smaller in height.

Here's where I'm failing;

http://jsfiddle.net/cam77/4havc/


Solution

  • You cant manipulate anything inside a iframe that isnt in your same domain/subdomain. (in your sample, the iframe src is www.facebook.com).

    Its the crossdomain police.