How Do I Bypass 5000 Embed Code Limit?

Hi Cyberdave

You made mention of how to bypass the 5k character code limit in the html embed using js.
Actually i am a coding noob and i cant function without a detailed instructions.

I’m trying to embed this codepen - http://codepen.io/elevaunt/pen/zGKBGm

please can you help with a short guide on how to do it your own way so we can bypass the annoying 5k code limit?

It will help others now and in the future.

Thanks


Here is my public share link: LINK
(how to access public share link)

@cyberdave - tagged you

1 Like

Haha, @DFink, that’s a smart idea. :wink:

To bypass the code limit, what you can do is host your code else where, like Github, and reference that in your custom code.

example:

<script src="URL-to-your-github-JS-file-goes-here"></script>

2 Likes

Thanks Friend,
but the issue is that how do i host it. a short guide? please?

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.