Does tlk.io work with meteor?

So there is this cool chat thing called tlk.io
which can be embed to webpages, but I can’t figure out how to do it in meteor. Can someone help me?

<iframe src="https://tlk.io/meteor-forums"></iframe>

Can’t believe I did not think of that.

1 Like

Some times the simplest things escape you. Happens to the best of us :smile:

Now to wait and see it something goes horribly wrong…

Do you know why the embed thing does not work?

Great. I knew this would happen. It does not do anything, at all.

Seems to work fine for me.

Hmm…I would upload an image but It won’t let me.

This is my code now:

Fused Apps body { background: no-repeat fixed center; }
{{#navbar}}{{/navbar}}

Hello! We are FusedApps, a team of two (so far) devs. We are working on a game called The Formidable Forest, and you can click on TFF in the navbar to see it.

<div>
    <h2>About Us <br><small>Who are we?</small></h2>
    <dl>
        <dt>Steve Duys @cfsteve</dt>
        <dd><a href="http://twitter.com/cfsteve" target="_blank"><img src="/images/twitter35px.png" class="twitter-icon"></a></dd>
        <dt>Ethan Duys @EthanDuys</dt>
        <dd><a href="http://twitter.com/ethanduys" target="_blank"><img src="/images/twitter35px.png" class="twitter-icon"></a>
            <a href="https://www.youtube.com/channel/UCtvgcQVcbRySjSQd3xxI1WQ" target="_blank"><img src="/images/youtube.png" class="youtube"></a>
        </dd>
    </dl>
</div>

    <iframe src="https://tlk.io/fusedtalk"></iframe>
</div>

Hmm… Messed up. Okay. Well, any ideas?

Looks ok to me… Try http://tlk-test.meteor.com/ and see if you can view that embeded tlk.io chat there.

Works great for me. :smile:

I see it, but how do I do it?

And why won’t

<div id="tlkio" data-channel="fusedtalk" style="width:400px;height:750px;"></div><script async src="http://tlk.io/embed.js" type="text/javascript"></script>

work?

I literally just created a fresh meteor project, removed the only template changed the heading and added the iframe.

This is a restriction in blaze.

When I do that in my code it does not show up in a box.

And still won’t do anything at all.

The code for http://tlk-test.meteor.com is here: https://github.com/copleykj/tlkTest