Title: XING for WordPress
Author: Gaston Salgueiro
Published: <strong>സെപ്റ്റംബർ 19, 2014</strong>
Last modified: ഏപ്രിൽ 17, 2015

---

Search plugins

![](https://ps.w.org/share-on-xing/assets/banner-772x250.jpg?rev=1082158)

This plugin **hasn’t been tested with the latest 3 major releases of WordPress**.
It may no longer be maintained or supported and may have compatibility issues when
used with more recent versions of WordPress.

![](https://ps.w.org/share-on-xing/assets/icon-256x256.jpg?rev=1082158)

# XING for WordPress

 By [Gaston Salgueiro](https://profiles.wordpress.org/gastonsalg/)

[Download](https://downloads.wordpress.org/plugin/share-on-xing.1.2.4.zip)

 * [Details](https://ml.wordpress.org/plugins/share-on-xing/#description)
 * [Reviews](https://ml.wordpress.org/plugins/share-on-xing/#reviews)
 *  [Installation](https://ml.wordpress.org/plugins/share-on-xing/#installation)
 * [Development](https://ml.wordpress.org/plugins/share-on-xing/#developers)

 [Support](https://wordpress.org/support/plugin/share-on-xing/)

## Description

This plugin enables the XING Share Button and the Follow Button on your WordPress
website. It allows to include the buttons on your home page, pages and/or posts.
It also enables widgets and handy shortcodes. Your visitors will be able to share
your content on their news feed, as well as start following your News or Company
page on XING.

#### XING Share button

The main feature of this plugin allows you to include the XING Share Button on your
posts and pages. You’ll find all the configuration options under the `XING for WP`
menu option on your WP Admin interface.
 You can decide where to show the button-
home page, posts and/or pages-, it’s position, and pick your favourite layout.

#### XING Share widget

This plugin includes a widget to easily display the XING Share Button on any widget
area your current Theme enables.

#### XING Share shortcode

Add a XING Share Button using a shortcode inside your post or theme. The button 
generated by the shortcode can be configured individually.

    ```
    [xing_share]
    ```

Optional configuration:

The `layout` option defines the look of the button, determined by counter position
and shape. Possible values are:

With counters

 * `share-top` rectangular shape, “Share”/”Teilen” labeled, with counter balloon
   on top
 * `share-right` rectangular shape, “Share”/”Teilen” labeled, with counter balloon
   on the right
 * `square-top` square shape, no label, with counter balloon on top
 * `square-right` square shape, no label, with counter balloon on the right

Without counters

 * `share` rectangular shape, “Share”/”Teilen” labeled
 * `square` square shape, no label

The `lang` option defines the language in which the information shown by the button
is displayed. Default value is `en` (English), can be set to `de` (German).

The `url` option defines the URL to be shared when clicking the button. Needs to
be a valid URL. Current URL is used if none is provided.

The `follow_url` option sets the URL of the XING News or Company page for the [Follow button](https://dev.xing.com/plugins/follow)
displayed on the success page after sharing.

Here’s a full example:

    ```
    [xing_share layout="share-top" lang="de" url="https://wordpress.org/plugins/share-on-xing/" follow_url="https://www.xing.com/news/pages/marketing-werbung-44"]
    ```

#### XING Follow button

It is now possible to configure the XING Follow button to allow your visitors to
follow your News or Company page on XING. It can be displayed next to the Share 
button on the blog’s home, posts and/or pages, next to the Share button.

#### Follow on XING widget

This plugin includes a widget to easily display the XING Follow Button on any widget
area your current Theme enables.

#### Contributing

The source code of this plugin can be found on this [GitHub account](https://github.com/gastonsalg/share-on-xing.git).

Pull requests, code discussions and features requests are more than welcome!

## Screenshots

 * [[
 * Settings page
 * [[
 * XING Share applied on a post

## Installation

 1. Install the plugin either via the WordPress.org plugin directory, or by uploading
    the files to your server (in the `/wp-content/plugins/` directory).
 2. You should be able to start using the XING Share Button and the Follow button after
    enabling the plugin. Check available configuration options under the `XING for 
    WP` menu option in your WordPress Admin interface.
 3. No further actions are needed! Check the Appearance > Widgets section to find out
    more about the widget and take a look at the shortcode documentation.

## FAQ

  Why is there no content shown on the preview when sharing? How do I customize 
what is shared?

The XING Share Button uses the Open Graph tags on your page header to gather the
title, the description and an image (if any) and use them to build the shared item.
If these are not present, no information will be shown within the preview. There
are several plugins which might help you setting the Open Graphs tag headers properly.

  Further questions?

You will find more information about the XING Share Button, the Follow button and
other plugins in the official [Developer Portal](https://dev.xing.com/).
 Always
feel free to contact us!

## Reviews

ഈ പ്ലഗിന് റിവ്യൂകൾ ഒന്നുമില്ല.

## Contributors & Developers

“XING for WordPress” is open source software. The following people have contributed
to this plugin.

Contributors

 *   [ Gaston Salgueiro ](https://profiles.wordpress.org/gastonsalg/)

[Translate “XING for WordPress” into your language.](https://translate.wordpress.org/projects/wp-plugins/share-on-xing)

### Interested in development?

[Browse the code](https://plugins.trac.wordpress.org/browser/share-on-xing/), check
out the [SVN repository](https://plugins.svn.wordpress.org/share-on-xing/), or subscribe
to the [development log](https://plugins.trac.wordpress.org/log/share-on-xing/) 
by [RSS](https://plugins.trac.wordpress.org/log/share-on-xing/?limit=100&mode=stop_on_copy&format=rss).

## Changelog

#### 1.2.4

 * Minor documentation updates

#### 1.2.3

 * Prevents the Follow button from being activated if no or an invalid ‘URL to follow’
   value is provided
 * Minor improvements

#### 1.2.2

 * Renamed to ‘XING for WordPress’
 * Extended with the [Follow plugin](https://dev.xing.com/plugins/follow)
 * Includes the Follow on XING widget

#### 1.2.0 & 1.2.1

 * Broken releases due to missing files.

#### 1.1.0

 * Adds support to render the [Follow plugin](https://dev.xing.com/plugins/follow)
   on the success page displayed after sharing

#### 1.0.13 (Internal release)

 * Removes the ‘XING’ label options since the plugin does not support them anymore

#### 1.0.12

 * Fixes styling for the label displayed next to the button

#### 1.0.11

 * Minor improvements and fixes

#### 1.0.10

 * Configuration page is now available on the main menu

#### 1.0.8 & 1.0.9

 * Implements the new XING Share Button
 * Extends plugin configuration options to support new plugin features
 * Fixes Settings page on older WordPress versions

#### 1.0.7

 * Fixes default layout setting

#### 1.0.6

 * Consistent versioning

#### 1.0.5

 * Fixes link to the plugin settings page on the Plugins list.

#### 1.0.4

 * Minor fixes

#### 1.0.3

 * Fixes plugin installation through WP Admin plugins manager

#### 1.0.1 & 1.0.2

 * Minor documentation improvements

#### 1.0

 * Initial release

## Meta

 *  Version **1.2.4**
 *  Last updated **11 വര്‍ഷങ്ങള്‍ ago**
 *  Active installations **10+**
 *  WordPress version ** 3.4 അല്ലെങ്കില്‍ അതിലും ഉയര്‍ന്നത് **
 *  Tested up to **4.1.42**
 *  Language
 * [English (US)](https://wordpress.org/plugins/share-on-xing/)
 * Tags
 * [page](https://ml.wordpress.org/plugins/tags/page/)[post](https://ml.wordpress.org/plugins/tags/post/)
   [share](https://ml.wordpress.org/plugins/tags/share/)[social](https://ml.wordpress.org/plugins/tags/social/)
   [xing](https://ml.wordpress.org/plugins/tags/xing/)
 *  [Advanced View](https://ml.wordpress.org/plugins/share-on-xing/advanced/)

## Ratings

No reviews have been submitted yet.

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

[See all reviews](https://wordpress.org/support/plugin/share-on-xing/reviews/)

## Contributors

 *   [ Gaston Salgueiro ](https://profiles.wordpress.org/gastonsalg/)

## Support

Got something to say? Need help?

 [View support forum](https://wordpress.org/support/plugin/share-on-xing/)