AntiEvictionBoston / Maps

Maps highlighting eviction and displacement in Boston, using leaflet.js and React.
GNU Affero General Public License v3.0
6 stars 0 forks source link

Facebook video isn't visible in production #58

Closed heybenji closed 8 years ago

heybenji commented 8 years ago

I'm not seeing videos at all when I go to http://www.bostondisplacement.org/maps/tenant-stories/#/oakwood_st_1?_k=sbtayg

The Jekyll site is sourcing the latest version of maps.js in the layout _layouts\map.html. It's the rawgit version rather than the cdn.rawgit version.

heybenji commented 8 years ago

Sorry @aliceriot that URL above isn't helpful, but any video pin... Nothing is showing up. Same in Safari, Chrome. Firefox doesn't seem to like the map much.

alicewriteswrongs commented 8 years ago

yes - forgot to add the facebook sdk. I'll take care of it today

alicewriteswrongs commented 8 years ago

it has to get sourced on the page at page load

alicewriteswrongs commented 8 years ago

(see src/index.html in the map repo)

alicewriteswrongs commented 8 years ago

just fixed this