Socket
Socket
Sign inDemoInstall

vue-cli-plugin-oembed

Package Overview
Dependencies
23
Maintainers
1
Versions
16
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    vue-cli-plugin-oembed

Vue plugin for social media oEmbed. This plugin was developed for supporting latest facebook / instagram oembed api changes.


Version published
Maintainers
1
Install size
14.0 MB
Created

Readme

Source

Oembed

Vue plugin for social media oEmbed. This plugin was developed for supporting latest facebook / instagram oembed api changes.

Supported Oembed API

  • Facebook
  • Instagram

Installation Guide

npm i vue-cli-plugin-oembed

Usage

main.js

import Vue from './App.vue';
import Oembed from 'vue-cli-plugin-oembed';
Vue.use(Oembed);

Html

<instagram-oembed 
	url="https://www.instagram.com/p/CJD5bFMBt8S/" 
	app_id="Your App ID" 
	app_secret="Your App Secret"
></instagram-oembed>
<facebook-oembed 
	url="https://www.facebook.com/POTUS/posts/1511527275583374"
	app_id="Your App ID" 
	app_secret="Your App Secret"
></facebook-oembed>
<tiktok-oembed url="https://www.tiktok.com/@scout2015/video/6718335390845095173"></tiktok-oembed>

FAQs

Last updated on 27 Sep 2022

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc