First of all you need to access this link – Google console develoeprs and login with your google account Create a new project access that project in the top left menu and select google data api enable the api access credetials page create a new api key – then select BROWSER key
Tips and tricks
Today I am going to show you format time from this format x ( seconds ) to xx:xx . And the reverse. Javascript function from 90 to 1:30 function formatTime(arg) { //formats the time var s = Math.round(arg); var m = 0; if (s > 0) { while (s > 59) { m++; s -=
Today we are going to learn how to integrate custom Google Analytics events in WordPress.
For example I will setup a component I have here.
[parallaxer media=”https://placeholdit.imgix.net/~text?txtsize=72&bg=dddada&txtclr=000000&txt=loremplaceholder&w=1200&h=600″ clip_height=”400″ total_height=”550″] Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore

get it from – here DZS Parallaxer is a script that turns any content into a cool parallax effect. It works smooth with any content you throw at it, images and even sliders, video players, basically any html content. It’s also the parallax that works flawless because of the algorithm behind. Wow your visitors with

Today, a very special freebie – a nice font awesome icon selector – directly in a input field Demo: here Download: here Licence: Attribution

I am writing this article because I have not found any relevant information on how to add a WP Editor field in the Theme Customizer. I DID find relevant information on the matter on http://themefoundation.com/wordpress-theme-customizer/ and of course in the WordPress Codex http://codex.wordpress.org/Function_Reference/wp_editor but nothing to combine the two. So we will begin… add this