Questo plugin non è stato testato con le ultime 3 versioni principali (major releases) di WordPress. Potrebbe non essere più mantenuto, o supportato, e potrebbe presentare problemi di compatibilità se utilizzato con versioni più recenti di WordPress.

RideShare Importer

Descrizione

This plugin allows you to import your personal hisotry of rides from ride sharing services into individual posts. Currently, Uber is the only supported provider.

What gets Imported?

Each trip gets saved as a separate post with contents of:

  • Map image
  • Pickup & dropoff addresses
  • Trip duration
  • Trip mileage
  • Driver name
  • Fare and currency

More info is stored in post_meta:

  • Trip id (used to identify previously imported trips)
  • Full JSON data about the trip, as known from the imported file
  • Encoded map coordinates so you can render your own map in your theme or plugin

If plugin People & Places is active, it will be used to tag posts with driver profiles using its People taxonomy.

Imported File Format

Since there is no public API which could be used to retrieve the full history, this importer uses a file format generated by a browser extension RideShare Trip Stats (v2.2 or higher) which you must run on the website of the provider.

The RideShare Trip Stats extension is not associated with this plugin. It’s open source and you can install it from its Github repository or its Chrome Webstore listing.

This importer has been designed to work well together with other Keyring Social Importers by using similar ways to tag post with post_meta. The reason this importer is not included directly there is that it requires a JSON file to be manually exported and uploaded into the importer. All other importers in Keyring use an API connection but sadly, for ride sharing, API access is very limited.

Screenshot

  • Importer interface.
  • Example post generated by this plugin.

Installazione

  1. Upload rideshare-importer to the /wp-content/plugins/ directory
  2. Activate the plugin through the ‘Plugins’ menu in WordPress
  3. Navigate to Tools > Import, select RideShare and follow the instructions

Recensioni

Non ci sono recensioni per questo plugin.

Contributi e sviluppo

“RideShare Importer” è un software open source. Le persone che hanno contribuito allo sviluppo di questo plugin sono indicate di seguito.

Collaboratori

Traduci “RideShare Importer” nella tua lingua.

Ti interessa lo sviluppo?

Esplora il Codice segui il Repository SVN iscriviti al Log delle Modifiche. Puoi farlo tramite RSS con un lettore di feed.

Changelog (registro delle modifiche)

1.0

  • Initial release.