sketchucation logo sketchucation
    • Login
    ℹ️ Licensed Extensions | FredoBatch, ElevationProfile, FredoSketch, LayOps, MatSim and Pic2Shape will require license from Sept 1st More Info

    How to publish Sketchup job in web pages?

    Scheduled Pinned Locked Moved Newbie Forum
    sketchup
    22 Posts 6 Posters 6.8k Views 6 Watching
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • D Offline
      d12dozr
      last edited by

      ...and here is a small supplement to Gaieus' excellent explanation from the Official Sketchup Blog πŸ˜„

      3D Printing with SketchUp Book
      http://goo.gl/f7ooYh

      1 Reply Last reply Reply Quote 0
      • B Offline
        baden32
        last edited by

        Dear Gaieus and d12dozr,
        Thanks for your reply and the explanations. So you defintiely confirm that the only way is to publish my sketchup projets to 3d warehouse in order to embed them into my webpages?
        In this case what is the best way in order to reduce the delay between the time of upload to 3D and the time when the project can be embedded?
        Thanks,
        BD

        1 Reply Last reply Reply Quote 0
        • GaieusG Offline
          Gaieus
          last edited by

          No, that's not the only way but that is with the least hassle.

          I would say it is a couple of hours when you can already see all the different versions of the model embedded.

          Gai...

          1 Reply Last reply Reply Quote 0
          • B Offline
            baden32
            last edited by

            I would like to learn what is the best way to integrate my sketchup project into my webpage. Could you tell me more about the other methods?

            The delay I was talking about in my previous post is the delay needed to my project to be accepted in 3D warehouse, not the time I need to create it. Is there no "accept-delay" in 3D warehouse?

            1 Reply Last reply Reply Quote 0
            • GaieusG Offline
              Gaieus
              last edited by

              Do you want to include models made for Google Earth? Or just anything...

              Gai...

              1 Reply Last reply Reply Quote 0
              • B Offline
                baden32
                last edited by

                At the moment I do not want to include models made for Google Earth

                1 Reply Last reply Reply Quote 0
                • GaieusG Offline
                  Gaieus
                  last edited by

                  Well then - there are a couple of possibilities starting from (embeddable) 3D PDF files like one posted here:
                  http://forums.sketchucation.com/viewtopic.php?f=80&t=24855
                  or another one available here:
                  http://www.renderplus.com/wk/RPS_3D_PDF_w.htm

                  Then other solutions (similar to the 3D Warehouse 3D View) like the WebExporter plugin:
                  http://sketchup.google.com/download/plugins.html#gsuwebexporter

                  Then other solutions like the Hypercosm Teleporter
                  http://sketchup.google.com/download/plugins.html#hypercosmtele

                  or even Unity3D where you can walk about in your model:
                  http://unity3d.com/

                  Or just simply upload and provide a link to everyone.

                  Gai...

                  1 Reply Last reply Reply Quote 0
                  • B Offline
                    baden32
                    last edited by

                    Thanks for your explanation and links. I'll check all this information and come back to you soon.
                    Regards,
                    BD

                    1 Reply Last reply Reply Quote 0
                    • D Offline
                      d12dozr
                      last edited by

                      @baden32 said:

                      Is there no "accept-delay" in 3D warehouse?

                      Models uploaded to the 3D Warehouse are available almost immediately (at most 1-2 hours). The "accept-delay" is only for the model to be included in the Google 3D Buildings layer (if you requested that).

                      3D Printing with SketchUp Book
                      http://goo.gl/f7ooYh

                      1 Reply Last reply Reply Quote 0
                      • P Offline
                        pdonner
                        last edited by

                        Hi. I don't see any 'link' or 'include' buttons on the details page of my model. Is this scheme still supposed to work?

                        1 Reply Last reply Reply Quote 0
                        • GaieusG Offline
                          Gaieus
                          last edited by

                          They have already removed them from the English language pages (and will remove from the others, too). Try to switch to a different language (top right) and grab the code as long as it is there.

                          Gai...

                          1 Reply Last reply Reply Quote 0
                          • P Offline
                            pdonner
                            last edited by

                            Thanks. I got the code snippet. What do you think, will this feature work in the future? I mean: Is this something I should share with the other team members or will the iframe functionality soon disappear altogether?

                            1 Reply Last reply Reply Quote 0
                            • GaieusG Offline
                              Gaieus
                              last edited by

                              Well, it utilizes the GE Plugin (with a little experience in html and javascript you could build your custom, much "nicer" applications this way) so I doubt it will not work - just won't be available and easily accessible from the model pages.

                              I really do not understand why though...

                              Gai...

                              1 Reply Last reply Reply Quote 0
                              • P Offline
                                pdonner
                                last edited by

                                The iframe was very easy to embed.

                                There are a number of iframe parameters which are more or less self explanatory. Then I should find out if the MID-parameter is generated in 3D Warehouse or if it is the one designated in my SU application?

                                @gaieus said:

                                Well, it utilizes the GE Plugin (with a little experience in html and javascript you could build your custom, much "nicer" applications this way) ...

                                I do agree with your prediction that the GE Plugin shouldn't pass away very quickly. We should apparently also look for the GE Plugin documentation to be able to do the javascript tweaking you are referring to.

                                Thanks anyway for all the details.

                                1 Reply Last reply Reply Quote 0
                                • GaieusG Offline
                                  Gaieus
                                  last edited by

                                  The mid parameter is simply the end key ("model ID") of the model URL after the mid= part (see attached).

                                  Then comes three different parameters (depending what you want to embed):

                                  • &etyp=im for a static IMage,
                                  • &etyp=sw for a 3D view (" SWivel") finally
                                  • &etyp=ge for an embedded GE Plugin window.
                                    Finally the size parameter: &width=400&height=300

                                  See some pretty cool GE Plugin Examples here.



                                  mid.png

                                  Gai...

                                  1 Reply Last reply Reply Quote 0
                                  • P Offline
                                    pdonner
                                    last edited by

                                    Hi again. Today when I visited Google 3D Warehouse I noticed a new item called 'Share' which triggered a dropdown menu with the missing Link and Embed items plus related code. For the time being they are available on the English page but our localized version of the site has the old style buttons.


                                    Updated 3D Warehouse page

                                    1 Reply Last reply Reply Quote 0
                                    • GaieusG Offline
                                      Gaieus
                                      last edited by

                                      Yes, that's it! πŸ‘

                                      I knew they removed the embed item then added to a"share" function - I could just not see that link (as I was looking at the wrong place it seems).

                                      Gai...

                                      1 Reply Last reply Reply Quote 0
                                      • pilouP Offline
                                        pilou
                                        last edited by

                                        Maybe this can interest you πŸ˜‰

                                        @unknownuser said:

                                        Learn how to create an online, multi-user walkthrough with your 3D model for free.
                                        Not only can this be embedded into a website like an online video but you can share the experience in real-time with other users just be emailing them the link to the page.
                                        β˜€

                                        Frenchy Pilou
                                        Is beautiful that please without concept!
                                        My Little site :)

                                        1 Reply Last reply Reply Quote 0
                                        • GaieusG Offline
                                          Gaieus
                                          last edited by

                                          Ah yes, I also have an account there. I only started to play around with it before I left for BasCamp and then till now I have had lots of other stuff.

                                          But they have also updated the software also I am into it again!
                                          πŸ˜‰

                                          Gai...

                                          1 Reply Last reply Reply Quote 0
                                          • D Offline
                                            duncjmax
                                            last edited by

                                            Hello to follow on from the questions, when the model is embeded in a webpage as a 3d model is it possible to install some code that would allow you click on a certain part ie a electric motor and this would link you to a new model on a seperate screen?

                                            1 Reply Last reply Reply Quote 0
                                            • 1
                                            • 2
                                            • 1 / 2
                                            • First post
                                              Last post
                                            Buy SketchPlus
                                            Buy SUbD
                                            Buy WrapR
                                            Buy eBook
                                            Buy Modelur
                                            Buy Vertex Tools
                                            Buy SketchCuisine
                                            Buy FormFonts

                                            Advertisement