Thanks to visit codestin.com
Credit goes to github.com

Skip to content
This repository was archived by the owner on Nov 16, 2021. It is now read-only.

lowfill/fb_socialplugins

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FB Social Plugins

This plugin pretends to make easier for elgg developers use in their sites the new functionalites provided for the Facebook's Social plugins API

For now it only provides support for iframe method.

Support xfbml is planned

Status

This is an alpha release. Currently, this plugin allow you to:

  • Show like button to your site | page
  • Show a like_box to your site
  • Show activity related to your site
  • Show an life-stream related to a page or application

Usage

<?php
  echo elgg_view("fb_plugins/like");
  echo elgg_view("fb_plugins/like",array('action'=>'recommend'));
?>

For detalied examples take a look to the examples page at your site (http://localhost/pg/fb_plugins).

About

And elgg plugin to make easier to use the recently released Facebook's social plugins

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages