1.1.0 • Published 5 years ago

vue-facebook v1.1.0

Weekly downloads
37
License
MIT
Repository
-
Last release
5 years ago

Vue Facebook

Vue components that are meant to ease the integration of Facebook API to your Vue Application Demo

Features

  • Facebook Comments

Installation

npm install --save vue-facebook

Usage

// src/main.js
import Vue from 'vue';
import VueFacebook from 'vue-facebook';

Vue.use(VueFacebook)

or

<script src="https://unpkg.com/vue"></script>
<script src="https://unpkg.com/vue-facebook"></script>
<script>
new Vue(
	{
		el: '#app'
	}
)
</script>

In Vue/HTML template

<template>
    <div class="content">
        <div class="post">
            <!-- Article -->
        </div>
        <fb-comment url="your-url.com/post-slug" />
    </div>
</template>

Contribute

All contributions are welcomed, but hey before working on a feature, please kindly suggest it as a new issue. Or a tweet @malicoklash

And remember Clean code Rocks.

Author

  • Malico

License

MIT

1.1.0

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

0.2.5

5 years ago

0.2.4

5 years ago

0.2.2

5 years ago

0.2.1

5 years ago

0.2.0

5 years ago

0.1.0

5 years ago

0.0.0

5 years ago