Skip to content

Your demo seems to be broken + I cannot seem to make Sticky buttons to appear #27

Description

@OdifYltsaeb

When I open the demo, then I only see 3 headlines and no share buttons.

When I Add

    <div>
        <StickyShareButtons
            config={{
                alignment: 'left', // alignment of buttons (left, right)
                color: 'social', // set the color of buttons (social, white)
                enabled: true, // show/hide buttons (true, false)
                font_size: 16, // font size for the buttons
                hide_desktop: false, // hide buttons on desktop (true, false)
                labels: 'counts', // button labels (cta, counts, null)
                language: 'en', // which language to use (see LANGUAGES)
                min_count: 0, // hide react counts less than min_count (INTEGER)
                networks: [
                    // which networks to include (see SHARING NETWORKS)
                    'linkedin',
                    'facebook',
                    'twitter',
                ],
                padding: 12, // padding within buttons (INTEGER)
                radius: 4, // the corner radius on each button (INTEGER)
                show_total: true, // show/hide the total share count (true, false)
                show_mobile: true, // show/hide the buttons on mobile (true, false)
                show_toggle: true, // show/hide the toggle buttons (true, false)
                size: 48, // the size of each button (INTEGER)
                top: 160, // offset in pixels from the top of the page
            }}
        />
    </div>

to my site, then I can see from react debug tools, that the component is rendered, but no visible buttons are there.

Alan

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions