353

Product support

Visit this product's website for support.

  • Added on Nov 7, 2016
  • Current version: 1.0.4
  • Platform Compatibility
    v3.x not tested
    v2.x not tested
    v1.x use latest
  • Created by

Categories

Setting page

1. Settings

Settings

2. Add Disqus component to page:

2.1 Component Properties:

  • page_url: Page's canonical URL, optional, default is page url
  • page_id_prefix: Prefix of page ID, optional, default is an empty string. Ex: blog, page, item, product,...
  • page_id: Page's unique identifier, optional, default is page url, support external property values. Ex: {{ :slug }}, {{ :id }}, 123, 'contact',...

2.2 Passing variables to component:

Use component settings or manual passing: component settings

or

{% component 'disqus' page_id_prefix='blog_post' page_id=post.id %}

3. Result

result

  • Found the plugin useful on 28 Nov, 2016

    Super simple. Way easier than using the embed code. Surprised this isn't more popular.

  • Found the plugin useful on 18 Nov, 2016

    The best plugin of "Disqus". Thanks!

1.0.4

Fix bug in settings page

Nov 08, 2016

1.0.3

Add more settings and default values

Nov 08, 2016

1.0.2

Add plugin execution life cycle handler name, remove page variable, add LICENCE.md file.

Nov 07, 2016

1.0.1

Initialize plugin.

Nov 07, 2016

  1. Setting up Disqus sub domain on setting page
  2. Add Disqus component to pages
  3. Config Disqus component by component's settings or direct passing to code