PHP Classes

File: templates/facebook/buttons/html5.php

Recommend this page to a friend!
  Classes of Mike   PHP Socializer   templates/facebook/buttons/html5.php   Download  
File: templates/facebook/buttons/html5.php
Role: Auxiliary script
Content type: text/plain
Description: Class source
Class: PHP Socializer
Embed social buttons and widgets in Web pages
Author: By
Last change:
Date: 11 years ago
Size: 404 bytes
 

Contents

Class file image Download
<div class="fb-like"
    data-href="<?php echo $url; ?>"
    data-send="<?php echo $sendButton ? 'true' : 'false'; ?>"
    data-width="<?php echo $width; ?>"
    data-show-faces="<?php echo $showFaces ? 'true' : 'false'; ?>"
    data-layout="<?php echo $layout; ?>"
    <?php if ($font): ?>
font="<?php echo $font; ?>"
    <?php endif; ?>
data-colorscheme="<?php echo $colorScheme; ?>"></div>