Responsive width Facebook Page Plugin

前端 未结 17 1884
温柔的废话
温柔的废话 2020-12-02 16:28

Facebook introduced a new Page Plugin to replace the Like box plugin.

Documentation: https://developers.facebook.com/docs/plugins/page-plugin/

I\'m replacing

17条回答
  •  挽巷
    挽巷 (楼主)
    2020-12-02 17:21

    As of Graph API 2.3 Facebook provides code similar to the following for the comments plugin:

    Add a data-width="100%" to make it semi-responsive as follows:


    Semi-responsive because, the plugin doesn't resize itself on page resize. The size depends on the size of the screen when the plugin loads.

提交回复
热议问题