Guides and articles » Advanced design » Facebook Page Plugin - content display

Facebook Page Plugin - content display


If you use Facebook's Page Plugin (JavaScript SDK), it will only work correctly in ideal.shop when refreshing the page. If you navigate back and forth via links or your browser's back/forward buttons, the plugin will not load.

The solution is to add the following code to the page section where you display your Facebook Page Plugin.

<script>
FB.init({
xfbml : true,
version : 'v15.0'
});
</script>

The content in your page section should therefore look like this via HTML editing.



Please note that the Facebook Page Plugin also requires a code to be inserted in the <head> field. This can be done in the administration by searching for "html".


Copyright © 2022 ideal.shop. All Rights Reserved.