• Home
  • Archive
  • Tools
  • Contact Us

The Customize Windows

Technology Journal

  • Cloud Computing
  • Computer
  • Digital Photography
  • Windows 7
  • Archive
  • Cloud Computing
  • Virtualization
  • Computer and Internet
  • Digital Photography
  • Android
  • Sysadmin
  • Electronics
  • Big Data
  • Virtualization
  • Downloads
  • Web Development
  • Apple
  • Android
Advertisement
You are here: Home » Google Trends Graphs in WordPress Post (No PHP or Plugin)

By Abhishek Ghosh February 16, 2015 6:11 pm Updated on February 16, 2015

Google Trends Graphs in WordPress Post (No PHP or Plugin)

Advertisement

Here is How To Add Google Trends Graphs in WordPress Post. You’ll Not Need Any Plugin or PHP Snippet. Page Loading Speed Will Not Be Hampered. All websites from Beginner WordPress to Expert WordPress, basically publishes an article with the name How To Add Google Trends Graphs in WordPress Post and Copy && Paste the same crap PHP Snippet which basically add a short code. PHP is not Python, PHP is a bad Language. Javascript is enough powerful. You do not need any “helping PHP” to add Google Trends Graphs in WordPress Post. For making PHP somewhat good, from HHVM to many things has been done, but actually it kept its history in the right track – Expires: Thu, 19 Nov 1981.

 

Before You Add Google Trends Graphs in WordPress Post

 

Definitely, you know what is Google Trends, else why you’ll read this article! If you do not know what is Google Trends, then perform a Google Web Search. Suppose you want to compare three search phrases – Internet of Things, IoT and Internet of Everything, you can get this URL for the same :

Advertisement

---

Vim
1
http://www.google.com/trends/explore#q=Internet%20of%20Things%2C%20IoT%2C%20Internet%20of%20Everything&cmpt=q&tz=

You’ll get a Javascript stuff if you click the < > icon, below the graph (at the time of Publishing this article). What you want is this kind of thing (hover) :

 

Steps To Add Google Trends Graphs in WordPress Post

 

The Javascript will look like this :

Vim
1
<script type=“text/javascript” src=“//www.google.com/trends/embed.js?hl=en-US&q=Internet+of+Things,+IoT,+Internet+of+Everything&cmpt=q&tz&tz&content=1&cid=TIMESERIES_GRAPH_AVERAGES_CHART&export=5&w=500&h=330”></script>

Paste the whole thing on any good Text Editor. Separate the query part :

Vim
1
?hl=en–US&q=Internet+of+Things,+IoT,+Internet+of+Everything&cmpt=q&tz&tz&content=1&cid=TIMESERIES_GRAPH_AVERAGES_CHART&export=5&w=500&h=330

Use JsFiddle like Online Tool to check in real time. This thing we are providing you :

Vim
1
<iframe scrolling=“no” style=“border:none;” width=“500” height=“530” src=“https://www.google.com/trends/fetchComponent” async defer></iframe>

Within that part :

https://www.google.com/trends/fetchComponent

You will include that Javascript’s query part :

Vim
1
<iframe scrolling=“no” style=“border:none;” width=“500” height=“330” src=“https://www.google.com/trends/fetchComponent?hl=en-US&q=Internet+of+Things,+IoT,+Internet+of+Everything&cmpt=q&tz&tz&content=1&cid=TIMESERIES_GRAPH_AVERAGES_CHART&export=5&w=500&h=330” async defer></iframe>

If you have a normal sense, you’ll adjust the :

width="500" height="330"

I have created my own custom search terminologies :

Abhishek Ghosh – Dr. Abhishek Ghosh – thecustomizewindows.com The Customize Windows

Yes I can render the graph here :

Google Trends Graphs in WordPress Post

and yes, for the website, the map too :

There is not much credit to discover this method. The Javascript HAS this line :

Vim
1
src=“http://www.google.com/trends/fetchComponent?this” style=“border: none;

Everyone knows that, Google loves iframe. I have added the async defer to make it nonblocking Javascript. You can search our Website for many articles related to those async and defer. It is not illegal. Obviously you add on a Made for AdSense Website or Run Millions of requests per day, obviously Google will blacklist your domain. You can test on Page Speed insights, no blocking Javascript for these stuffs.

