Advertisement
Guest User

Untitled

a guest
Jul 22nd, 2017
47
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.36 KB | None | 0 0
  1. <?php
  2.  
  3. $this->widget('ext.faceplugs.LikeButton', array(
  4. 'url' => $this->createAbsoluteUrl('/'),
  5. 'og ' => array(
  6. 'title' => 'The coolest site on the WWW',
  7. 'site_name' => 'My Awesome Site',
  8. ),
  9. 'layout' => 'button_count',
  10. 'action' => 'recommend',
  11. 'colorscheme' => 'dark',
  12. ));
  13. ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement