On Aug 18, 1:26 pm, andsmi <
and...@gmail.com> wrote:
> This gets me an entry, but it doesn't show my new page title (which I
> changed with document.title ) -- is there a way to update that as well
> so it looks nicer in chartbeat?
Hmm, we should really be picking the new title up, shouldn't we...
Well, for now you can override it using the config object:
[[
_sf_async_config.title = "fish and chips";
pSUPERFLY.virtualPage("/fish_and_chips");
]]
... Allan