Kode Melar Ciut untuk copy paste legal

Ini adalah kode melar dan ciut untuk copy paste legal;

#KCP {padding:.5em; width:95%!important; border:solid 1px #CCC;
                    -moz-border-radius:5px;
            -webkit-border-radius:5px;
            border-radius:5px;   
            font-size:smaller;
            font-family:"Courier New", Courier, monospace;
}


<script type="text/javascript">
function melar(){
    document.getElementById("KCP").rows = 15;
}
function ciut(){
    document.getElementById("KCP").rows = 5;
}
</script>

<?php
// kode yg belum termasuk masukkan di sini
?>
<div style='clear:both; border:thick yellow solid; padding:10px'>
<center style='color:green; font-size:larger; font-weight:bold'>Kode Copy Paste</center>
<textarea id='KCP' onfocus="melar()" onClick="melar()" onBlur="ciut()" style='background-color:yellow' style='width:100%'>
<?php echo $content; ?>
</textarea>
<center style='color:green;'>Gunakan kode diatas untuk copy paste artikel ini</center>
</div>



catatan:
belum termasuk string content sebagai ; apply_filters('the_content', str_replace(' ',' ',get_the_content()));
belum termasuk ;
$purwedi = stt_terms_list();
$content = str_replace($purwedi,"",$content);

Thumbnail link di posting facebook

Kode untuk mengganti gambar thumbnail facebook;

<head>
<link rel="image_src" href="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjk2hPTFcKuPmtpUqA6iqt51BG-yEpVUyJfrklXhi3SE6EZBtYPxMX4Ar301fmG3kQouhV5YXyeUpWj0EYFTXDC39zLz48T7Qkk-TKiRjkzfC7aZQc1lpqHAxUJPyhxrRgvEDRnmr8y24o/s320/penting.jpg"/>
</head>

Widget kiri bawah

Kode untuk hover link atau link melayang;

<div style="position:fixed;background-color:#FFC;border:solid medium #FF0;bottom:0;left:200px;padding:10px;margin-bottom:20px">~ <a href='http://www.google.com' rel='nofollow'>Mesin Pencari Oke</a> ~</div>