Aleksandr Hovhannisyan

Results 147 comments of Aleksandr Hovhannisyan

@nebulaOW Are you comfortable sharing a sample of 1) your include file, and 2) some of the markdown where you're trying to use this?

Oh, I think I know the problem. It looks like you're using Liquid 4.0's [whitespace controls](https://shopify.github.io/liquid/basics/whitespace/): ```liquid {%- capture code -%}{% raw %}conditions { Is Dummy Bot(Event Player) == False;...

Did you include the script somewhere in the final output of your page? (e.g., in a layout file). I noticed you're using Minimal Mistakes based on the script at the...

Oh, I see, that's probably the problem; you'll need to include it in a layout that eventually renders the post page itself. If this is your layout file for the...

@gojimmypi Good catch, thank you! I've corrected this in 78efb68.

@sachinms91 I recommend setting up a JavaScript bundler like esbuild or Webpack so you can reference scripts rather than putting inline JS in the head. But that's beyond the scope...

@marek-grzymala Hi, thanks for posting; unfortunately, without additional context, I can't really help you determine what went wrong. The only thing I can think of is to make sure that...

@pippim It's been a while since I originally wrote this article. My current approach is to insert the buttons with JavaScript after the page loads. This makes positioning much easier,...

@solution-loisir Thanks, really glad to hear it! I've updated the post to mention `noscript` as an enhancement.