[.::MDT::.]

Results 3 comments of [.::MDT::.]

@Scaarus you're right, see documentation here https://www.tumblr.com/docs/en/api/v2#photo-posts @johanneszab exactly, I am pretty sure I saw some Tumblr posts where I could click on the photo post and by opening it...

@chrxr I created a pull request following @chrisdev's https://github.com/chrxr/multi-site-wagtail/issues/3#issue-194635554

UPDATE: following http://stackoverflow.com/questions/35639924/why-would-i-get-a-promise-is-not-defined-error-on-node-v5-7-0 I modified https://github.com/arkxu/tumblrwks/blob/master/lib/tumblrwks.js adding at the top the following line ``` // fix error in log when using tumblrwks: Promise is not defined var Promise = require('es6-promise').Promise;...