Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save spra85/e0c0f2fd6fdb83f5be23fe6752989d3b to your computer and use it in GitHub Desktop.
Save spra85/e0c0f2fd6fdb83f5be23fe6752989d3b to your computer and use it in GitHub Desktop.

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%20width%3D%22100%25%22%20height%3D%22450%22%20scrolling%3D%22no%22%20frameborder%3D%22no%22%20src%3D%22https%3A//w.soundcloud.com/player/%3Furl%3Dhttps%253A//api.soundcloud.com/playlists/119434855%253Fsecret_token%253Ds-Dv1kg%26amp%3Bcolor%3Dff5500%26amp%3Bauto_play%3Dfalse%26amp%3Bhide_related%3Dfalse%26amp%3Bshow_comments%3Dtrue%26amp%3Bshow_user%3Dtrue%26amp%3Bshow_reposts%3Dfalse%22%3E%3C/iframe%3E" data-source="{{source}}">
            <div><iframe width="100%" height="450" scrolling="no" frameborder="no" src="https://w.soundcloud.com/player/?url=https%3A//api.soundcloud.com/playlists/119434855%3Fsecret_token%3Ds-Dv1kg&amp;color=ff5500&amp;auto_play=false&amp;hide_related=false&amp;show_comments=true&amp;show_user=true&amp;show_reposts=false"></iframe></div>
            <span class="caption"></span>
         </div>

AFTER

<figure class="op-social">
<iframe width="100%" height="450" scrolling="no" frameborder="no" src="https://w.soundcloud.com/player/?url=https%3A//api.soundcloud.com/playlists/119434855%3Fsecret_token%3Ds-Dv1kg&amp;color=ff5500&amp;auto_play=false&amp;hide_related=false&amp;show_comments=true&amp;show_user=true&amp;show_reposts=false"></iframe>
</figure>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment