1.0.15 • Published 3 years ago

facebook-preview-component v1.0.15

Weekly downloads
32
License
ISC
Repository
-
Last release
3 years ago

Facebook Preview Component

Component written in VueJs that replicates the facebook ad preview avoiding expensive facebook api calls.

Installation

Package mode

npm i facebook-preview-component

CDN mode

https://unpkg.com/facebook-preview-component@1.0.2/dist/facebook-preview.min.js

Usage

<!--Head-->
<script src=".../facebook-preview.min.js"></script>
<!--Body-->
<facebook-preview></facebook-preview>
let componentEl   = document.getElementsByTagName('facebook-preview')
let props = ''

if (componentEl.length) {
    props = 'title'
    componentEl[0].setAttribute(props, '[title]')
    
    props = 'is_debug'
    componentEl[0].setAttribute(props, '')
}

Props

show_empty (boolean)  ('true','false')
is_debug (boolean) ('true','false')
is_carousel (boolean)  ('true','false')
is_video (boolean)  ('true','false')
is_mobile (boolean) ('true','false')
show_no_images (boolean) ('true','false')
title ('abc')
primary ('abc')
message ('abc')
avatar (url) ('http://...')
body ('[{"headline":"abc","website":"https://example.com","description":"abc","learnBtnTxt":"Learn More"}]')

Next steps

  • Link with input
  • Video preview

License

MIT

1.0.15

3 years ago

1.0.14

3 years ago

1.0.11

3 years ago

1.0.13

3 years ago

1.0.12

3 years ago

1.0.10

3 years ago

1.0.9

3 years ago

1.0.8

3 years ago

1.0.7

3 years ago

1.0.6

3 years ago

1.0.5

3 years ago

1.0.4

3 years ago

1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago