Hi! I want this version with vk.com included. Where can I get that? Thank you!
Will add in next release ;)
Hi! I want this version with vk.com included. Where can I get that? Thank you!
Will add in next release ;)
Good morning,
I uploaded 1 : 1 the plugin files to a server http://kabelbindix.bplaced.net/demo_snapshot/demo.html and no mobile device is running the panoshot plugin.
http://kabelbindix.bplaced.net has the same problems.
My desktop windows computer with firefox has no problems with those uploaded files and the plugin is running fine.
https://360images.fr/snapshot_demo/tour.html is OK with every device.
Where is my mistake.
Hi,
It's just because your button do display the snapshot UI has devices="desktop" :
<layer name="show_snapshot_UI" align="bottom" url="panoshot/snapshot.png" onclick="show_snapshot(true);" y="50" devices="desktop"/>
Just remove devices="desktop" :)
Super, it runs - thank you for your fast and great support
I've spent the last day working with the plugin.
Its very neat and I'll definitely be looking at using it in my virtual tours, some points:
look forward to your comments
Tim
Hi Trek,
Facebook has removed the possibility to choose a custom picture when sharing a url... now only the og:image will be used by Facebook. Hope they will give a solution soon.
LinkedIn is working on my side ? Maybe try again.
Instagram only enable sharing from their mobile app
Best regards
Here is an example of the url generated when sharing:
http://www.trekwireless.co.uk/lalitlondon/re…54,1.678,25.016
This works fine where the virtual tour has a single pano.
My problem is that the virtual tour has several pano's but the above syntax is not loading pano5, but the default pano, I normally load different pano's by using ?scenetoload=panoXX
and have the following xml:
<action name="startup">
if(scenetoload === null, set(scenetoload,pano3));
loadscene(get(scenetoload),blend(4));
So... how do I get sceneview to work where my xml has several pano's? is this a standard krpano feature or part of snapshot?
thanks
Tim
So... how do I get sceneview to work where my xml has several pano's? is this a standard krpano feature or part of snapshot?
Hi trek, the default is :
<action name="startup" autorun="onstart">
if(startscene === null OR !scene[get(startscene)], copy(startscene,scene[0].name); );
loadscene(get(startscene), null, MERGE);
if(startactions !== null, startactions() );
</action>
Snapshot plugin sets the startscene var, but if you don't check for it and load if it exist it won't work.
Best regards
Thanks for the quick response, I will test this out today.
quick question... would it be possible to have the email text fields as variables so that they could be pano specific?
I am using the plugin for hotel virtual tours so would be great to be able to make the text relate to each pano, for example, 'here is a picture of the President Suite'
cheers
Tim
Thanks for the quick response, I will test this out today.
quick question... would it be possible to have the email text fields as variables so that they could be pano specific?
I am using the plugin for hotel virtual tours so would be great to be able to make the text relate to each pano, for example, 'here is a picture of the President Suite'
cheers
Tim
Wll add in the next release
Re
<action name="startup" autorun="onstart">
if(startscene === null OR !scene[get(startscene)], copy(startscene,scene[0].name); );
loadscene(get(startscene), null, MERGE);
if(startactions !== null, startactions() );
</action>
This works fine, but I have another problem
In the startup section I normally use:
<action name="startup">
if(scenetoload === null, set(scenetoload,pano3));
loadscene(get(scenetoload),blend(4));
This lets the 'calling' html specify which scene to load, for example:
http://trekwireless.co.uk/lalitlondon/re…enetoload=pano5
If the scenetoload variable is not specified then pano3 will be the default scene that is loaded
so...
I could use startscene instead of scenetoload but my problem is that clients have the html string in their web pages, so not easy to change.
How can I use both startscene for example http://www.trekwireless.co.uk/lalitlondon/re…66,1.615,63.169
and my existing scenetoload parameter?
thanks in advance for help
Tim
fixed it
if(scenetoload === null, set(scenetoload,pano3));
if(startscene === null, set(startscene,get(scenetoload)));
Therefore if scenetoload and startscene are null then the 'opening pano' is set to pano3
if scenetoload has been parsed as a parameter then this scene will overwrite the opening pano
likewise if startscene has been specified then this will be the opening pano as it only gets overwritten if it is null
this works because you would never specify both parameters, they are mutually exclusive !
Hi,
I have a problem with showing thumb on Facebook, where Ido mistake?
Thanks
Hi, send the link to the tour, without I can't debug anything...
It works perfect on my side ?
It works perfect on my side ?
But the preview does not appear on Facebook ...:
Hello,
I just wanted to say thanks for such a great plugin. I am working on a large tour and this is a wonderful addition. The tour is not complete and I have lots of UI/UX work to do, but this is a perfect addition. I added a camera icon to the control bar of a default UI and it works great. Still need to hook up FB and such, but very impressed with your work on this plugin. THANKS!!
http://visualconstruction.com/AFM/
R,
Loren
But the preview does not appear on Facebook ...:
Still working fine for me ?
Hello,
I just wanted to say thanks for such a great plugin. I am working on a large tour and this is a wonderful addition. The tour is not complete and I have lots of UI/UX work to do, but this is a perfect addition. I added a camera icon to the control bar of a default UI and it works great. Still need to hook up FB and such, but very impressed with your work on this plugin. THANKS!!
http://visualconstruction.com/AFM/
R,
Loren
Thnx for your feedback.
Nice panos ! maybe you should limit maxpixelzoom to 1 as you already have a very good resolution ?
Still working fine for me ?
Thnx for your feedback.
Nice panos ! maybe you should limit maxpixelzoom to 1 as you already have a very good resolution ?
It still does not work for me. Is there any special settings or permission in the Facebook app? Thank you
It still does not work for me. Is there any special settings or permission in the Facebook app? Thank you
No, facebook ap id is not required anymore...
Could you paste here the url displayed in the facebook share window adrees bar, I guess it's a cache problem on your side...
Don’t have an account yet? Register yourself now and be a part of our community!