PHP Classes

File: templates/github/buttons/html.php

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

Contents

Class file image Download
<iframe src="<?php echo $buttonUrl; ?>?user=<?php echo $username; ?>&repo=<?php echo $repository; ?>&type=<?php echo $type; ?><?php if ($count) echo '&count=true'; ?><?php if ($size) echo "&size={$size}"; ?>"
  allowtransparency="true" frameborder="0" scrolling="0" width="<?php echo $width; ?>px" height="<?php echo $height; ?>px"></iframe>