Tagged With google trends php , google trends search widget wordpress , https://trends google com/trends/ call from php , https://www google com/trends/fetchComponent?hl=en-US&cat=

This Article Has Been Shared 793 Times!

Facebook Twitter Pinterest
Abhishek Ghosh

About Abhishek Ghosh

Abhishek Ghosh is a Businessman, Orthopaedic Surgeon, Author and Blogger. You can keep touch with him on Twitter - @AbhishekCTRL.

Here’s what we’ve got for you which might like :

Articles Related to Google Trends Graphs in WordPress Post (No PHP or Plugin)

  • Showing Open Graph Protocol og image, og description Properly

    Showing Open Graph Protocol og image, og description properly can be a challenge – either proper post specific og image is not shown or description is chopped.

  • Podcast and WordPress : Tips

    Podcast and WordPress can make the older posts more lively again. A small introduction Podcast can increase the conversion. Here is a detailed guide.

  • Choosing WordPress and HTML Template for a Website

    Choosing WordPress and HTML Template for a Website is not really that easy that it might sound. This quite difficult as both has limitations of their own.

  • Post Specific Widget with Semantic Markup for WordPress

    Post specific widget with Semantic Markup for WordPress is a kind of template Plugin for more flexibility. You can create infobox like Wikipedia.

  • W3 Total Cache Pro and WordPress Page Loading Speed

    W3 Total Cache Pro has recently been introduced by W3TC Plugin developer and here is some questions frequently asked by the WordPress users as suggestion.

Additionally, performing a search on this website can help you. Also, we have YouTube Videos.

Take The Conversation Further ...

We'd love to know your thoughts on this article.
Meet the Author over on Twitter to join the conversation right now!

If you want to Advertise on our Article or want a Sponsored Article, you are invited to Contact us.

Contact Us

Subscribe To Our Free Newsletter

You can subscribe to our Free Once a Day, Regular Newsletter by clicking the subscribe button below.

Click To Subscribe

Please Confirm the Subscription When Approval Email Will Arrive in Your Email Inbox as Second Step.

Search this website…

 

Popular Articles

Our Homepage is best place to find popular articles!

Here Are Some Good to Read Articles :

  • Cloud Computing Service Models
  • What is Cloud Computing?
  • Cloud Computing and Social Networks in Mobile Space
  • ARM Processor Architecture
  • What Camera Mode to Choose
  • Indispensable MySQL queries for custom fields in WordPress
  • Windows 7 Speech Recognition Scripting Related Tutorials

Social Networks

  • Pinterest (21K Followers)
  • Twitter (5.3k Followers)
  • Facebook (5.7k Followers)
  • LinkedIn (3.7k Followers)
  • YouTube (1.3k Followers)
  • GitHub (Repository)
  • GitHub (Gists)
Looking to publish sponsored article on our website?

Contact us

Recent Posts

  • What is Standard Software February 28, 2021
  • WordPress Link to text Fragment February 27, 2021
  • How to Protect IP Cameras From Hackers February 25, 2021
  • 6 Sectors That Have Undergone Revamps in Digital Landscape February 24, 2021
  • What You Can Control with a Smartwatch and ESP32 February 23, 2021

 

About This Article

Cite this article as: Abhishek Ghosh, "Google Trends Graphs in WordPress Post (No PHP or Plugin)," in The Customize Windows, February 16, 2015, March 1, 2021, https://thecustomizewindows.com/2015/02/google-trends-graphs-wordpress-post-no-php-or-plugin/.

Source:The Customize Windows, JiMA.in

 

This website uses cookies. If you do not want to allow us to use cookies and/or non-personalized Ads, kindly clear browser cookies after closing this webpage.

Read Cookie Policy.

PC users can consult Corrine Chorney for Security.

Want to know more about us? Read Notability and Mentions & Our Setup.

Copyright © 2021 - The Customize Windows | dESIGNed by The Customize Windows

Copyright  · Privacy Policy  · Advertising Policy  · Terms of Service  · Refund Policy