class Tumblargh::Renderer::Blocks::Likes

{block:Likes} {/block:Likes} Rendered if you are sharing your likes. {Likes} Standard HTML output of your likes. {Likes limit=“5”} Standard HTML output of your last 5 likes. Maximum: 10 {Likes width=“200”} Standard HTML output of your likes with Audio and Video players scaled to 200-pixels wide. Scale images with CSS max-width or similar. {Likes summarize=“100”} Standard HTML output of your likes with text summarize to 100-characters. Maximum: 250

Public Instance Methods

likes() click to toggle source
# File lib/tumblargh/renderer/blocks.rb, line 258
def likes
end
should_render?() click to toggle source

TODO: Implementation

# File lib/tumblargh/renderer/blocks.rb, line 254
def should_render?
  false
end