Syntax highlighter with copy button script for Wordpress and Blogger

Anonymous
0

Hloo friends welcome to our blog YT KING ABHISHEK TIWARI aaj ke article me hm apko btne wale hi ki kaise aap highliter code apne blogger & wordpress per bhi kaise laga sakte hi so please full read this post...





to apko is post me hm apko saari jankari upload krva yege dekha jye to internet per youtube video tutorial se lekar internet per article majud hoge lekin jab baat ati hi live demo ya live dikhane ki to koi bhi blogger ya youtuber dikhane me piche rhe jata hi lekin hm esa nhi karege hm apko puri script provide krvage full step by step smjayege so please read it





Syntax Highlighter with Copy Button





Many Friends dont know him What is Syntax Highlighter ?to me apko btana chata hu ki ye code ek trhe kacode hi jisme kisi bhi blog post ke jo source code or html code available krya jatahai aur use jis format me add kiya jatahi use hmKnow by the name of Syntax Highlighter





Read More





Start 10 Second Countdown Scrpit





Create Keyword Generator Tool in Blogger





Image to Web P Converter Tool Script for Blogger





Image Comprasion Slider Script For Blogger





Syntax highlighter with copy button script for Blogger





Now I will be Provide For Syntax highlighter with copy button script for Blogger So Let Your blog post will be more attractive Now click to copy the code .





 <textarea cols="100" id="htmlText" readonly="" rows="20" style="background-color: #1b1b1b; color: white; height: auto; overflow: auto; resize: none; width: 100%;">  
{----Enter You Code Here----}
</textarea>
<button id="htmlBtn" onclick="copyhtml()" style="background-color: #4caf50; border: none; color: white; cursor: pointer; display: inline-block; font-size: 16px; margin: 4px 2px; padding: 10px 30px; text-align: center; text-decoration: none;">Copy</button>
<script>
function copyhtml() {
const text = document.querySelector("#htmlText");
const btnText = document.querySelector("#htmlBtn");
text.select();
document.execCommand("copy");
btnText.textContent = "Copied";
setTimeout(function(){
btnText.textContent = "Copy";
}, 5000);
}
</script>
<br /><br /></div>




Note {-- Enter You Code Here --} Replacing your code with this note ..





Conclusion :-So Friends Syntax highlighter with copy button script for Blogger


Post a Comment

0 Comments
Post a Comment (0)
'; (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); })();
To Top