|
1 |
| -=== Display Medium Posts === |
2 |
| -Contributors: acekyd |
3 |
| -Tags: medium, shortcodes, posts, medium.com |
4 |
| -Donate link: http://www.acekyd.com |
5 |
| -Requires at least: 3.0.1 |
6 |
| -Tested up to: 4.6.1 |
7 |
| -License: GPLv2 or later |
8 |
| -License URI: http://www.gnu.org/licenses/gpl-2.0.html |
9 |
| -
|
10 |
| -Display Medium Posts is a wordpress plugin that allows users display posts from medium.com on any part of their website. |
11 |
| -
|
12 |
| -== Description == |
13 |
| -Display Medium Posts is a wordpress plugin that allows users display posts from medium.com on any part of their website. |
14 |
| -
|
15 |
| -== Installation == |
16 |
| -From the WP admin panel, click \"Plugins\" -> \"Add new\". |
17 |
| -In the browser input box, type \"WP Edit\". |
18 |
| -Select the \"Display Medium Posts\" plugin (authored by \"acekyd\"), and click \"Install\". |
19 |
| -Activate the plugin. |
20 |
| -OR... |
21 |
| -
|
22 |
| -Download the plugin from this page. |
23 |
| -Save the .zip file to a location on your computer. |
24 |
| -Open the WP admin panel, and click \"Plugins\" -> \"Add new\". |
25 |
| -Click \"upload\".. then browse to the .zip file downloaded from this page. |
26 |
| -Click \"Install\".. and then \"Activate plugin\". |
27 |
| -OR... |
28 |
| -
|
29 |
| -Download the plugin from this page. |
30 |
| -Extract the .zip file to a location on your computer. |
31 |
| -Use either FTP or your hosts cPanel to gain access to your website file directories. |
32 |
| -Browse to the wp-content/plugins directory. |
33 |
| -Upload the extracted wp_edit folder to this directory location. |
34 |
| -Open the WP admin panel.. click the \"Plugins\" page.. and click \"Activate\" under the newly added \"WP Edit\" plugin. |
35 |
| -
|
36 |
| -== Frequently Asked Questions == |
37 |
| -Nothing at the moment. |
38 |
| -
|
39 |
| -== Screenshots == |
40 |
| -1. Add shortcode to posts/page |
41 |
| -2. Displayed latest medium posts on page. |
42 |
| -3. Allowed users to choose between carousel or list displays. |
43 |
| -
|
44 |
| -== Changelog == |
45 |
| -
|
46 |
| -= Version 3.5 = |
47 |
| -
|
48 |
| -* Stopped posts from appearing above other content in some cames |
49 |
| -* Images now appear in list mode. |
50 |
| -* Links now open in new tab. |
51 |
| -* Show proper message instead of error when no posts are found. |
52 |
| -
|
53 |
| -
|
54 |
| -= Version 3.0 = |
55 |
| -
|
56 |
| -* Added Feature to fetch posts from publications. |
57 |
| -* Updated date displayed to date published from date created at. |
58 |
| -* Updated Admin dashboard with more details |
59 |
| -
|
60 |
| -
|
61 |
| -
|
62 |
| -= Version 2.1 = |
63 |
| -
|
64 |
| -* Updated code to match medium's new structure |
65 |
| -* Fixed bugs with list display |
66 |
| -
|
67 |
| -
|
68 |
| -= Version 2.0.2 = |
69 |
| -
|
70 |
| -* Choose to display posts in list format |
71 |
| -
|
72 |
| -= Version 2.0.0 = |
73 |
| -
|
74 |
| -* Specify tags and css classes to allow users customize post display |
75 |
| -
|
76 |
| -* Added option to specify total number of posts to be fetched |
77 |
| -
|
78 |
| -* Added option to specify post offsets |
79 |
| -
|
80 |
| -* Fixed broken images |
81 |
| -
|
82 |
| -* Added option to specify custom user default images for broken images |
83 |
| -
|
84 |
| -* Added option to customize number of posts to be in view in the carousel at a time |
85 |
| -
|
86 |
| -= Version 1.0.0. = |
87 |
| -
|
| 1 | +=== Display Medium Posts === |
| 2 | +Contributors: acekyd |
| 3 | +Tags: medium, shortcodes, posts, medium.com |
| 4 | +Donate link: http://www.acekyd.com |
| 5 | +Requires at least: 3.0.1 |
| 6 | +Tested up to: 4.6.1 |
| 7 | +License: GPLv2 or later |
| 8 | +License URI: http://www.gnu.org/licenses/gpl-2.0.html |
| 9 | + |
| 10 | +Display Medium Posts is a wordpress plugin that allows users display posts from medium.com on any part of their website. |
| 11 | + |
| 12 | +== Description == |
| 13 | +Display Medium Posts is a wordpress plugin that allows users display posts from medium.com on any part of their website. |
| 14 | + |
| 15 | +== Installation == |
| 16 | +From the WP admin panel, click \"Plugins\" -> \"Add new\". |
| 17 | +In the browser input box, type \"WP Edit\". |
| 18 | +Select the \"Display Medium Posts\" plugin (authored by \"acekyd\"), and click \"Install\". |
| 19 | +Activate the plugin. |
| 20 | +OR... |
| 21 | + |
| 22 | +Download the plugin from this page. |
| 23 | +Save the .zip file to a location on your computer. |
| 24 | +Open the WP admin panel, and click \"Plugins\" -> \"Add new\". |
| 25 | +Click \"upload\".. then browse to the .zip file downloaded from this page. |
| 26 | +Click \"Install\".. and then \"Activate plugin\". |
| 27 | +OR... |
| 28 | + |
| 29 | +Download the plugin from this page. |
| 30 | +Extract the .zip file to a location on your computer. |
| 31 | +Use either FTP or your hosts cPanel to gain access to your website file directories. |
| 32 | +Browse to the wp-content/plugins directory. |
| 33 | +Upload the extracted wp_edit folder to this directory location. |
| 34 | +Open the WP admin panel.. click the \"Plugins\" page.. and click \"Activate\" under the newly added \"WP Edit\" plugin. |
| 35 | + |
| 36 | +== Frequently Asked Questions == |
| 37 | +Nothing at the moment. |
| 38 | + |
| 39 | +== Screenshots == |
| 40 | +1. Add shortcode to posts/page |
| 41 | +2. Displayed latest medium posts on page. |
| 42 | +3. Allowed users to choose between carousel or list displays. |
| 43 | + |
| 44 | +== Changelog == |
| 45 | + |
| 46 | += Version 3.5 = |
| 47 | + |
| 48 | +* Stopped posts from appearing above other content in some cames |
| 49 | +* Images now appear in list mode. |
| 50 | +* Links now open in new tab. |
| 51 | +* Show proper message instead of error when no posts are found. |
| 52 | + |
| 53 | + |
| 54 | += Version 3.0 = |
| 55 | + |
| 56 | +* Added Feature to fetch posts from publications. |
| 57 | +* Updated date displayed to date published from date created at. |
| 58 | +* Updated Admin dashboard with more details |
| 59 | + |
| 60 | + |
| 61 | + |
| 62 | += Version 2.1 = |
| 63 | + |
| 64 | +* Updated code to match medium's new structure |
| 65 | +* Fixed bugs with list display |
| 66 | + |
| 67 | + |
| 68 | += Version 2.0.2 = |
| 69 | + |
| 70 | +* Choose to display posts in list format |
| 71 | + |
| 72 | += Version 2.0.0 = |
| 73 | + |
| 74 | +* Specify tags and css classes to allow users customize post display |
| 75 | + |
| 76 | +* Added option to specify total number of posts to be fetched |
| 77 | + |
| 78 | +* Added option to specify post offsets |
| 79 | + |
| 80 | +* Fixed broken images |
| 81 | + |
| 82 | +* Added option to specify custom user default images for broken images |
| 83 | + |
| 84 | +* Added option to customize number of posts to be in view in the carousel at a time |
| 85 | + |
| 86 | += Version 1.0.0. = |
| 87 | + |
88 | 88 | * Display Posts in carousel
|
0 commit comments