I am having trouble embedding a Facebook Page Timeline onto my SharePoint page. While in the Edit mode the timeline appears and functions correctly although in the normal view mode it disappears completely.
The code that I am using is:
<Body>
<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/en_GB/sdk.js#xfbml=1&version=v2.4";
fjs.parentNode.insertBefore(js, fjs);
}(document, 'script', 'facebook-jssdk'));</script>
<div class="fb-page" data-href="URL" data-tabs="timeline" data-width="500" data-height="400" data-small-header="true" data-adapt-container-width="true" data-hide-cover="false" data-show-facepile="false"><div class="fb-xfbml-parse-ignore"><blockquote cite="URL"><a href="https://www.facebook.com/Instagram"></a></blockquote></div></div>
</Body>
In the code where it says URL I have actually been using the URL but the forum would not allow me to post the code with the URL.
If anyone could help me out that would be great!!