How to embed a Facebook page plugin

How to embed a Facebook page plugin?
https://developers.facebook.com/docs/plugins/page-plugin
I don’t know where or how to insert the 2 codes!
I tried a lot of things but it didn’t work…
Please can someone help me?

What I would do is:

  1. Click on the Get Code button (on https://developers.facebook.com/docs/plugins/page-plugin )
  2. Click on IFrame at the top of the Code box
  3. Copy the IFrame “code”
  4. Go to Xway and insert an iframe
  5. Paste the code that you copied into the URL field (Xway will extract the iframe link)
  6. Set the width and height of the iframe to 340 (width) and 500 (height) - matching the values in the original code.

This works! Grazie mille!

It’s also worth noting that you can change the width and height of the plugin by entering values in the “width” and “height” fields on the Facebook page (before clicking on the Get Code button). The width can be anything from 180 to 500, and the minimum height is 70. If you do this, you should also change the width and height of the iframe to the same values in Xway.

Jeremy

OK! Thanks!