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:

  1. Installation of component Google AutoPing. At installation the opportunity of connection with a server blogsearch.google.com will be checked up.
  2. 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; ?>" />
  3. 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)

Related Posts

5 Responses to “Google AutoPing 1.0beta”

  1. 1
    JoomlaFrank Says:

    Will Web work with Joomla 1.5 Stable?

  2. 2
    _ib_ Says:

    No, this component was written for J1.0.x

  3. 3
    zapper-store Says:

    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

    In 1.5.4, two new content event triggers, the OnBeforeContentSave and OnAfterContentSave, were added. Joomla! extension developers are encouraged to take a look at these new functions in the Example Content Plugin. These extensions will make email notifications for new articles, ping, automatic posting of articles to social networks, news services, or group blog environments, archive development, and version management far easier to implement. We hope to see cool things emerge on JED soon.

  4. 4
    DB Says:

    great plugin, thanks!  does it work with static content?!

  5. 5
    haber Says:

    will u make a joomla 1.5 version of this script

You can follow any responses to this entry through the RSS 2.0 feed.

Leave a Reply