This page last changed on Oct 18, 2011 by jed.wheeler@involver.com.
Overview
Allows you to add a facebook send button to your content items. This ties in with Facebook's OpenGraph infrastructure and accepts all of the parameters as the social plugin.
Caching Considerations
There are no caching considerations.
Attributes
name |
type |
required |
description |
font |
string |
false |
Options: 'arial', 'lucida grande', 'segoe ui', 'tahoma', 'trebuchet ms', 'verdana' |
colorscheme |
string |
false |
Options: 'light', 'dark' |
ref |
string |
false |
A label for tracking referrals, this is added as params on the link |
href |
string |
false |
Allows you to override the url to be sent |
Examples
{% you_tube_feed %}
{% assign item = you_tube_feed.featured_item %}
<div class="player-wrapper">
{% flash_embed swfsrc:item.you_tube_embed.embed_url imgsrc:item.you_tube_embed.preview_image_url height:360 width:480 %}
</div>
<h3>{{ item.title }}</h3>
<div class="send-wrapper">{% facebook_send item %}</div>
{% endyou_tube_feed %}
Related Topics
|