Project

General

Profile

Actions

Feature #4997

closed

ability to embed maps from StoryMapJS?

Added by Marilyn Weber over 8 years ago. Updated about 8 years ago.

Status:
Resolved
Priority name:
Normal
Assignee:
Category name:
WordPress Plugins
Target version:
Start date:
2015-12-09
Due date:
% Done:

0%

Estimated time:
Deployment actions:

Description

A user has made the following request:
"For this class- The Digital Caribbean- we are expected to construct a final digital project. I've decided that for my final project I will be constructing a map of Caribbean Revolutions. Furthermore, I've also decided that StoryMapJS, a free resource from Knightlab, would be the best means of constructing my final project."

Is it possible for the user to embed maps this way?
Happy to ask more questions. Thanks!

- Marilyn


Related issues

Has duplicate CUNY Academic Commons - Feature #5072: redirect shortcode handlerDuplicateBoone Gorges2016-01-04

Actions
Actions #1

Updated by Boone Gorges over 8 years ago

  • Category name set to WordPress Plugins
  • Status changed from New to Reporter Feedback
  • Assignee set to Marilyn Weber
  • Target version set to Future release

Hi Marilyn,

Sure, we can probably work something out. It looks like there is an existing WordPress plugin that allows for the creation of StoryMapJS plugins within WordPress. https://wordpress.org/support/plugin/storymaps This is one possibility.

If the user plans to create the maps at https://storymap.knightlab.com/ and then simply wants a way to embed the maps, then we can probably go with something more lightweight. I can, for example, write a brief shortcode handler for it.

I'd prefer to do the latter, because it adds less overhead to the Commons. Can you get in touch with the reporter and see what they have in mind?

Actions #2

Updated by Marilyn Weber over 8 years ago

I wrote the following:
"Aaron -
Our tech team suggest that you create the maps at https://storymap.knightlab.com/. If that's acceptable, he will write a brief shortcode handler for it. Please let me know. "

Hope that was okay - not offer the more expensive option.

But can you explain a little further for me - do you need an already-existing map before you write the handler? How does the user get maps on to his site? Very sorry for my ignorance here, but hopefully if I can see the process through, then I'll understand it for future queries.

Actions #3

Updated by Boone Gorges over 8 years ago

I appreciate your conservatism :)

I'm not 100% clear on the distinction between the software and the service here, but from what I can gather, StoryMapJS is a piece of software that is developed by the folks who build https://storymap.knightlab.com. It's possible to take StoryMapJS and use it to build your own story-maps completely within your own environment, which is what I assume the plugin does. But https://storymap.knightlab.com also allows users to create maps right on the site, and then provides a "Share" button that contains some embed code. Using this embed code, the map can be embedded in any website, while still being served from the knightlab.com hub. A shortcode tool like I'm suggesting would allow the user to grab some unique identifier from knightlab.com - I think that each map has an ID or URL that can easily be figured out - and then paste it into a [storymap url="foo"] shortcode. The shortcode would then generate the necessary embed code for the Commons site. (We can't allow arbitrary embed code to be pasted by normal users, for security reasons.)

Actions #4

Updated by Boone Gorges about 8 years ago

  • Status changed from Reporter Feedback to Resolved
  • Assignee changed from Marilyn Weber to Boone Gorges
  • Target version changed from Future release to 1.9.4

#5072 was marked as a duplicate.

In https://github.com/cuny-academic-commons/cac/commit/d880f96036ac0fee024a04e283a612f16e11cb3f I introduce a [storymap] shortcode. Use:

[storymap url="https://your.storymap.url" height="600" width="1000"]

Marking resolved.

Actions

Also available in: Atom PDF