Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/automattic/media-explorer
With Media Explorer, you can now search for tweets and videos on Twitter and YouTube directly from the Add Media screen in WordPress.
https://github.com/automattic/media-explorer
twitter wordpress wordpress-plugin wpvip-plugin youtube
Last synced: 29 days ago
JSON representation
With Media Explorer, you can now search for tweets and videos on Twitter and YouTube directly from the Add Media screen in WordPress.
- Host: GitHub
- URL: https://github.com/automattic/media-explorer
- Owner: Automattic
- Created: 2013-07-09T19:45:59.000Z (over 11 years ago)
- Default Branch: main
- Last Pushed: 2023-08-27T16:19:59.000Z (about 1 year ago)
- Last Synced: 2024-10-07T11:19:02.119Z (29 days ago)
- Topics: twitter, wordpress, wordpress-plugin, wpvip-plugin, youtube
- Language: PHP
- Homepage:
- Size: 574 KB
- Stars: 126
- Watchers: 124
- Forks: 30
- Open Issues: 25
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Media Explorer
==============
Media Explorer gives you the ability to insert content from social media
services in your posts.Setup
-----
In order to get this working in your WordPress installation, you have to follow
the next steps:* Clone this repo in the plugins folder of your WordPress install with `git
clone https://github.com/Automattic/media-explorer.git`.
* Get your credentials:
* [Twitter](https://dev.twitter.com)
* [Instagram](https://instagram.com/developer).
* [YouTube](https://developers.google.com/youtube/v3/).
* For YouTube, you'll have to create or use an existing project in your [Google Developers Console](https://cloud.google.com/console/project)
* Ensure that this project has the "YouTube Data API v3" API enabled.
* Create and use a public access API Key for your project.
* Write your credentials in [mexp-creds.php](https://github.com/Automattic/media-explorer/blob/master/mexp-creds.php)
* Activate the "MEXP oAuth Creditials" plugin to enable the configured API keys.
* Enjoy!