WP-AutoSharePost

0

About this Plugin A wordpress plugin to automatically share posts via twitter and facebook with a CommentGrabber to grab all comments posted on a facebook post which is connected with a

Version
Last updated
Active installations
WordPress Version
Tested up to
Rating
Total ratings
Tag
This plugin is outdated and might not be supported anymore.

Description

About this Plugin

A wordpress plugin to automatically share posts via twitter and facebook with a
CommentGrabber to grab all comments posted on a facebook post which is connected
with a blog post. The Comment Grabber requires wp-cron to run as a real cronjob
to work properly. See “Getting Started
under “Installation
to get more information.

Special Thanks

I want to thank all my colleageus at Checkdomain who
supported me to create this WordPress-Plugin

Feedback

Any feedback, comments or improvements are welcome. Feel free to contact me at
b.paap@checkdomain.de

If you have found any bugs or want to support this project with your bugfixes feel
free to fork this project and do a pull request. I will then review your changes
and merge them.

Future Plans

As soon as Google releases their API for Google+ I will implement a possibility
to share posts to Google+ as well.

If you have any whishes for more social networks/platforms to be included feel
free to contact me at b.paap@checkdomain.de

Information for Theme Designers

If you want to support this plugin in your theme and give facebook comments a
special appeareance you can check with something like this, if the current
comment is a facebook comment:

<?php if ($comment->comment_type == 'facebook'): ?>