Changeset 1426048
- Timestamp:
- 05/28/2016 10:34:39 AM (10 years ago)
- Location:
- simple-facebook-og-image/trunk
- Files:
-
- 2 edited
-
readme.txt (modified) (1 diff)
-
simple-facebook-ogimage.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
simple-facebook-og-image/trunk/readme.txt
r1171359 r1426048 1 === Plugin Name ===1 === Simple Facebook OG image === 2 2 Contributors: antubis 3 3 Donate link: 4 Tags: facebook, open graph 4 Tags: facebook, open graph, image, thumbnail 5 5 Requires at least: 2.7 6 6 Tested up to: 4.1 -
simple-facebook-og-image/trunk/simple-facebook-ogimage.php
r1171359 r1426048 3 3 /** 4 4 * Plugin Name: Simple Facebook OG image 5 * Plugin URI: https://github.com/denchev/simple-wordpress-ogimage6 5 * Description: A very simple plugin to enable og:image tag only when you share to Facebook 7 6 * Version: 1.2 8 * Author: Marush Denchev 9 * Author URI: http://www.htmlpet.com/ 10 * License: GPLv2 7 * License: GPL-3.0 8 * License URI: http://www.gnu.org/licenses/gpl-3.0.txt 9 * Text Domain: sfogi 10 * Domain Path: /languages 11 * Author: HTML Pet Ltd 12 * Author URI: https://www.htmlpet.com 11 13 */ 12 13 14 14 15 define('SFOGI_PLUGIN_TITLE', __('Simple Facebook OG image', 'sfogi'));
Note: See TracChangeset
for help on using the changeset viewer.