I have problem with popup counter. It wont display because I still get error:
Uncaught TypeError: a(...).countdown is not a function
It refers to:
a("#counter").countdown({
until: " + " + c.timeout + "s",
format: "S",
compact: true,
description: "",
onExpiry: fbLikeDump
});
My whole js: jsfiddles.net
The issue was jQuery libraries conflict.