Changeset 1930579
- Timestamp:
- 08/27/2018 01:24:28 AM (8 years ago)
- Location:
- embed-piwigo/trunk
- Files:
-
- 2 edited
-
README.md (modified) (4 diffs)
-
embed-piwigo.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
embed-piwigo/trunk/README.md
r1926179 r1930579 6 6 Tested up to: 4.9 7 7 Requires PHP: 5.6 8 Stable tag: 0.4.08 Stable tag: 1.0.0 9 9 License: GPLv2 or later 10 10 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 21 21 == Description == 22 22 23 The Embed Piwigo plugin adds support for embedding photos from whitelisted Piwigowebsites.23 The Embed Piwigo plugin adds support for embedding photos from whitelisted [Piwigo](https://piwigo.org/) websites. 24 24 25 25 This means that you can add the URL (a.k.a. 'web address') 26 26 of a photo in a Piwigo site to a WordPress post or page, 27 27 and a medium-sized, centered image will be inserted in its place. 28 29 The standard WordPress captioning system will be used (as for the [Caption Shortcode](https://codex.wordpress.org/Caption_Shortcode)), 30 with the photo's title, date, and description added if they're available for a given image. 31 32 For example, if you have `https://piwigo.org/demo` in your Piwigo site URLs list, 33 and add the following URL on its own line in a post or page on your blog: 34 35 https://piwigo.org/demo/picture.php?/1382/category/111 36 37 then a photo of a mountain in Kerzers will be inserted, 38 with the caption *"Colline de Chiètres (May 6, 2016)"*. 39 The date format will match whatever your WordPress installation is configured to use. 28 40 29 41 == Installation == … … 33 45 Then go to the "Settings" → "Writing" page in the WordPress admin area, 34 46 and list your Piwigo site URLs in the new "Piwigo site URLs" field. 47 48 Note that trailing slashes on the URLs do not matter, 49 and can be added or not as you prefer. 35 50 36 51 == Frequently Asked Questions == … … 42 57 43 58 == Changelog == 59 60 = 1.0.0 = 61 * First stable release. 62 * Documentation improvements. 44 63 45 64 = 0.4.0 = -
embed-piwigo/trunk/embed-piwigo.php
r1926179 r1930579 11 11 * Plugin URI: https://samwilson.id.au/plugins/embed-piwigo/ 12 12 * Description: Embed photos from a whitelist of Piwigo websites. 13 * Version: 0.4.013 * Version: 1.0.0 14 14 * Author: Sam Wilson 15 15 * Author URI: https://samwilson.id.au … … 19 19 * Domain Path: /languages 20 20 */ 21 22 define( 'EMBED_PIWIGO_VERSION', '0.4.0' );23 21 24 22 // If this file is called directly, abort.
Note: See TracChangeset
for help on using the changeset viewer.