Title: Pingcrawl
Author: mikegogulski
Published: <strong>Ọ̀wàrà 4, 2009</strong>
Last modified: Ọ̀wàrà 4, 2009

---

Ṣàwárí àwọn plugin

Plugin yìí **kò tíì ṣe àyẹ̀wò pẹ̀lú àwọn ìtújáde mẹ́ta pàtàkì tó kẹ́yìn ti WordPress**.
Ó lè jẹ́ pé a kò tọ́jú tàbí ṣe àtìlẹ́yìn fún un mọ́, ó sì lè ní àwọn ọ̀ràn ìbámu
nígbà tí a bá lò ó pẹ̀lú àwọn ẹ̀yà WordPress tuntun.

![](https://s.w.org/plugins/geopattern-icon/pingcrawl.svg)

# Pingcrawl

 Láti ọwọ́ [mikegogulski](https://profiles.wordpress.org/mikegogulski/)

[Ṣe ìgbàsílẹ̀](https://downloads.wordpress.org/plugin/pingcrawl.zip)

 * [Àwọn àlàyé](https://yor.wordpress.org/plugins/pingcrawl/#description)
 * [Àwọn àgbéyẹ̀wò](https://yor.wordpress.org/plugins/pingcrawl/#reviews)
 *  [Ìgbéwọlẹ̀](https://yor.wordpress.org/plugins/pingcrawl/#installation)
 * [Ìdàgbàsókè](https://yor.wordpress.org/plugins/pingcrawl/#developers)

 [Ìrànlọ́wọ́](https://wordpress.org/support/plugin/pingcrawl/)

## Àpèjúwe

Pingcrawl aims to replicate WordPress.comÌtumọ̀ Yorùbá: ’s “Possibly related posts”
capability. It queries Google Blog Search for related blog posts (based on tags,
or the post title if there are no tags), tries to verify that they are pingback/
trackback compatible sites and, if so, adds links to such posts to the end of each
blog post where it is invoked.

Scope-limiting configuration options are included to enable Pingcrawl to fit any
WordPress installationÌtumọ̀ Yorùbá: ’s memory/execution time budget.

### Licence

Pingcrawl is free software released under the GPL. If you find it valuable, youÌtumọ̀
Yorùbá: ’re invited to make a [small donation](http://www.nostate.com/support-nostatecom/)
toward its ongoing support and maintenance.

## Àwọn àwòrán ìbòjú

[[

[[

## Ìgbéwọlẹ̀

 1. Download the plugin and extract the contents of the ZIP file to the wp-content/
    plugins/ folder. Alternately, use automatic installation from WordPressÌtumọ̀ Yorùbá:’
    s admin screens.
 2. Activate the plugin through the ‘Plugins’ menu in WordPress
 3. Go to Settings -> Pingcrawl to configure options.

## FAQ

  Why does it take so long to post articles now?

Pingcrawl needs to fetch and process a lot of web pages in order to do its job. 
Get patient.

  Why do I get a “Page not found” error when posting?

The script is either running out of memory or executing for too long.

This can be remedied in two ways:

 * Reduce the max tags, max pings per tag and/or Google hits options.
 * Increase PHPÌtumọ̀ Yorùbá: ’s `max_execution_time` and/or `memory_limit` in your
   php.ini.

  How can I prevent Pingcrawl from running on a given post?

Two ways:

 * Disable the plugin until you want to use it again.
 * Before publishing the post, create a custom field called ‘pingcrawl_pinged’ and
   set its value to ‘1’.

  How can I re-ping a given post?

Delete the ‘pingcrawl_pinged’ custom field from the post.

  Why donÌtumọ̀ Yorùbá: ’t my pingbacks/trackbacks show up at the sites IÌtumọ̀ 
Yorùbá: ’m pinging?

 * Blog owners may delete your ping/trackbacks.
 * Blog owners may mark your ping/trackbacks as spam.
 * If youÌtumọ̀ Yorùbá: ’ve been spammy with pings in the past, your new pings might
   be marked as spam by anti-ping-spam plugins.

## Àwọn àgbéyẹ̀wò

Kò sí àwọn àgbéyẹ̀wò fún plugin yìí.

## Àwọn Olùkópa & Olùgbéejáde

“Pingcrawl” jẹ́ ètò ìṣàmúlò orísun ṣíṣí sílẹ̀. Àwọn ènìyàn wọ̀nyí ti ṣe ìkópa sí
plugin yìí.

Àwọn Olùkópa

 *   [ mikegogulski ](https://profiles.wordpress.org/mikegogulski/)

[Túmọ̀ “Pingcrawl” sí èdè rẹ.](https://translate.wordpress.org/projects/wp-plugins/pingcrawl)

### Ṣe o nífẹ̀ẹ́ sí ìdàgbàsókè?

[Ṣàwárí koodu](https://plugins.trac.wordpress.org/browser/pingcrawl/), ṣàyẹ̀wò [ibi ìpamọ́ SVN](https://plugins.svn.wordpress.org/pingcrawl/),
tàbí ṣe àgbékalẹ̀ sí [àkọsílẹ̀ ìdàgbàsókè](https://plugins.trac.wordpress.org/log/pingcrawl/)
nípasẹ̀ [RSS](https://plugins.trac.wordpress.org/log/pingcrawl/?limit=100&mode=stop_on_copy&format=rss).

## Àkọsílẹ̀ àwọn àyípadà

#### 3.1

 * Released to wordpress.org

#### 3.0

 * My initial release based on version [2.8 alpha](http://joshteam.wordpress.com/2009/06/17/pingcrawl2/)
   by [Josh Team](http://joshteam.wordpress.com/).
 * Stripped down version requires PHP5, WP2.7 (at least, for the new HTTP API; **
   untested below 2.8.4**).
 * No database tables; ping information is all stored in post metadata.
 * Admin menus cleaned up, made to reflect plugin functionality.
 * Ignores blogsearch results containing: htm, html, blogspot, livejournal, ning.
   com, aspx, vbulletin (which rarely if ever accept WP ping notifications).
 * If no pingable posts for a tag are found, no output is added.
 * If no pingable posts at all are found, nothing at all is added.
 * Minimal debugging available through PHP error logging if function mjg() is enabled
   by uncommenting it in the source.
 * Stripped out code that original author(s) were using to attract links to their
   own sites.

## Àkójọpọ̀ Meta

 *  Ẹ̀yà **3.1**
 *  Ìgbàgbọ́hùn tó kẹ́yìn **ọdún 17 sẹ́yìn**
 *  Àwọn ìgbéwọlẹ̀ tó ṣiṣẹ́ **10+**
 *  Ẹ̀yà WordPress ** 2.8 tàbí ju bẹ́ẹ̀ lọ **
 *  Dánwò dé **2.8.4**
 *  Èdè
 * [English (US)](https://wordpress.org/plugins/pingcrawl/)
 * Àwọn àmì
 * [google](https://yor.wordpress.org/plugins/tags/google/)[pingback](https://yor.wordpress.org/plugins/tags/pingback/)
   [seo](https://yor.wordpress.org/plugins/tags/seo/)[tags](https://yor.wordpress.org/plugins/tags/tags/)
   [trackback](https://yor.wordpress.org/plugins/tags/trackback/)
 *  [Ìwòye Tó Péye](https://yor.wordpress.org/plugins/pingcrawl/advanced/)

## Àwọn ìbò

Kò sí ìwádìí tí a tíì fi ránṣẹ́.

[Your review](https://wordpress.org/support/plugin/pingcrawl/reviews/#new-post)

[See all reviews](https://wordpress.org/support/plugin/pingcrawl/reviews/)

## Àwọn Olùkópa

 *   [ mikegogulski ](https://profiles.wordpress.org/mikegogulski/)

## Ìrànlọ́wọ́

Nǹkan wà tí o fẹ́ sọ? Ṣé o nílò ìrànlọ́wọ́?

 [Wo àpéjọ ìrànlọ́wọ́](https://wordpress.org/support/plugin/pingcrawl/)

## Ṣe ìtọrẹ

Ṣé o fẹ́ ṣe àtìlẹ́yìn fún ìlọsíwájú plugin yìí?

 [ Ṣe ìtọrẹ sí plugin yìí ](http://www.nostate.com/support-nostatecom/)