Skip to content

Instantly share code, notes, and snippets.

@spra85
Last active May 18, 2016 16:55
Show Gist options
  • Save spra85/2897eb353abcd38c407afdbc36635f83 to your computer and use it in GitHub Desktop.
Save spra85/2897eb353abcd38c407afdbc36635f83 to your computer and use it in GitHub Desktop.

Link to StarWipe article

BEFORE

<div data-type="embed" contenteditable="false" data-crop="original" data-size="original" class="inline embed size-original crop-original" data-code="%3Cdiv%20id%3D%22fb-root%22%20style%3D%22height%3A%20auto%3B%22%3E%3C/div%3E%3Cscript%3E%28function%28d%2C%20s%2C%20id%29%20%7B%20%20var%20js%2C%20fjs%20%3D%20d.getElementsByTagName%28s%29%5B0%5D%3B%20%20if%20%28d.getElementById%28id%29%29%20return%3B%20%20js%20%3D%20d.createElement%28s%29%3B%20js.id%20%3D%20id%3B%20%20js.src%20%3D%20%22//connect.facebook.net/en_US/sdk.js%23xfbml%3D1%26version%3Dv2.3%22%3B%20%20fjs.parentNode.insertBefore%28js%2C%20fjs%29%3B%7D%28document%2C%20%27script%27%2C%20%27facebook-jssdk%27%29%29%3B%3C/script%3E%3Cdiv%20class%3D%22fb-post%22%20data-href%3D%22https%3A//www.facebook.com/sarahpalin/posts/10154115152888588%22%20data-width%3D%22500%22%3E%3Cdiv%20class%3D%22fb-xfbml-parse-ignore%22%3E%3Cblockquote%20cite%3D%22https%3A//www.facebook.com/sarahpalin/posts/10154115152888588%22%3E%3Cp%3EHey%20Female%20Rapper%20-%20listen%20up%2C%20little%20darling.%20No%20one%20has%20any%20idea%20what%20you%26%23039%3Bre%20wigging%20out%20about%20in%20these%20bizarre%2C...%3C/p%3EPosted%20by%20%3Ca%20href%3D%22https%3A//www.facebook.com/sarahpalin/%22%3ESarah%20Palin%3C/a%3E%20on%26nbsp%3B%3Ca%20href%3D%22https%3A//www.facebook.com/sarahpalin/posts/10154115152888588%22%3ETuesday%2C%20April%205%2C%202016%3C/a%3E%3C/blockquote%3E%3C/div%3E%3C/div%3E" data-source="{{source}}">
            <div>
               <iframe src="https://www.facebook.com/plugins/post.php?href=https%3A%2F%2Fwww.facebook.com%2Fsarahpalin%2Fposts%2F10154115152888588&width=500" width="500" height="603" style="border:none;overflow:hidden" scrolling="no" frameborder="0" allowTransparency="true"></iframe>
            </div>
            <span class="caption"></span>
         </div>

AFTER

<figure class="op-social">
<iframe src="https://www.facebook.com/plugins/post.php?href=https%3A%2F%2Fwww.facebook.com%2Fsarahpalin%2Fposts%2F10154115152888588&width=500" width="500" height="603" scrolling="no" frameborder="0" allowTransparency="true"></iframe>
</figure>

Link to The A.V. Club article

BEFORE

<div data-type="embed" contenteditable="false" data-crop="original" data-size="original" class="inline embed size-original crop-original" data-code="%3Ciframe%20src%3D%22https%3A//www.facebook.com/plugins/video.php%3Fhref%3Dhttps%253A%252F%252Fwww.facebook.com%252FGhostbusters%252Fvideos%252F1013956475325020%252F%26show_text%3D0%26width%3D560%22%20width%3D%22700%22%20height%3D%22394%22%20style%3D%22border%3Anone%3Boverflow%3Ahidden%22%20scrolling%3D%22no%22%20frameborder%3D%220%22%20allowTransparency%3D%22true%22%20allowFullScreen%3D%22true%22%3E%3C/iframe%3E" data-source="{{source}}">
   <div><iframe src="https://www.facebook.com/plugins/video.php?href=https%3A%2F%2Fwww.facebook.com%2FGhostbusters%2Fvideos%2F1013956475325020%2F&amp;show_text=0&amp;width=560" width="700" height="394" style="border:none;overflow:hidden" scrolling="no" frameborder="0" allowtransparency="true" allowfullscreen="true"></iframe></div>
   <span class="caption"></span>
</div>

AFTER

<figure class="op-social">
        <iframe src="https://www.facebook.com/plugins/video.php?href=https%3A%2F%2Fwww.facebook.com%2FGhostbusters%2Fvideos%2F1013956475325020%2F&amp;show_text=0&amp;width=560" width="700" height="394" scrolling="no" frameborder="0" allowtransparency="true" allowfullscreen="true"></iframe>
        </figure>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment