Class: Tumblargh::Renderer::Blocks::Likes

Inherits:
Tumblargh::Renderer::Base show all
Defined in:
lib/tumblargh/renderer/blocks.rb

Overview

block:Likes /block:Likes Rendered if you are sharing your likes. Likes Standard HTML output of your likes. limit=“5” Standard HTML output of your last 5 likes. Maximum: 10 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. summarize=“100” Standard HTML output of your likes with text summarize to 100-characters. Maximum: 250

Instance Attribute Summary

Attributes inherited from Tumblargh::Renderer::Base

#context, #node, #options

Instance Method Summary collapse

Methods inherited from Tumblargh::Renderer::Base

#context_post, contextual_tag, #escape_html, #escape_url, #initialize, #method_missing, #render, #strip_html

Constructor Details

This class inherits a constructor from Tumblargh::Renderer::Base

Dynamic Method Handling

This class handles dynamic methods through the method_missing method in the class Tumblargh::Renderer::Base

Instance Method Details

#likesObject



258
259
# File 'lib/tumblargh/renderer/blocks.rb', line 258

def likes
end

#should_render?Boolean

TODO: Implementation

Returns:



254
255
256
# File 'lib/tumblargh/renderer/blocks.rb', line 254

def should_render?
  false
end