Facebook Like buttons not displaying when loaded hidden

前端 未结 10 2111
梦毁少年i
梦毁少年i 2020-12-15 04:18

I\'m a bit stuck with this one. I have an article list with snippets that link off to the full article. when you hover over each blurb a bar appears at the bottom of the blu

10条回答
  •  轻奢々
    轻奢々 (楼主)
    2020-12-15 04:30

    The opacity method works, however, the buttons are live on the page, just not visible.

    So if you have the div with opacity 0 overlapping anything else you need to click on, you will click the hidden buttons by accident.

    I was hoping this method would work, sadly for my site it doesn't due to this.

提交回复
热议问题