• After all the help I’ve gotten from these forums, I think I’ve finally got something that I can “give back.” It’s not much, but here it is:

    I think I’ve managed to “widgetize” Share and Follow’s Facebook “likes” button. You’ll have to install the Share and Follow plugin and configure it. You’ll also have to install the PHP Code plugin, which will let you execute PHP code in a widget.

    With that installed and activated, just create a PHP Code widget and then copy this code into it:

    <?php
    // Widgetization of the Facebook Like button
    echo ShareAndFollow::doLikeiFrame($postid)
    ?>

    Seems to work OK for me. I hope it works for you!

  • The topic ‘[Plugin: Share and Follow]: Widgetizing the Facebook likes button’ is closed to new replies.