Disqus merupakan sebuah layanan komentar di dunia maya yang bisa di pakai dalam berbagai situs populer, seperti blog WordPress, Blogspot, Tumblr bahkan juga website besar seperti CNN.com dapat diintegrasikan dengan Disqus untuk mendukung layanan diskusi bagi para pengguna di dunia maya. Disqus juga dapat diintegrasikan dengan berbagai jenis CMS seperti Joomla, Drupal, Squares pace, Yola Site, Doku Wiki dan Chimp.
Disqus dapat menjadi solusi alternatif layanan komentar dari sistem komentar bawaan blog itu sendiri karena lewat Disqus dapat memfasilitasi komentar-komentar yang ada dari pengguna blog secara lebih baik. Disqus dapat langsung dihubungkan dengan berbagai situs sosial media seperti Facebook, Twitter, Google Plus dan lain-lain. Dengan menghubungkan Disqus dan akun sosial media maka komentar yang ditampilkan di Disqus akan secara otomatis muncul di akun jejaring sosial si pengguna.
Cases
Namun pada saat user atau visitor membuat komentar di disqus dan menyertakan sebuah url, maka url tersebut otomatis akan menjadi Link Hidup. Penyebab dari masalah ini adalah dari template yang menggunakan sistem komentar Disqus. Karena di pengaturan Disqus muncul fitur baru yang memungkinkan tulisan berupa link akan otomatis menjadi link hidup dan ini memang cukup mengganggu.
Bagaimana Cara Mengatasinya ?
Kunjungi disqus.com > Klik Gambar Avatar User Kamu (pojok kanan atas) > View profile > Admin Menu > pilih salah satu situs mu yang akan di edit. > klik menu Settings > Advanced > Hapus / Uncheck pada Affiliate Links > Save.
Selesai. Demikian Cara Mengatasi Plaintext URL Disqus Otomatis menjadi Link Hidup
Goto Adsense Dashboard -> My Ads -> Add New -> Choose In Article Ads -> Set with your defined settings -> Get Code from <ins until </script> dont copy script.js above </ins>.
Add shortcode [ads] in every post Location. Replace ad-client and ad-slot with your in article ads client and slot number.
Add Shortcode Responsive Adsense
Goto Adsense.Google.com -> My Ads -> Ad New -> Choose Text And Image Ads -> Choose Responsive Ads -> Get Code from <ins until </script> dont copy script.js above <ins>.
add shortcode [adsense height="50" id="YOURID"] Change number 50 to your defined height in pixel (px). YOURID change with your defined ID (if you have css to styling this ads).
Done. In Article Ads And Single Ads Shortcode Wordpress With WP AMP NINJA Plugin hope be functionally for your adsense.
Structure BlogPosting pada AMP merupakan hal istimewa. Dijamin bila keyword density (kata-kata/kalimat yang berhubungan dengan title/judul post) banyak akan ditampilkan dalam card view di posisi kedua di google. (Cek Screenshot). Nah kali ini saya akan share bagaimana cara menempatkan schema Blogposting/BlogPosting Rich Card di blogger. Berikut tutorial nya: Taruh kode dibawah ini di bawah <article .....>:
unfortunately the details and summary tags are not allowed in AMP HTML.So the CSS spoiler only with details and summary can only be used for HTML5 templates only.
For CSS only spoilers to be used in HTML5 and AMP HTML then we need another way to create them.
Still remember with my post about fixed slide Blogger popular posts AMP HTML ?There I used the label label and input for the close widget button.
From there I can idea to make CSS spoiler only with label and input .The Demo can be tried in amp-iframe Codepen.io below.How cool is not it?If you want to try it on your blog, please follow the steps below.
Please save the CSS code below in your blog's CSS style .
Then please use the HTML code below each will insert a spoiler inside the post (in HTML mode).
<div class="spoiler"> <span class="spoiler_title">Spoiler: </span> <input type="checkbox" id="item-1"> <label for="item-1">Hint </label> <div class="content_box"> <div class="content"> <p>Save content here..... </p> <br/> <p>Or you can save images here...... </p> </div> </div> </div>
Note the item-1 code in the input and label tags must be the same.If you want to use more than 1 spoiler in the post, then change item-1 to item-2 , item-3 , and so on for second spoiler, third spoiler, and so on.
And keep in mind!It turns out that in AMP HTML can not save the amp-img inside the spoiler, unless the spoiler opens first.
Today I combine the share button for Line and BBM with other social share buttons like Facebook, Twitter, Google+, Tumblr, LinkedIn, Pinteres, and Whatsapp.
To combine all the share buttons, I found the responsive social sharing buttons pretty cool. Then I slightly modify it to add a share button for Line and BBM and customize it with Blogger for easy pairing and running. All icons on this social sharing responsive use SVG, so there is no need to link font icons like the Awesome Font and of course support all modern browsers. For the tutorial Please follow the steps below.
Make sure your blog is already using any version of the jquery library.
Please save the following CSS style code above </ head> code.
I also share responsive AMP social sharing buttons for Blogger AMP HTML. Responsive AMP social sharing button is quite complete ie the share button for Facebook, Google+, Twitter, Pinterest, LinkedIn, Tumblr, Whatsapp, SMS, and Email, Adding BBM and Whatsapp Here Tutorial. If you want to try installing it yourself, please follow the steps below.
Please save the js amp-social-share code above </ head>
It turns out that in AMP there are some standard action codes or shortcodes to make it easier to give certain commands to an element such as redirect, print, show, hide, toggle, scroll to, and focus on input.
With these commands we do not need an AMP plugin to perform its function. The commands are as below.