Notification texts go here. Buy Now!

Tạo khung chứa code cực đẹp với highlight js cho Blogger/Website


Tạo khung chứa code đẹp với highlight js cực xịn 

Hello các bạn, nếu như các bạn có để blog mình thì có thể thấy được khung chia sẻ code của mình có rất nhiều màu rất là đẹp đẽ đúng không ạ? Nay mình sẽ chia sẻ lại cho các bạn cách tạo nhé.

Trong bài viết này chúng ta sẽ sử dụng mã nguồn Highlight.Js nhé

Thực hiện

Các bạn hãy tìm tới thẻ đóng </body> và chèn đoạn code dưới đây:

<link href='//cdnjs.cloudflare.com/ajax/libs/highlight.js/9.12.0/styles/atom-one-dark.min.css' rel='stylesheet'/>
<script src='//cdnjs.cloudflare.com/ajax/libs/highlight.js/9.12.0/highlight.min.js'/>
<script type='text/javascript'>
//<![CDATA[
$(document).ready(function() {
  $('pre').each(function(i, block) {
    hljs.highlightBlock(block);
  });
});
//]]>
</script>
Nếu như giao diện của bạn chưa có jquery thì hay thêm đoạn này vào nha
<script src='https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js'></script>
</script>
Okii Sau đó lưu lại và hưởng thụ thành quả.

Nếu như bạn sử dụng giao diện của jagodesain như median ui, fletro pro thì các bạn tìm tới dòng css
.post pre span{color:var(--highlight-green)} .post pre span.block{color:#fff;background:var(--highlight-blue)}
Hướng dẫn cách sử dụng

Nếu như loại bạn chia sẻ là html thì dùng mã này
<pre class='html'><code>
	Your_code_here
</code></pre>
Nếu là css thì dùng mã này
<pre class='css'><code>
	Your_code_here
</code></pre>
javascript thì dùng mã này
<pre class='js'><code>
	Your_code_here
</code></pre>
Nguồn : Quang Sáng Blog
Được Chia Sẻ Lại Bởi : NguyenThanhQuoc.Site

About the Author

Chia sẻ, học hỏi, kết nối và thành công...

Đăng nhận xét

Cookie Consent
We serve cookies on this site to analyze traffic, remember your preferences, and optimize your experience.
Oops!
It seems there is something wrong with your internet connection. Please connect to the internet and start browsing again.
AdBlock Detected!
We have detected that you are using adblocking plugin in your browser.
The revenue we earn by the advertisements is used to manage this website, we request you to whitelist our website in your adblocking plugin.
Site is Blocked
Sorry! This site is not available in your country.