It replaces links to 3D Warehouse models by a static preview image. When clicked, the image is replaced by the embed iframe showing the model in the webgl viewer.
-
Install discourse.
-
Execute in the
discourse
root directory:
rake plugin:install repo=https://github.com/Aerilius/discourse-sketchup-3dwh-onebox.git name=sketchup_3dwh_onebox
rake assets:precompile
rake posts:rebake # this will take a long time.
# now restart your services
- Add
https://3dwarehouse.sketchup.com
to your Discourse allowed iframes site setting.
rm -r plugins/sketchup_3dwh_onebox/
rake assets:precompile
rake posts:rebake
# now restart your services