Jump to content

HTML in cms page


wakabayashi

Recommended Posts

Hello 

 

I have always problems with cms pages. How can I add this Disqus code: 

<div id="disqus_thread"></div>
    <script type="text/javascript">
        /* * * CONFIGURATION VARIABLES: EDIT BEFORE PASTING INTO YOUR WEBPAGE * * */
        var disqus_shortname = 'chesspointblog'; // required: replace example with your forum shortname

        /* * * DON'T EDIT BELOW THIS LINE * * */
        (function() {
            var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true;
            dsq.src = '//' + disqus_shortname + '.disqus.com/embed.js';
            (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq);
        })();
    </script>
    <noscript>Please enable JavaScript to view the <a href="http://disqus.com/?ref_noscript">comments powered by Disqus.</a></noscript>

When I try to save, I always get a "content" error!?

 

Please help me with this.

Link to comment
Share on other sites

I dont want any module for this thing. I need it only on some cms pages... 

 

Your code with literal doesn't work. Always get this: 

Das Feld content ist ungültig.

Means something like, the field content is wrong.

 

How can I fully allow HTML in cms pages? Thats really annoying!

Link to comment
Share on other sites

×
×
  • Create New...