recently_pinged_on Plugin
A plugin for adding 'recently_pinged_on' option to MTEntries container
The default MTEntries container tag does not have a function listing up recent incoming TB pings, as opposed to recent incoming comments. This plugin adds "recently_pinged_on" option to MTEntries and allows you to list up recent incoming pings as like comments.
EXAMPLE
<dl>
<MTEntries recently_pinged_on="10">
<dt><a href="<$MTEntryLink$>"><$MTEntryTitle$></a></dt>
<MTPings lastn="5">
<dd><a href="<$MTPingURL$>" rel="nofollow"><$MTPingBlogName$>: <$MTPingTitle$></a></dd>
</MTPings>
</MTEntries>
</dl>
SEE ALSO
Ogawa::Memoranda: recently_pinged_on Plugin (Totally in Japanese)
LICENSE
This code is released under the Artistic License. The terms of the Artistic License are described at http://www.perl.com/language/misc/Artistic.html.
AUTHOR & COPYRIGHT
Copyright 2005, Hirotaka Ogawa (hirotaka.ogawa at gmail.com)
Comments
Hello
I'd like to have other blogs ping my blog and show a list of these blogs. So I could ask them to ping me when they update their blogs and show it to others. Is that possible ?
thanks
Leo
Posted by: lf777 | May 18, 2005 12:36 PM
I'm not sure what you really want to do, but, does the example in this article satisfy your requirement?
Or, you'd like to list every other blogs which sent pings to your blog, just one time? I mean, suppose blogA pings to your blog and then blogB pings to yours and then blogB pings to yours again. In this case, you wanted to list just blogB and blogA?
Posted by: (o) | May 18, 2005 04:16 PM