-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathREADME.txt
executable file
·27 lines (19 loc) · 1.04 KB
/
README.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
=== Plugin Name ===
Contributors: Noora Chahine
Requires at least: 4.0.1
Tested up to: 5.4
Stable tag: 5.2
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
This plugin can be used to add a Google News Feed to your Wordpress site.
API used: https://newsapi.org/docs
Requirements: Google News authentication key (register for free here: https://newsapi.org/register)
== Description ==
This plugin will add a section to the Settings of your Wordpress backend, called View News Feed Settings. Go there and add in keywords, separated by space, then click Save. The plugin will generate a list of news articles, going by those keywords, in the table below the keyword section. You can delete or publish articles as needed using that table. Use the shortcode [get_news_feed] to view the newsfeed anywhere on your site.
== Installation ==
1. Make sure all the files are in one directory and zip them
2. Upload to the Plugins section on Wordpress and Activate
3. That's it!
== Changelog ==
= 1.0 =
* Uploaded first version of plugin.