Categories
Programming Technology

Google Chrome Extension for WordPress

Create your own Google Chrome Extension for you WordPress Website

If you want to build a Google Chrome Extension to display your latest WordPress posts you can use the following code I committed into GitHub. I used code from another blog but unfortunately it was using Google Feed Api witch was deprecated in December 15th, 2016. Instead I am using a Google Feed API alternative by https://rss2json.com/google-feed-api-alternative

You can also install my Extension if you want to have a nice tab with beautiful images from Flickr with th Morocco tag here https://chrome.google.com/webstore/detail/larbizard/glaloeoinnompmnnbbkiekdfiofpkjna

https://github.com/larbizard/chrome-wordpress-feedburner-gfapijs

 

 

You can follow his tutorial but don’t forget to replace Google

API with RSS2JSON Google Feed API Alternative

<script type=”text/javascript” src=”https://www.google.com/jsapi”></script>

<script type=”text/javascript” src=”gfapi.js”></script>

If you are too lazy just clone my repo.

Source: https://www.labnol.org/software/create-chrome-apps-extensions/27958/

By gharib larbi

I am an electrical engineer who loves programming. I like drawing and think and imagine my next video about cooking or how to fix my laptop or my cell. I gave myself a goal to fly a plane. I still have a lot of ideas to come.

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.