Hey Craig!
Today is your lucky day! You've got selected to be my guinea pig
Since a lot of people are requesting this (and it starts to get on my nerves) I decided to write a plugin that you could use to include the map view in any content item (including module).
Here is what you need to do:
1. Install the latest dev. version:
compojoom.com/downloads/developer-releas...-hotspots/git98c81aa
2. Go to the plugin manager and enable Content - Hotspots Anywhere.
Here is the description of the plugin:
With this plugin you can load the main hotspots view in an article or a module position. The syntax is as follow {hotspotsanywhere} - this would load the main map. If you want to be zoomed over specific area you can add a hash like this {hotspotsanywhere -1.4584151/44.8614464/1}. You can only have one instance of this plugin on a page!
So you get the idea? You just place {hotspotsanywhere} -> this will load the map with default parameters.
You place:
{hotspotsanywhere -1.4584151/44.8614464/1} - this will load the map at that lat & lng and zoom
You place:
{hotspotsanywhere -1.4584151/44.8614464/1/hotspot/1238} - this will load the map on that location and will try to open hotspot with id 1238
My solution should be way faster than Peter's as it no longer makes a request to the hotspots url. It uses the joomla framework to render the map view.
Let me know if it works for you.
Here is a screenshot
www.diigo.com/item/image/48vz2/k4be
you can see that I have included the component into an article.
Important: you can have only one hotspots on a page! If you have that code in a module and in the article on the same page just one of them will work.
Also please notice that the hash parameter doesn't have the # sign in it when you provide it in the plugin.
Let me know if this works for you!
Cheers,
Daniel