Facebook Video Text Alignment

  • Unknown's avatar

    I am writing an article that contains an embedded facebook video. After the video, the text is aligned incorrectly. It is not published yet, so you can’t see it on my blog. I’ll try to recreate it with text below.

    – – – – – Paragraph before (default alignment)
    – – – – – FACEBOOK VIDEO
    Paragraph after (aligned right against the blog post boundary)

    How can I fix this?

    The blog I need help with is: (visible only to logged in users)

  • Unknown's avatar

    The facebook video code was as follows

    <div id="fb-root"></div>
    <script>// <![CDATA[
    (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_US/sdk.js#xfbml=1&version=v2.3"; fjs.parentNode.insertBefore(js, fjs);}(document, 'script', 'facebook-jssdk'));
    // ]]></script>
    <div class="fb-video" data-allowfullscreen="1" data-href="/TheChroniclesofNarnia/videos/vb.140768975933362/1067138203296430/?type=3">
    <div class="fb-xfbml-parse-ignore">
    <blockquote cite="https://www.facebook.com/TheChroniclesofNarnia/videos/1067138203296430/">Want an update on the next movie in The Chronicles of Narnia series? Listen as Douglas Gresham talks about the The Silver Chair production.Sign up for more news at https://www.narnia.com/us
    
    Posted by <a href="https://www.facebook.com/TheChroniclesofNarnia/">The Chronicles of Narnia</a> on Wednesday, September 30, 2015</blockquote>
    </div>
    </div>

    I removed the last closing div tag and it fixed alignment.

  • The topic ‘Facebook Video Text Alignment’ is closed to new replies.