Share buttons
-
So I really love this plugin, its awesome…
Share buttons need some work however. When sharing comments we are really sharing quotes and this can be improved upon.
1) The facebook share button doesn’t work at all. When sharing to FB you need an app ID… Here is the new line of code thats working for me, it would be good to have an option in the admin section to add your app ID.
Line 242:
$output .= in_array('fb', $this->optionsSerialized->shareButtons) ? '<a class="wc_tooltipster1" target="_blank" href="https://www.facebook.com/dialog/share?app_id=xxxxxxxx&display=popup"e=' . $authorName . ' - " ' . strip_tags($commentContent) . ' " ' . '&href=' . $commentLink . '" title="' . $this->optionsSerialized->phrases['wc_share_facebook'] . '">
2) Twitter needs an automatic url shortener
3) I haven’t got to google plus yet, but it also doesn’t currently include the comment (quote) when sharing.
Thanks for your great work on this plugin.
- The topic ‘Share buttons’ is closed to new replies.