fb:like-box, custom css?

前端 未结 5 1069
野性不改
野性不改 2020-12-31 01:43

Is it possible to add a custom css file to a fb:like-box? For example, I would like to remove the borders around the iframe. Thanks

5条回答
  •  有刺的猬
    2020-12-31 02:14

    More information about the topic:

    If you want to use the force_wall attribute, you'll need to use the iframe version.

    Basically:

    Go to:

    • http://developers.facebook.com/docs/reference/plugins/like-box/

    • Get the iframe code

    • Add the profile_id and css attributes to it (like explained above)

    • Change the path from www.facebook.com/plugins/likebox.php? to http://www.connect.facebook.com/widgets/fan.php?...

    DONE

提交回复
热议问题