Forum Replies Created

Viewing 5 replies - 1 through 5 (of 5 total)
  • keithbarrett

    (@keithbarrett)

    This plugin is designed so much better than what I had in mind. Thanks!

    Can you add a configuration option? Google+ started on 6/28/2011. On my blog I only want the G+ tab to appear on or after that date (giving priority to displaying the older comments), so I’ve added the following logic to the container file:
    foreach ($tab_order as $tab) {
    $displayTab = true;
    $date1 = “2011-06-28”; // G+ started 6/28/2011
    $date2 = $post->post_date;

    if (($tab === ‘gplus’) && ($date2 < $date1)) $displayTab = false;

    if ($displayTab) {

    It would be great to just have this as a checkbox config option. My blog goes back before Facebook also so I’m debating whether I should do the same for facebook (September 26, 2006)

    keithbarrett

    (@keithbarrett)

    The plugin doesn’t seem to affect my VidcastNetwork RSS feed either 🙁

    No that renaming your folders does not affect the installed plugins.

    Try moving (renaming) the plugin folders OUT of the plugins directory. For example:
    cd to plugins
    create a subdir named temp
    move all plugins there temporarily

    reload the wp-admin page.

    I also encountered this problem. I figured out that it was happening anytime I had specific open tags (such as “pre” or “blockquote”) before a “<!–more–>” statement. For some reason that condition carries into sociable’s formatting and causes sociable to list the icons vertically.

    My work-around was to close all tags before the “more” and re-open them again. I don’t always get my desired formatting but socialable always looks right.

    I also cannot get this plug-in to work under IE, and I have tried all sorts of code hacks and CSS manipulations. And yes; I had th language setting in the header.

    I’m amazed that it was released with so much unreliability in a common browser, as bad as IE is.

    I’ll keep checking back here for an answer, and I’ll post one if I get it.

    — Keith
    http://keithbarrett.com

Viewing 5 replies - 1 through 5 (of 5 total)