Photosbykev Posted August 23, 2018 Report Share Posted August 23, 2018 (edited) Searching the forums all of the options for viewing rti format images from within WordPress seems to have stalled years ago. I've just got the WebRtiviewer installed on my server and it works well on a static html page. Looking at the source code of the static page there are a number of links to things like spiderGL directories etc and then a simple container script to launch the rti file into the viewer. Has anyone had success porting this html code into a WordPress page? It doesn't look too difficult but I'm failing at the moment lol Regards Kev Edited August 23, 2018 by Photosbykev Simple grammar error Quote Link to comment Share on other sites More sharing options...
NGreene Posted August 23, 2018 Report Share Posted August 23, 2018 I'm also interested in this; however, I don't know a lick about coding... Quote Link to comment Share on other sites More sharing options...
leszekp Posted August 25, 2018 Report Share Posted August 25, 2018 You can embed it in a WP page using an iframe tag. Example: <iframe src="http://swvirtualmuseum.nau.edu/wp/RTI/Powell_Watch_2.html" width="600" height="640" frameborder="0" allowfullscreen="allowfullscreen"></iframe> View the result on this page: http://swvirtualmuseum.nau.edu/wp/index.php/national-parks/grand-canyon-national-park/rti-gallery/ 2 Quote Link to comment Share on other sites More sharing options...
Photosbykev Posted September 10, 2018 Author Report Share Posted September 10, 2018 On 8/25/2018 at 8:46 PM, leszekp said: You can embed it in a WP page using an iframe tag. Example: <iframe src="http://swvirtualmuseum.nau.edu/wp/RTI/Powell_Watch_2.html" width="600" height="640" frameborder="0" allowfullscreen="allowfullscreen"></iframe> View the result on this page: http://swvirtualmuseum.nau.edu/wp/index.php/national-parks/grand-canyon-national-park/rti-gallery/ Thank you leszekp, that's exactly what I wanted I didn't consider putting another html page into an iframe but it works nicely http://www.photosbykev.co.uk/2018/08/22/rti-imaging-baby-steps/ regards Kev Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.