Extends author contact methods in WordPress (Facebook, Twitter, Google+, LinkedIn, Pinterest, Flattr).
- Download the ZIP
- Install the plugin in WordPress by either uploading the unzipped plugin folder via (S)FTP or uploading the ZIP directly via the Plugins page in the WordPress back-end
- Activate the plugin
- 0.0.2
- Add Flattr
- 0.0.1
- Initial version
<?php the_author_meta('facebook') ?>
<?php the_author_meta('twitter') ?>
<?php the_author_meta('google_plus') ?>
<?php the_author_meta('linkedin') ?>
<?php the_author_meta('pinterest') ?>
<?php the_author_meta('flattr') ?>
<a href="https://plus.google.com/<?php the_author_meta('google_plus') ?>" rel="author">
<?php the_author() ?>
</a>
<a href="http://fb.com/<?php the_author_meta('facebook') ?>">
<?php the_author() ?> on Facebook
</a>
<a href="https://twitter.com/<?php the_author_meta('facebook') ?>">
<?php the_author() ?> on Facebook
</a>
<a href="https://flattr.com/submit/auto?url=<?php echo rawurlencode(get_permalink()) ?>&user_id=<?php the_author_meta('flattr') ?>&category=text&title=<?php echo rawurlencode(get_the_title()) ?>" target="_blank">Flattr this!</a>
Copyright (c) 2015 websperts
Licensed under the MIT license.
See LICENSE for more info.