This repository has been archived by the owner on Nov 7, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathreadme.txt
executable file
·139 lines (88 loc) · 4.36 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
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
=== Plugin Name ===
Contributors: dwainm
Tags: Facebook albums,Facebook gallery
Requires at least: 4.2.2
Tested up to: 4.2.2
Stable tag: 0.6
License: GPLv2 or later
PLEASE NOTE:
This plugin is now retired an no longer supported.
Load your Facebook albums on any page by using short codes.
== Description ==
Load your Facebook galleries on any page by using the plugin shortcode.
Here are the key features:
* List all your Facebook albums with.
* Lists a specific album by specifying the id.
= Installation Instructions =
Go to the [Instalation Instructions](http://wordpress.org/extend/plugins/facebook-album-sync/installation/ "Installation Instructions")
= Please Contribute =
If you have any code that fixes or enaches this plugin, let me know opening an issue / pull request on Github: [Facebook Albums Sync]("https://github.com/dwainm/Facebook-Album-Sync")
== Installation ==
=Plugin installation=
1. Upload `plugin-name.php` to the `/wp-content/plugins/` directory
2. Activate the plugin through the 'Plugins' menu in WordPress
3. See the Plugin at the bottom Menu, edit it with no restrictions
=Setup=
1. Go to "Settings > Facebook Albums" in your WordPress admin screen.
2. Enter your Facebook page name as instructed on that page and click on save.
=Adding albums to your page=
To add the plugin to your page add the short code below to the page where you want your albums to be displayed:
[fbalbumsync]
=Showing a specific album=
To add a specific album to a page use the album attribute and include the album id as you see below:
[fbalbumsync album="album id here"]
To get the correct ID go to the specific album page on Facebook . Then look up at the URL of the page:
https://www.facebook.com/media/set/?set=a.10151623813761670.1073741963.6604386669&type=3
The album gallery ID is the first number after the "a." : 10151623813761670
So, in this case, the correct shortcode is:
[fbalbumsync album="10151623813761670"]
== Frequently Asked Questions ==
= How Does the plugin work =
Go to [Instalation](http://wordpress.org/extend/plugins/facebook-album-sync/installation/ "Installation Instructions") for instructions.
= Do you offer support =
We do offer support via the plugin forum [click here for support](http://wordpress.org/support/plugin/facebook-album-sync "Support Forum") .
You can also submit issues on github [https://github.com/dwainm/Facebook-Albums-Sync/issues](https://github.com/dwainm/Facebook-Albums-Sync/issues "Gitub Isues") .
== Screenshots ==
1. Will be uploaded.
== Changelog ==
= 0.6 =
* RETIRE PLUGIN
= 0.5 =
* Fix - Loading duplicate albums
* Fix - Problem with more tha 18 albums
* Fix - Slow loading times
* Dev - use react views for faster ui updates and move data logic into separate model file.
* Dev - organize file structure
* Dev - use WP settings API
= 0.4 =
* Feature - Added aliasses for the albums shortcode for easier useage: [facbook_albums] and [fbalbumssync]
* Feature - Credit : https://github.com/imjayson
* Fix - under the hood code improvements:
> use localize script instead of printing echoing default javascript values
> more meaning file names for the all albums and single album view
> moved the javascript into external files
= 0.3 =
* Fixed lightbox photo not working.
* Fixed photo count to ensure that all album photo's are displayed.
* Change the lightbox script and loading to version 2 and update the links to reflect the new plugin
* Removed styling from the back to album link
* Removed profile, wall and cover albums
= 0.2 =
* Updated plugin readme file.
* Added ability to load specific album only
* Bug Fixes:
* * fixed loading images and lightbox issues as mentioned here: http://wordpress.org/support/topic/lightbox-13?replies=21
= 0.1 =
* Initial release plugin
* Get the albums from Facebook
* Display all albums with a link to its photos via short code
== Upgrade Notice ==
= 0.3 =
* Add
* Fixed photo count to ensure that all album photo's are displayed.
* Change the lightbox script and loading to version 2 and update the links to reflect the new plugin
* Removed styling from the back to album link
* Removed profile, wall and cover albums
== How to ==
1. To use go to the Settings page then enter your Facebook page there.
2. Copy the short code to your page: [fbalbumsync]