This repository was archived by the owner on Jan 19, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathreadme.txt
More file actions
53 lines (33 loc) · 2.12 KB
/
readme.txt
File metadata and controls
53 lines (33 loc) · 2.12 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
=== Plugin Name ===
Contributors: vine,niallkennedy
Tags: vine, video, embed
Requires at least: 3.7
Tested up to: 4.2
Stable tag: 1.0.1
License: MIT
License URI: http://opensource.org/licenses/MIT
(deprecated) Official Vine plugin for WordPress. Features now included in Twitter plugin for WordPress. Requires PHP 5.3 or greater.
== Description ==
*This WordPress plugin has been deprecated.* The [Twitter plugin for WordPress](https://wordpress.org/plugins/twitter/) includes the latest support for Vine embeds among other features.
Embed a Vine video by pasting a URL or Vine shortcode into your post editor. Built on top of the [Vine oEmbed API](https://dev.twitter.com/web/vine/oembed), delivering the most recent [Vine embed HTML](https://dev.twitter.com/web/vine/embed) without requiring any post edits.
The plugin automatically adjusts displayed Vine embeds to the content width of your theme. Vine's embed JavaScript is asynchronously loaded through WordPress' JavaScript resource manager for improved performance and extensibility.
**Requires PHP 5.3** or greater to take advantage of namespaces and late static bindings.
Developers can fork [our code repository on GitHub](https://github.com/vine/wordpress) and submit pull requests.
== Changelog ==
= 1.0.1 =
* Display incompatibility notice if activated on a PHP 5.2 site
= 1.0.0 =
* Initial release
== Frequently Asked Questions ==
= Can I use a shortcode? =
Display a Vine embed using a WordPress shortcode:
`[vine id="Ml16lZVTTxe" width="300"]`
= How can I display a postcard-formatted embed or autoplay audio? =
The Vine oEmbed API does not currently support customization of embed templates or other options. We will add new features to the plugin as they become available.
== Screenshots ==
1. Paste a URL into the WordPress visual post editor in WordPress 4.0 or newer to see a preview of your embedded Vine.
2. Use the `vine` shortcode tag to specify custom parameters such as a fixed width.
3. A Vine embed displayed in the Twenty Fifteen theme.
== Installation ==
1. Add the Vine plugin to your WordPress installation
1. Activate the plugin through the 'Plugins' menu in WordPress