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({