Posts

Cara Membuat Google AdSense Shortcodes Untuk WordPress

Image
Membuat Google AdSense Shortcodes Untuk WordPress Banyak blog dan situs WordPress menghasilkan keuntungan secara online dengan mengintegrasikan iklan yang menggunakan program Google AdSense.   Iklan Adsense Google ditulis dalam naskah java dan dapat ditempatkan di lokasi manapun yang berbunyi HTML, seperti halaman WordPRess, posts, theme files, dan text capable widgets.   Skrip di bawah ini adalah contoh dari iklan seharga  200 x 200  Google AdSense. <script type="text/javascript"><!-- google_ad_client = "ca-pub-2336674635953969"; /* Advertisement Name */ google_ad_slot = "2720758527"; google_ad_width = 200; google_ad_height = 200; //--> </script> <script type="text/javascript" src="http://pageadd2.googlesyfndicgfion.com/pagead/showfdds.js"> </script> Membuat Iklan "adSense" Contoh Google AdSense Jika Anda tidak mengetahui skrip iklan Google AdSense Anda dengan memori, juga tidak me

Steps How to Create Cool and Ready Famous Vlog

In modern times, technology is developing faster and faster. Especially in the field of communication, the Internet has now become the number one facility that is used to communicate. Not only to communicate, today many people use the internet facility to get the money. There are many ways that can be done in getting money by using the internet. One way is to Create a vlog. You already know what it vlog? Vlog is a video blog, which was developed from the blog, which means a journalistic documentation in the form of moving pictures and audio that contains the life, thoughts, opinions, and interests. Vloggers vlog uploaded on video sharing sites such as YouTube. YouTube is currently the most desirable sites for affairs vlog. Many people are now becoming vlogger for a sideline profession or is used as a main profession. However, to become a professional vlogger, certainly not random in Create vlog. Vlog should be made as attractive as possible in order to get a lot of viewers and liked

Create Adsense shortcode for WordPress

Image
Go to Your Dashboard WordPress Click menu -> Appearance Click editor -> choose functions.php Add below code inside <?php /* * enqueue adsbygoogle.js in the footer & * create a WordPress shortcode with your Google AdSense code * follow me on Twitter: @DimasSkynetCybe */ function loadAdsenseJS() { wp_register_script( 'google-adsense', '//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js', '', '', true ); wp_enqueue_script( 'google-adsense' ); } add_action( 'wp_enqueue_scripts', 'loadAdsenseJS' ); function AdSense() { $output = '<ins class="adsbygoogle" style="background-color: transparent; text-decoration: none; display:inline-block; width:336px; height:280px" data-ad-client="ca-pub-xxYourUniqueIdxx" data-ad-slot="xxUniqueIdSlotxx"></ins> <script> (adsbygoogle = window.adsbygoogle || []).push({

Responsive Animate Demo And Download Button

How to make Sliding Demo and Download Button Here the Demo: Here The Html Here the CSS This helpful ? Please share this.

CSS Spoiler Only With Label And Input

Image
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 .   .spoiler .spoiler_title {  display: inline;  float: left;  margin: 3px 10px 0 0;  padding: 4px 0;  font-size: 16px;  line-height: 1;  }  .spoiler label {  cursor: pointer;  background: #26272a;  margin: 0;  padding: 4px 18px 4px 22px;  outline: none;  border-radius: 3px;

Access XAMPP (Apache + MySQL) via Android Smartphone

Image
XAMPP is a complete package containing apache web service, php, and MySQl dbms Assalamu'alaikum bloggers! On this occasion, I will share my experience in configuring XAMPP (Apache + MySQL) so that your Android Smartphone can access your WiFi network. Before you can do that, need to prepare the required software, namely: Apache XAMPP, can be downloaded at: Apache XAMPP WiFi network, or if not connectify-me.The connectify-me function is to turn your laptop into an AP ( Access Point ) if you do not have a WiFi network. If you have a WiFi network (modem telkomsel speedy, for example), then just connect your laptop to the network. For connectify-me you can search on google because this software is paid. If both these alternatives can not be obtained, can also be used facilities of theterter Wi-Fi on Android. The way is quite easy, just turn

Cara convert HTML ke Javascript document.write otomatis

Image
Bagaimana cara convert HTML ke Javascript document.write secara otomatis Biasanya orang yang membuat website atau blog yang menggunakan fitur javascript biasanya bingung dalam membuat LIKE BOX maupun SOCIAL SHARE BOX untuk website nya. Agar tombol like atau share dapat tepat merujuk like atau share terhadap artikel yang dikunjungi visitor. Nah berikut cara nya: 1. Masuk ke website berikut ini : HTML to Javascript Converter 2. Copy Kode HTML yang anda ingin terapkan dalam penerjemahan javascript. Kemudian paste Kode HTML tersebut ke dalam box yang sudah di sediakan. Kemudian klik Convert to javascript syntax . Selesai. HTML anda sudah siap untuk di terapkan di javascript untuk di print secara dinamis.