Chèn đọan code sau vào thẻ mã html ( ở phần chỉnh mẫu ) Trứoc thẻ đóng của 
Chèn đọan code sau vào truớc thẻ đóng của body (</body>)
<!-- the code -->
    <link href="https://sites.google.com/site/tessssssssblog/likeblog.css" rel="stylesheet" type="text/css"></link>
    <link href="http://steamdev.com/snippet/css/jquery.snippet.min.css" rel="stylesheet" type="text/css"></link>
    <script src="http://steamdev.com/snippet/js/jquery.snippet.min.js" type="text/javascript">
 <!-- end the code -->
Chèn đọan code sau vào truớc thẻ đóng của body (</body>)
<!-- the code -->
    <script type='text/javascript'>
      $(document).ready(function(){
        $("pre.java").snippet("java");
        $('pre.c').snippet('c');
        $('pre.cpp').snippet('cpp');
        $('pre.csharp').snippet('csharp');
        $('pre.html').snippet('html');
        $('pre.javascript').snippet('javascript');
        $('pre.php').snippet('php');
        $('pre.javascript_dom').snippet('javascript_dom');
        $('pre.python').snippet('python');
        $('pre.sql').snippet('sql');
        $('pre.xml').snippet('xml');
        }); </script>
<!-- the code -->

Comments
Post a Comment