The other night Seinime comes onto the melative microblog mentioning he’s going to be linking to melative for all the coming Autumn series. Naturally I was like “Shit!” because I hadn’t entered any of that info.1
Well, after a couple hours of searching for resources and whatnot, most of the info was present. Seimine’s early Fall forecast is out.
I once wrote an article on the essence of a Season Preview, with some focus on melative. Today I took a few hours and javascripted a dynamic info-fetcher based on the melative API; mind you, it was in raw javascript, had I been using jQuery it’d likely have been quicker.
It can be found on this page. While the javascript source is here.
Before that, Hold up
Isn’t is like this early to be doing Autumn seasonal stuffs. Here in FL, we’re still on the lookout for afternoon thunderstorms, swimming through the humidity, and wondering why god has forsaken this penisula just when this season will end. Shit, I’m still in summer; and I’ve only sampled two series -_- So anyway…
I’ll get my Autumn seasonal forecast… eventually. /smirk
About the Script
First, it’s very rough.
If anyone cares to copy-pasta and modify it, go for it. It’s probably very easy to mod into a hard-page format (where the info is dynamically loaded into the page, but the page appears solid; no hover-popups).
Second, it uses dynamic <script> injection with a callback from the melative api to MelaMeta.callback, in which the JSON response is passed. The call to the api (/api/media.meta.json) is simply given a parameter such as anime=Kobato, but also a callback parameter and and a cache parameter. Callback is self-explanatory. Cache enables the JSON to be cached by the browser (the default atm is for 30 minutes… the data is not likely to change that often).
Finally, it is activated by an <a> tag with the rel attribute set to “melative” and href linked to a valid melative page (doesn’t really matter what is used). We can link music, events, manga, etc.
Notes
1 - A basic list, xml with xsl transform.
haha That was one of the longest attacks that I’ve heard! Yes, it is too early for a preview, but to see many shows in one picture is nice
It is likely that I’ll blog at least one certain show this Autumn, but others are questionable, despite having outstanding staff in some cases.
I wish you to stay safe for the rest of the Summer
Thanks for the mention, I learned my lesson this time -_- needs earlier planning. That script is awesome though, and if there’s a way to add the stream as a widget, I’ll find awesome ways to incorporate both into the system.
@Kitsune Yeah, it’s not bad to get an early start, so long as there are check-backs for updated infos. Making it dynamic ensures the info is up-2-date… and there’s no extra work ^___^
Thanks for the wish
I should be okay. The tail of May is behind me (statistically my most likely chance to be in harms way… oddly. Probably all the parties around the area >_>)
@Seinime There’s definitely a way. I’m not sure how to package a WP plugin (vaguely remember), but it’s basically just a line of html to load the script, then it just looks for rel=”melative” and viola… given it could get more modular, better customization, etc.
Should put that on the tools.melative subdomain… huuuu
Also, I think you started at a very good time, btw… but you definitely exploded; could have waited a bit, but… at least now you can post updates (forget which blog did that recently, but someone did).
GANBATTE
[...] of Melative, it released this great new plugin which parses the titles as a popup with some information on it. You can see this in action with the [...]
There is now a WordPress plugin for this hosted at the below address ;)!
http://wordpress.org/extend/plugins/melative-link/