fb-social-plugin.tpl.php in Facebook social plugins integration 7.2
Same filename and directory in other branches
fb-social-plugin.tpl.php Theme the more link
- $plugin_type: the type of this plugin
- $tag_name : the tagname of this plugin
2 theme calls to fb-social-plugin.tpl.php
- fb_social_box_view in ./
fb_social.module - returns the fbml content of the plugin
- fb_social_preset_view in ./
fb_social.module - returns the fbml content of the plugin
File
theme/fb-social-plugin.tpl.phpView source
<?php
/**
* @file fb-social-plugin.tpl.php
* Theme the more link
*
* - $plugin_type: the type of this plugin
* - $tag_name : the tagname of this plugin
*/
?>
<div class="fb-social-<?php
print $plugin_type;
?>-plugin">
<<?php
print $tag_name;
?> <?php
print drupal_attributes($options);
?>></<?php
print $tag_name;
?>>
</div>