shtange / Fbplus
Licence: mit
FBplus.badge: alternative facebook badge for pages |
Stars: ✭ 36
Programming Languages
javascript
184084 projects - #8 most used programming language
Labels
Projects that are alternatives of or similar to Fbplus
Ultimate Metatags
A large snippet for your page's <head> that includes all the meta tags you'll need for OPTIMAL sharing and SEO. Extensive work has been put into ensuring you have the optimal images for the most important social media platforms.
Stars: ✭ 24 (-33.33%)
Mutual labels: facebook
Nativescript Keyframes
Facebook Keyframes plugin - if CSS animations don't cut it for ya
Stars: ✭ 32 (-11.11%)
Mutual labels: facebook
Vuepress Plugin Social Share
📣 Social sharing plugin for VuePress
Stars: ✭ 27 (-25%)
Mutual labels: facebook
Purple Facebook
Facebook protocol plugin for libpurple (moved from jgeboski/purple-facebook)
Stars: ✭ 924 (+2466.67%)
Mutual labels: facebook
Social Post Bundle
Symfony bundle to publish status updates on Facebook, LinkedIn and Twitter.
Stars: ✭ 35 (-2.78%)
Mutual labels: facebook
Afb instant articles
allfacebook Instant Articles - The WordPress Plugin for facebook instant articles.
Stars: ✭ 31 (-13.89%)
Mutual labels: facebook
Facepy
Facepy makes it really easy to use Facebook's Graph API with Python
Stars: ✭ 845 (+2247.22%)
Mutual labels: facebook
Friends Scraper
Scrapes the list of friends of a given Facebook account
Stars: ✭ 11 (-69.44%)
Mutual labels: facebook
Serverless Aws Cognito Login
Simple example project with instructions how to implement serverless login using AWS Cognito.
Stars: ✭ 26 (-27.78%)
Mutual labels: facebook
Ionic Firebase Chat
Create a Real Time Chat App with Ionic && Firebase
Stars: ✭ 33 (-8.33%)
Mutual labels: facebook
Facebook Messenger
Definitely the best way to make Bots on Facebook Messenger with Ruby
Stars: ✭ 927 (+2475%)
Mutual labels: facebook
Shrinktome
📘Shrink facebook by 5% every 10th second. You're welcome!
Stars: ✭ 15 (-58.33%)
Mutual labels: facebook
React Native Swipeable Cards Demo
Facebook-style swipeable cards with React Native Interactable.
Stars: ✭ 36 (+0%)
Mutual labels: facebook
Feeds
Importiert Daten aus API-Quellen wie Facebook, Instagram, Twitter, YouTube, Vimeo oder RSS (ehemals YFeed)
Stars: ✭ 34 (-5.56%)
Mutual labels: facebook
FBplus.badge
Alternative facebook badge for pages.
Caution!
Do not use the library on a live site. The library does not work properly. It is a consequence of changes in the facebook policy.
Screenshots
Using
Insert before the closing tag head:
<!-- Include widget styles -->
<link rel="stylesheet" href="css/fbplus.badge.css">
Insert widget code on your page:
<!-- Place this tag where you want the widget to render -->
<div id="FBplusBadge" data-width="240" data-href="https://facebook.com/{page name}" data-rel="page" data-theme="light" data-lang="en"></div>
<!-- Place this tag after the last widget tag -->
<script type="text/javascript">
(function() {
var po = document.createElement('script'); po.type = 'text/javascript'; po.async = true;
po.src = 'js/fbplus.badge.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(po, s);
})();
</script>
See demo as example.
Options
Options can be passed as a data attributes.
Name | Type | Default | Description |
---|---|---|---|
data-width | string | 240px | value in the range of 160 - 420 pixels |
data-href | string | --- | you can use full link on page or only name |
data-rel | string | page | currently widget is relevant only for facebook pages |
data-theme | string | light | accepts: 'light' or 'dark' |
data-lang | string | en | available values: 'en', 'de', 'fr', 'it', 'es', 'pt', 'ru', 'ua' |
Languages
NOTE: this list related to data attribute 'data-lang'.
Abbr | Language |
---|---|
en | English |
de | German |
fr | French |
it | Italian |
es | Spanish |
pt | Portuguese |
ru | Russian |
ua | Ukrainian |
Supported browsers
Google Chrome, Firefox, Safari, Opera, Internet Explorer 8+
Demo
Demo version here shtange.github.io/fbplus
Publications
Review on Habrahabr (russian language)
License
Released under the MIT License
Note that the project description data, including the texts, logos, images, and/or trademarks,
for each open source project belongs to its rightful owner.
If you wish to add or remove any projects, please contact us at [email protected].