Membuat Widget untuk Mempermudah Copy Link dari Blog - PTIK-UNM MAKASSAR
Breaking News

Membuat Widget untuk Mempermudah Copy Link dari Blog


  • Login to your Dashboard.
  • Go to Templates--->Edit Html.
  • Tick "Expand the Widgets" option.
  • Cari kode <data:post.body/>
  • Copy Paste kode berikut tepat dibawah kode <data:post.body/>
/*By ptik-unm.blogspot.com*/
<b>Lampirkan Link Berikut Jika Anda Mengcopy Artikel Ini:</b><br/>
Link Ke Postingan ini :<br/>
<textarea cols='60' id='bloglinking' name='bloglinking' onclick='this.focus();this.select()' onfocus='this.select()' onmouseover='this.focus()' readonly='readonly' rows='2'>&lt;a href=&quot;/*By ptik-unm.blogspot.com*/<data:post.url/>&quot;&gt;<data:post.title/>&lt;/a&gt;</textarea><br/>
Homepage :<br/>
<textarea cols='60' id='bloglinking' name='bloglinking' onclick='this.focus();this.select()' onfocus='this.select()' onmouseover='this.focus()' readonly='readonly' rows='2'>&lt;a href=&quot;/*By ptik-unm.blogspot.com*/<data:blog.homepageUrl/>&quot;&gt;<data:blog.title/>&lt;/a&gt;</textarea>

Tidak ada komentar untuk "Membuat Widget untuk Mempermudah Copy Link dari Blog"