Custom link in marzipano tool

1,563 views
Skip to first unread message

Marko Šteger

unread,
May 31, 2017, 2:29:00 AM5/31/17
to marzipano
Hello,

is there a way to make a custom link in marzipano tool? I can create link to another panorama but nothing else (google for example or any other www)

BR

Manuel Cabral

unread,
May 31, 2017, 10:43:27 AM5/31/17
to Marko Šteger, marzipano
Hi,

There's no way to do this in the tool, but you can add links to info hotspots by editing the exported `data.js` file and adding HTML links with <a> to the info hotspot texts.

--
You received this message because you are subscribed to the Google Groups "marzipano" group.
To unsubscribe from this group and stop receiving emails from it, send an email to marzipano+unsubscribe@googlegroups.com.
To post to this group, send email to marz...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/marzipano/a5e5d8a4-a147-4b75-899b-0d83a28752f4%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Pete DOT

unread,
Feb 14, 2018, 12:09:46 PM2/14/18
to marzipano
Hello,
I'm trying to add <a> links but failing miserably :) 

I've tried:

          "text": "<a href="#">Your fate</a>"

but I just get the black screen. Can you steer me in the right direction, please?

Tiago Quelhas

unread,
Feb 14, 2018, 1:57:27 PM2/14/18
to Pete DOT, marzipano
You need to escape the double quotes, or use single quotes instead:

    "text": "<a href=\"#\">Your fate</a>"

or

    "text": "<a href='#'>Your fate</a>"


--
You received this message because you are subscribed to the Google Groups "marzipano" group.
To unsubscribe from this group and stop receiving emails from it, send an email to marzipano+unsubscribe@googlegroups.com.
To post to this group, send email to marz...@googlegroups.com.

Pete DOT

unread,
Feb 15, 2018, 6:32:51 AM2/15/18
to marzipano
Thanks. A great steer. That works perfectly.


On Wednesday, 14 February 2018 18:57:27 UTC, Tiago Quelhas wrote:
You need to escape the double quotes, or use single quotes instead:

    "text": "<a href=\"#\">Your fate</a>"

or

    "text": "<a href='#'>Your fate</a>"


On Wed, Feb 14, 2018 at 9:09 AM, Pete DOT <peterwa...@gmail.com> wrote:
Hello,
I'm trying to add <a> links but failing miserably :) 

I've tried:

          "text": "<a href="#">Your fate</a>"

but I just get the black screen. Can you steer me in the right direction, please?


There's no way to do this in the tool, but you can add links to info hotspots by editing the exported `data.js` file and adding HTML links with <a> to the info hotspot texts.

--
You received this message because you are subscribed to the Google Groups "marzipano" group.
To unsubscribe from this group and stop receiving emails from it, send an email to marzipano+...@googlegroups.com.

To post to this group, send email to marz...@googlegroups.com.
Reply all
Reply to author
Forward
0 new messages