https://github.com/varunsridharan/broken-url-notifier
Get notified when there is some broken url or image in your website
https://github.com/varunsridharan/broken-url-notifier
vs-wp-plugin
Last synced: 12 months ago
JSON representation
Get notified when there is some broken url or image in your website
- Host: GitHub
- URL: https://github.com/varunsridharan/broken-url-notifier
- Owner: varunsridharan
- Created: 2014-09-18T02:16:49.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2020-10-18T15:00:35.000Z (over 5 years ago)
- Last Synced: 2025-03-26T20:51:19.735Z (about 1 year ago)
- Topics: vs-wp-plugin
- Language: PHP
- Homepage: https://wordpress.org/plugins/broken-url-notifier
- Size: 1.07 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.txt
Awesome Lists containing this project
README
=== Broken Url Notifier ===
Contributors: varunms
Author URI: http://varunsridharan.in/
Plugin URL: https://wordpress.org/plugins/broken-url-notifier/
Donate link: http://varunsridharan.in/
Tags: broken,borken image, borken url, 404 page , 404 not found, wordpress 404
Requires at least: 2.0
Tested up to: 4.2
Stable tag: 0.4
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Get notified when there is some broken url or image in your website
== Description ==
Plugin Features
* Broken Image Notification
* Broken Page Notification
* Broken Image Logger
* Broken Page Logger
* Custom 404 Image
* Configurable Email ID
* Detailed Logger Page
This plugin will send email to the site admin when there is broken url or Image.
This plugin will add a javascript your website to get 404 image notification in your website and send's mail using ajax
and also there is a hook written for 404 page in wp to get notified when there is some broken link
Note : Email id will take site administrator email id if no email id is configured in plugin settings.
== Installation ==
This section describes how to install the plugin and get it working.
* Upload `broken-url-notifier` to the `/wp-content/plugins/` directory
* Activate the plugin through the \'Plugins\' menu in WordPress
== Screenshots ==
1. Plugin Settings Page
2. Report Page View
== Frequently Asked Questions ==
**Can i change error image**
Yes you can. we have added 2 images by default. or you can add your own
**Can i change notification email id **
Yes you can change it in settings panel
**I have an idea for your plugin!**
That's great. We are always open to your input, and we would like to add anything we think will be useful to a lot of people. Please send your comment/idea to varunsridharan23@gmail.com
**I found a bug!**
Oops. Please User github / WordPress to post bugs. Open an Issue
== Changelog ==
= 0.4 =
* Minor Bug Fix.
= 0.3 =
* Converted Whole Plugin Into Class
* Option To Configure Notification Settings
* Option To Configure Logger Settings
* Fixed Error Diplay In Front End
* Fixed issue with wordpress less than 3.6
* Added Logger Page
= 0.2 =
* Fixed Issue With Error Image Display
* Fixed Wordpress Issue
= 0.1 =
* Base Version