forked from francoiscote/acf-field-instagram
-
Notifications
You must be signed in to change notification settings - Fork 0
/
readme.txt
executable file
·35 lines (25 loc) · 1013 Bytes
/
readme.txt
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
=== Advanced Custom Fields: Instagram Field ===
Contributors: François Côté
Tags: acf, custom field, instagram
Requires at least: 3.5
Tested up to: 3.8.1
Stable tag: master
License: The MIT License (MIT)
License URI: http://opensource.org/licenses/MIT
An ACF custom field that fetches the Instagram API for a single media information based on the provided shortcode.
== Description ==
An ACF custom field that fetches the Instagram API for a single media information based on the provided shortcode.
= Compatibility =
This ACF field type is compatible with:
* ACF 5
== Installation ==
1. Copy the `acf-field-instagram` folder into your `wp-content/plugins` folder
2. Activate the Instagram plugin via the plugins admin page
3. Create a new field via ACF and select the Instagram type
4. Please refer to the description for more info regarding the field type settings
== Changelog ==
= 1.0.1 =
* merge PR that fixes Instagram's oembed route
* fix typo in Exception throw.
= 1.0.0 =
* Initial Release.