Google AutoPing 1.0beta
As I already wrote earlier, in Joomla! there are no tools for automatic pinging xml-rpc servers (e.g., blogsearch.google.com). I promised, that I’ll write a component which will correct this situation. Such component is not written yet, but I can offer you the beta-version of component “Google AutoPing” which sends “ping” to blogsearch.google.com at displaying of new pages or any changes in contents of pages (exactly at changes in mosMainBody, i.e. changes in contents of modules or templates replacement are not considered).
Installation of the component includes three stages:
- Installation of component Google AutoPing. At installation the opportunity of connection with a server blogsearch.google.com will be checked up.
- Modification in a file /includes/frontend.php: (line 289)
change line
<link rel="alternate" type="application/rss+xml" title="<?php echo $mosConfig_sitename; ?>" href="<?php echo $link_file; ?>" />
to
<link rel="alternate" type="application/rss+xml" title="<?php echo $mosConfig_sitename; ?>" href="<?php echo $link_file; $GLOBALS['rss_link']=$link_file; ?>" /> - Modification in a file /index.php: (line 279)
add at the end of file after
doGzip();
the line
require($mosConfig_absolute_path.'/administrator/components/com_googleautoping/autoping.php');
Download Google AutoPing:
ZIP: googleautoping.zip (TAR.GZ: googleautoping.tar.gz)
February 4th, 2008 at 2:25 pm
Will Web work with Joomla 1.5 Stable?
June 22nd, 2008 at 12:04 pm
No, this component was written for J1.0.x
August 8th, 2008 at 8:10 pm
It looks like pinging on content save/update is a real possibility now with Joomla! 1.5.5 —
From Joomla.org:
Content Triggers - OnBeforeContentSave and OnAfterContentSave
December 22nd, 2008 at 10:47 pm
great plugin, thanks! does it work with static content?!
January 10th, 2009 at 5:50 am
will u make a joomla 1.5 version of this script