Pembaca blogKOe mungkin ingin model blognya tidak menggunakan floating share tapi tetep menampilkan google + nya di blog.
Berikut caranya :
Langkah Pertama :
<g:plusone annotation="inline"></g:plusone>
<!-- Tempatkan panggilan penampilan ini di tempat yang sesuai -->
<script type="text/javascript">
(function() {
var po = document.createElement('script'); po.type = 'text/javascript'; po.async = true;
po.src = 'https://apis.google.com/js/plusone.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(po, s);
})();
</script>
Langkah Kedua :Berikut caranya :
Langkah Pertama :
- Masuk Ke Link berikut : http://www.google.com/webmasters/+1/button/
- Pilih Ukuran yang ingin di pasang
- copy code nya tarus di menu HTML/ Java Script
<g:plusone annotation="inline"></g:plusone>
<!-- Tempatkan panggilan penampilan ini di tempat yang sesuai -->
<script type="text/javascript">
(function() {
var po = document.createElement('script'); po.type = 'text/javascript'; po.async = true;
po.src = 'https://apis.google.com/js/plusone.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(po, s);
})();
</script>
- Simpan
- Isi dari google + button judul, URL dan kotak dibawahnya
- kemudian Masuk Ke menu Template di blog yang ingin dipasang
- Edit HTML - proceed
- Masukkan kode dikolom selanjutnya :
<!-- Update your html tag to include the itemscope and itemtype attributes -->
<html itemscope itemtype="http://schema.org/Blog">
<!-- Add the following three tags inside head -->
<meta itemprop="name" content="Catatan Guru T.I.K">
<meta itemprop="description" content="This would be a description of the content your users are sharing">
<html itemscope itemtype="http://schema.org/Blog">
<!-- Add the following three tags inside head -->
<meta itemprop="name" content="Catatan Guru T.I.K">
<meta itemprop="description" content="This would be a description of the content your users are sharing">
- ke bawah kode <head> diatas kode <body> bebas diantara kode tersebut.
Selamat Mencoba semoga berhasil
0 comments:
Post a Comment