-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathreadme.txt
66 lines (45 loc) · 1.92 KB
/
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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
=== Instagram for WordPress ===
Contributors: Esemono
Donate link: https://flattr.com/thing/124992/Instagr-am-WordPress-sidebar-widget
Tags: widgets, photos, instagram
Requires at least: 3.0
Tested up to: 3.1
Stable tag: 0.1.6
Simple sidebar widget that shows Your latest 20 instagr.am pictures and picture embedder.
== Description ==
Simple sidebar widget that shows Your latest 20 instagr.am pictures and picture embedder. Requires PHP curl extension.
To embed picture use [instagram] shortcode.
Example:
[instagram url='http://instagr.am/p/BSJRn/' size='large' addlink='no']
Sizes are: large (612x612px), middle (306x306px) and small (150x150px).
addlink='yes' encloses img element with a element.
== Screenshots ==
1. Setup view in WordPress administration panel ( Appearance > Widgets )
== Installation ==
Installation as usual.
1. Unzip and Upload all files to a sub directory in "/wp-content/plugins/".
2. Activate the plugin through the 'Plugins' menu in WordPress.
3. Add 'Instagram' widget to Your sidebar via 'Appearance' > 'Widgets' menu in WordPress.
4. Enter url of one of Your Instagram photos in specified area to get Your Instagram's ID.
5. Change title of widget to what ever You like.
== Changelog ==
= 0.1.6 =
* added widget size options - Instagrams original sizes & custom size
* added "flattr this" link to WordPress plugins' area
= 0.1.5 =
* initial support for [instagram] shortcode.
= 0.1.4 =
* fancybox, cycle, easing, mousewhell jquery plugins are now included in plugins package
* changed way how jquery dependencies are loaded
= 0.1.3 =
* javascript now only loads if widget is activated
= 0.1.2 =
* some changes to plugin info
= 0.1.1 =
* Initial upload to WordPress plugin directory
== Frequently Asked Questions ==
= Do this plugin uses Instagram's unpublished API? =
Currently yes. Hopefully Instagram will release its API to public soon.
== Upgrade Notice ==
= 0.1 =
Initial upload to WordPress plugin directory