Skip to content

Instantly share code, notes, and snippets.

@golanlevin
golanlevin / Repair to Sketchfab Viewer WP Plugin
Last active August 29, 2015 14:12
Repair to Sketchfab Viewer WP Plugin
/* The code for the Sketchfab Embed Wordpress plugin,
sketchfab-viewer/sketchfab-viewer.php
had fault-inducing line breaks. I replaced the following section:
*/
return '<iframe frameborder="0" height="'.$height.'"
width="'.$width.'"
webkitallowfullscreen="true" mozallowfullscreen="true"
src="https://sketchfab.com/embed/'.$id.'?autostart='.$start.'&autospin='.$spin.'&controls='.$controls.'&transparent='.$transparent.'"
></iframe>';