Kamis, 17 Oktober 2013

Cara Memasang Widget Feed Validator

Sebelum Anda memasang Widget Feed Validator dari W3c, yang harus Anda lakukan pertama adalah melakukan validasi feed di laman W3c. Silahkan kunjungi URl ini untuk melakukannya : http://validator.w3.org/unicorn/#validate-by-uri+task_feed. Pada kolom yang tersedia, masukkan URL web blog sobat. Setelah itu, tekan tombol "Check/Periksa". Jika atom Feed Anda Valid, Anda akan mendapatkan pemberitahuan seperti di bawah ini.

feed validator logo, feed validator png,cara memasang widget feed validator,menambahkan widget feed validator di blog,cara validasi feed blog,feed valid,feed validator,feed valdator banner,cara memasang widget feed validation

If you would like to create a banner that links to this page (i.e. this validation result), do the following:
  1. Download the "valid Atom 1.0" banner.
  2. Upload the image to your own server. (This step is important. Please do not link directly to the image on this server.)
  3. Add this HTML to your page (change the image src attribute if necessary):
    <a href="http://feed2.w3.org/check.cgi?url=http%3A//www.tutorialblogspot.com/feeds/posts/default">
    <img src="valid-atom.png" alt="[Valid Atom 1.0]" title="Validate my Atom 1.0 feed" />
    </a>
If you would like to create a text link instead, here is the URL you can use:
http://feed2.w3.org/check.cgi?url=http%3A//www.tutorialblogspot.com/feeds/posts/default

Apa yang harus dilakukan setelah mendapatkan pemberitahuan seperti di atas? Yang harus Anda lakukan adalah meng-copy paste kode yang terdapat pada poin ke tiga ke blog Anda dengan cara :
  1. Login ke blogger.com
  2. Pada menu drop down pilih Tata Letak
  3. Klik Add a Gadget dan HTML/JavaScript
  4. Letakkan kode yang didapat pada kolom yang tersedia.
  5. Klik tombol simpan

Jika posisi widget Feed Validator tidak di posisi tengah, Anda bisa menyisipkan tag center sebelum dan setelah kode. Lihat contoh berikut!
<center>
<a href="http://feed2.w3.org/check.cgi?url=http%3A//www.tutorialblogspot.com/feeds/posts/default">
    <img src="valid-atom.png" alt="[Valid Atom 1.0]" title="Validate my Atom 1.0 feed" /></a>
</center>

Tidak ada komentar:

Posting Komentar