• Resolved kerdezo

    (@kerdezo)


    Hi forum members,

    Anyone knows by chance which plugin displays a nearly full main content area wide ‘Share on Facebook ” button? I saw it some weeks ago on a Hueman page, but cant figure out where.
    Thx

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi kerdezo. There are some large FB images here. You could use something like that in your post and create your own link.

    Thread Starter kerdezo

    (@kerdezo)

    Hi,bdbrown,
    I saw something like this but on a wp /Hueman/ site.

    https://www.mindenegybenblog.hu/idezetek/anyam-mosolyaban-benne-volt-az-elet

    At the end of the post an about 600×80 fb share widget with counter. Guess what I saw formerly on the Hueman site was also generated by a plugin.

    The site on the link you posted above is actually using an image for the rectangle background, and this css:

    a.fb_share_block {
        background: url(../siteimages/fb_bg.jpg) 0 0 repeat-x;
        width: 93%;
        height: 68px;
        border: 2px solid #4a6ea9;
        color: #FFF;
        display: block;
        margin: 1em 3%;
        font-size: 18px;
        line-height: 68px;
        clear: both;
        transition: background 1s linear;
        -webkit-transition: background 1s linear;
        -moz-transition: background 1s linear;
        -o-transition: background 1s linear;
    }

    The FB icon is actually 15.5 x 60 px and is positioned left using this css:

    .fb_share_block span.fb_logo {
        font-size: 40px;
        margin: 0 10px 0 20px;
        display: inline-block;
        float: left;
    }

    Perhaps you can find something similar in the plugins listed here:
    https://boostlikes.com/blog/2015/10/31-best-facebook-plugins-wordpress

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Extra wide fb share button for Hueman’ is closed to new replies.