• 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 668 Times!

Facebook Twitter Pinterest

Abhishek Ghosh

About Abhishek Ghosh

Abhishek Ghosh is a Businessman, 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

Get new posts by email:

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 (24.3K Followers)
  • Twitter (5.8k 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

  • How to Do Electrical Layout Plan for Adding Smart Switches January 26, 2023
  • What is a Data Mesh? January 25, 2023
  • What is Vehicular Ad-Hoc Network? January 24, 2023
  • Difference Between Panel Light, COB Light, Track Light January 21, 2023
  • What is COB LED? How LED Chip On Board Works January 20, 2023

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, January 27, 2023, https://thecustomizewindows.com/2015/02/google-trends-graphs-wordpress-post-no-php-or-plugin/.

Source:The Customize Windows, JiMA.in

PC users can consult Corrine Chorney for Security.

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

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

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

We use cookies on our website to give you the most relevant experience by remembering your preferences and repeat visits. By clicking “Accept”, you consent to the use of ALL the cookies.
Do not sell my personal information.
Cookie SettingsAccept
Manage consent

Privacy Overview

This website uses cookies to improve your experience while you navigate through the website. Out of these, the cookies that are categorized as necessary are stored on your browser as they are essential for the working of basic functionalities of the website. We also use third-party cookies that help us analyze and understand how you use this website. These cookies will be stored in your browser only with your consent. You also have the option to opt-out of these cookies. But opting out of some of these cookies may affect your browsing experience.
Necessary
Always Enabled
Necessary cookies are absolutely essential for the website to function properly. These cookies ensure basic functionalities and security features of the website, anonymously.
CookieDurationDescription
cookielawinfo-checkbox-analytics11 monthsThis cookie is set by GDPR Cookie Consent plugin. The cookie is used to store the user consent for the cookies in the category "Analytics".
cookielawinfo-checkbox-functional11 monthsThe cookie is set by GDPR cookie consent to record the user consent for the cookies in the category "Functional".
cookielawinfo-checkbox-necessary11 monthsThis cookie is set by GDPR Cookie Consent plugin. The cookies is used to store the user consent for the cookies in the category "Necessary".
cookielawinfo-checkbox-others11 monthsThis cookie is set by GDPR Cookie Consent plugin. The cookie is used to store the user consent for the cookies in the category "Other.
cookielawinfo-checkbox-performance11 monthsThis cookie is set by GDPR Cookie Consent plugin. The cookie is used to store the user consent for the cookies in the category "Performance".
viewed_cookie_policy11 monthsThe cookie is set by the GDPR Cookie Consent plugin and is used to store whether or not user has consented to the use of cookies. It does not store any personal data.
Functional
Functional cookies help to perform certain functionalities like sharing the content of the website on social media platforms, collect feedbacks, and other third-party features.
Performance
Performance cookies are used to understand and analyze the key performance indexes of the website which helps in delivering a better user experience for the visitors.
Analytics
Analytical cookies are used to understand how visitors interact with the website. These cookies help provide information on metrics the number of visitors, bounce rate, traffic source, etc.
Advertisement
Advertisement cookies are used to provide visitors with relevant ads and marketing campaigns. These cookies track visitors across websites and collect information to provide customized ads.
Others
Other uncategorized cookies are those that are being analyzed and have not been classified into a category as yet.
SAVE & ACCEPT