Photosbykev 1 Report post 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 Share this post Link to post Share on other sites
NGreene 0 Report post Posted August 23, 2018 I'm also interested in this; however, I don't know a lick about coding... Share this post Link to post Share on other sites
leszekp 41 Report post 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 Share this post Link to post Share on other sites
Photosbykev 1 Report post 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 Share this post Link to post Share on other sites