Abdelrahman Elkady
Abdelrahman Elkady

Reputation: 2576

Checking HTML within a meteor app

I am building a meteor app and using MixPanel for analytics, mixpanel offers extra points for their free plan by adding their badge into your website, the problem is their autochecker can't detect the badge because of the client side rendering in meteor .

I still have content in the footer (where I am putting the badge) that needs to be dynamically manipulated, how can I manage to get the autochecker to see that the badge is already on the webpage ?

Upvotes: 0

Views: 53

Answers (1)

Stephen Leung
Stephen Leung

Reputation: 569

I had the exact same problem. I just emailed their support, and got a reply within 1-2 days.

They had helped me added the extra stuff manually ... I guess they had no way to support this client side rendering stuff programmatically yet.

It's a bit annoying since I'll have quite a few apps to need to do this, but I guess for now I'll email them every single time, at least good to know they do get back soon and help you add it.

P.S. much better solution than hacking with server side blah or whatever else hack... programmers tend to think like this first haha

Upvotes: 1

Related Questions