Beskrivelse
Get notified by bubble like facebook if some one posted comment on post.
Live Preview: http://kentothemes.com/demo/kento-notify/
Plugin Features
- Notification Bubble.
- Read/Unread marker.
- loggedin user can Save Read/Unread marker to database.
- Gravatar image of commenter.
- Comment content on hover notification.
How Its Work ?
we use wp.comments table to fetch approved comments and display in notification list and get current time on visitors(clients) computer to calculate difference comment time and current time.
and if user logged-in then set a background color to single notification to mark as unread and when user click on single notification then it will change color to white and mark as read will calculate notification bubble total current notification.
if user not logged-in then won’t save data to database and will not calculate current bubble total notification.
Skjermbilder
Installasjon
- Install as regular WordPress plugin.
- Go your Pluings setting via WordPress Dashboard and activate it.
- Paste code anywhere in your theme files
<?php kento_notify(); ?>
(usually paste on header.php will display all page) - This Plugin Doesn’t have any setting page.
- By visiting your site see the result.
Vurderinger
Det er ingen omtaler av denne utvidelsen.
Bidragsytere og utviklere
“Kento Notify” er programvare med åpen kildekode. Følgende personer har bidratt til denne utvidelsen.
BidragsytereOversett “Kento Notify” til ditt språk.
Interessert i utvikling?
Bla gjennom koden, sjekk ut SVN-repositoriet, eller abonner på utviklingsloggen med RSS.
Endringslogg
1.0
- Initial release