1. Halo Guest, pastikan Anda selalu menaati peraturan forum sebelum mengirimkan post atau thread baru.

Memasang Google Plus One +1 di blog wordpress

Discussion in 'Wordpress' started by teguhaditya, Jul 25, 2011.

  1. teguhaditya

    teguhaditya Super Hero

    Joined:
    Jan 23, 2008
    Messages:
    7,503
    Likes Received:
    1,418
    Location:
    _ ▂ ▃ ▅ ▆ █
    [​IMG]

    pergi ke
    Code:
    http://www.google.com/intl/en/webmasters/+1/button/index.html
    pilih kode yang diinginkan, tersedia 4 pilihan ukuran
    Small (15px)
    Standard (24px)
    Medium (20px)
    Tall (60px)

    setelah itu copy codenya

    misalnya
    Code:
    <script type="text/javascript" src="https://apis.google.com/js/plusone.js"></script>
    <g:plusone></g:plusone>
    untuk ukuran standar 24px

    buka file single.php
    cari kode
    Code:
    <?php the_content(); ?>
    pasteka kode gplusone tadi di bawahnya, seperti ini
    Code:
    <?php the_content(); ?>
    <script type="text/javascript" src="https://apis.google.com/js/plusone.js"></script>
    <p>Recommend this website <g:plusone></g:plusone></p>
    
    jangan lupa di save..


    untuk kata-kata Recommend this website silahkan edit sendiri, pake gaya bahsa anda.
     
  2. shelfie

    shelfie Super Hero

    Joined:
    Aug 3, 2010
    Messages:
    1,911
    Likes Received:
    301
    he he he mantabs gan;
    pasti ngelirik ke
    thread sebelah
    .... ya gan?
     
  3. TheNext

    TheNext Super Hero

    Joined:
    Mar 1, 2011
    Messages:
    2,899
    Likes Received:
    211
    Location:
    Ruang Pikiran
    thanks for sharing mas bro

    tp ane install plugin :D
     
  4. dreamerhost

    dreamerhost Newbie

    Joined:
    Dec 21, 2010
    Messages:
    30
    Likes Received:
    0
    nice info...singkat dan jelas :peace:
     
  5. oon89

    oon89 Super Hero

    Joined:
    Jan 10, 2011
    Messages:
    762
    Likes Received:
    173
    nice info gan
     

Share This Page