Feature #2303
Improve internal API
Start date:
09 Jun 2014
Due date:
% Done:
0%
External issue:
Description
Developers of third-party plugins should be able to add Open Graph and Twitter Cards to their pages +easily*. For this the code for generating Open Grapth and Twitter data should be moved to a nice API like:
<%= Meta.open_grapth(:article) do
title "#{topic.board.name}: #{topic.subject}"
description meta_description
author topic.author
images meta_images
published_time topic.created_on
modified_time topic.updated_on
url board_message_path(topic.board, topic, :only_path => false)
end %>
History
#1 Updated by Andriy Lesyuk over 10 years ago
- Description updated (diff)
#2 Updated by Andriy Lesyuk over 10 years ago
- Description updated (diff)