Skip to content
forked from bolt/Disqus

[Bolt Extension] An extension to place Disqus comment threads on your site, when using `{{ disqus() }}` in your templates.

License

Notifications You must be signed in to change notification settings

BraindeadBZH/Disqus

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Disqus

The "Disqus" extension inserts a Disqus comment thread in your templates. Use it by simply placing the following in your template:

{{ disqus() }}

To include the current page's title, pass it as a parameter:

{{ disqus( record.title ) }}

In your overview and listing pages, you can include a link to the comments, where the 'Comment' text will be replaced with the actual amount of comments.

<a href="{{ disquslink(record.link) }}">Comment</a>

This is assuming record is the record. If not, replace it with the appropriate variable name.

About

[Bolt Extension] An extension to place Disqus comment threads on your site, when using `{{ disqus() }}` in your templates.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 100.0%