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.

Basic Google Authorship

Descrizione

This plugin replaces author links of your posts with your Google+ Profile Link.
This allow your Google+ Profile picture to be displayed in Google search results.
It Works for single author and multi-author WordPress sites.

Installazione

This section describes how to install the plugin and get it working.
e.g.

  1. Extract and upload the `basic-google-authorship` directory into `/wp-content/plugins`
  2. Activate the plugin through the ‘Plugins’ menu in WordPress
  3. Each writer should update the “Contributor to” field in their Google+ profile to link to the website
  4. Update each author’s profile to include a link to their Google+ profile.
  5. In your WordPress theme replace “get_the_author()” by “do_shortcode(“[basic_google_authorship_name]”)” and “get_author_posts_url( get_the_author_meta( ‘ID’ ) )” by “do_shortcode(“[basic_google_authorship_link]”)”
  6. Confirm that your authorship is working properly by verifying with Google’s Rich Snippets tool.

Recensioni

Non ci sono recensioni per questo plugin.

Contributi e sviluppo

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

Collaboratori

Changelog (registro delle modifiche)

1.0.0

  • Initial commit