You are here

fb-social-plugin.tpl.php in Facebook social plugins integration 7.2

Same filename and directory in other branches
  1. 6.2 theme/fb-social-plugin.tpl.php

fb-social-plugin.tpl.php Theme the more link

  • $plugin_type: the type of this plugin
  • $tag_name : the tagname of this plugin

File

theme/fb-social-plugin.tpl.php
View 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>