Class: FastComments::Jekyll::UserActivityFeedTag

Inherits:
UserActivityTag show all
Defined in:
lib/fastcomments/jekyll/tags.rb

Class Method Summary collapse

Methods inherited from UserActivityTag

#render_widget

Methods inherited from ContainerTag

#render_widget

Methods inherited from BaseTag

page_scoped?, #render, #render_widget

Class Method Details

.specObject



99
100
101
102
103
104
105
106
# File 'lib/fastcomments/jekyll/tags.rb', line 99

def self.spec
  {
    container_tag: "div", container_id_prefix: "fc-activity",
    script_path: "/js/embed-user-activity.min.js", script_marker_attr: "data-fc-user-activity",
    global_name: "FastCommentsUserActivity",
    use_callback: true, error_label: "User Activity"
  }
end