Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVASCRIPT

noscript tag code string in react

render() {
  const { onNewComment, ...restProps } = this.props;

  return (
   <div {...restProps}>
    <div id="disqus_thread" />
    <noscript>
     <span>
      Please enable JavaScript to view the
      <a href="http://disqus.com/?ref_noscript">
       comments powered by Disqus.
      </a>
     </span>
    </noscript>
    <a href="http://disqus.com" className="dsq-brlink">
     Blog comments powered by <span className="logo-disqus">Disqus</span>.
    </a>
   </div>
  );
 }
Source by www.tabnine.com #
 
PREVIOUS NEXT
Tagged: #noscript #tag #code #string #react
ADD COMMENT
Topic
Name
7+3 =