Thank you Mahesh,
i’ve tried but unfortunately didn’t work,
i create child theme, downloading this: http://catchthemes.com/wp-content/uploads/2014/05/catch-everest-pro-child1.zip
so, in my folder:
folder catch-everest-pro-child
in the file functions.php
i add the code you suggest me in this page:
http://pastebin.com/kmjYinbm
so I activate the child theme, but the only thing has changed was the logo web site, that i have to reload.
In the content section in “featured content home page” i not see any changes;
And, in the page that i linked you
https://developers.facebook.com/docs/plugins/page-plugin
there are two codes that needed to be add,
1. Include the SDK JavaScript on your page once, ideally right after the opening <body> tag.
<div id=”fb-root”></div>
<script>(function(d, s, id) {
var js, fjs = d.getElementsByTagName(s)[0];
if (d.getElementById(id)) return;
js = d.createElement(s); js.id = id;
js.src = “//connect.facebook.net/it_IT/sdk.js#xfbml=1&version=v2.5″;
fjs.parentNode.insertBefore(js, fjs);
}(document, ‘script’, ‘facebook-jssdk’));</script>
2. position the code in your page where you like to show the plugin
<div class=”fb-page” data-href=”https://www.facebook.com/facebook” data-tabs=”timeline” data-small-header=”false” data-adapt-container-width=”true” data-hide-cover=”false” data-show-facepile=”true”><div class=”fb-xfbml-parse-ignore”>
Facebook
</div></div>
my web site address is:
admofvg.it
thank you for your assistance,
Isabella