Changeset 1478910
- Timestamp:
- 08/19/2016 04:54:24 PM (10 years ago)
- Location:
- facebook-ogg-meta-tags
- Files:
-
- 20 added
- 7 edited
-
assets/banner-772x250.png (modified) (previous)
-
assets/icon-128x128.png (modified) (previous)
-
tags/1.5 (added)
-
tags/1.5/index.php (added)
-
tags/1.5/metaTags (added)
-
tags/1.5/metaTags/css (added)
-
tags/1.5/metaTags/css/social-meta-tags-admin.css (added)
-
tags/1.5/metaTags/css/social-meta-tags-front.css (added)
-
tags/1.5/metaTags/images (added)
-
tags/1.5/metaTags/images/32.png (added)
-
tags/1.5/metaTags/images/512.png (added)
-
tags/1.5/metaTags/images/facebook.png (added)
-
tags/1.5/metaTags/images/google.png (added)
-
tags/1.5/metaTags/images/linkedin.png (added)
-
tags/1.5/metaTags/images/twitter.png (added)
-
tags/1.5/metaTags/js (added)
-
tags/1.5/metaTags/js/social-meta-tags-admin.js (added)
-
tags/1.5/metaTags/js/social-meta-tags-front.js (added)
-
tags/1.5/metaTags/metaTags.php (added)
-
tags/1.5/readme.txt (added)
-
tags/1.5/screenshot-1.png (added)
-
tags/1.5/screenshot-2.png (added)
-
trunk/index.php (modified) (1 diff)
-
trunk/metaTags/images/32.png (modified) (previous)
-
trunk/metaTags/images/512.png (modified) (previous)
-
trunk/metaTags/metaTags.php (modified) (2 diffs)
-
trunk/readme.txt (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
facebook-ogg-meta-tags/trunk/index.php
r1458008 r1478910 2 2 /* 3 3 Plugin Name: Social Meta Tags 4 Description: S ocial Meta Tags will generate social media meta data for all new posts that you publish. This allows to share the right titles, descriptions, images and more when your posts are shared into Twitter, Facebook.4 Description: Share the right title, description, image for all new posts. 5 5 Plugin URI: https://wordpress.org/plugins/facebook-ogg-meta-tags/ 6 Version: 1. 56 Version: 1.6 7 7 Author: Bassem Rabia 8 8 Author URI: mailto:bassem.rabia@gmail.com -
facebook-ogg-meta-tags/trunk/metaTags/metaTags.php
r1458008 r1478910 12 12 'pluginNiceName' => 'Social Meta Tags', 13 13 'pluginSlug' => 'social-meta-tags', 14 'pluginVersion' => '1. 5'14 'pluginVersion' => '1.6' 15 15 ); 16 16 add_action('admin_enqueue_scripts', array(&$this, 'admin_enqueue')); … … 142 142 if(is_single() AND get_post_type() == 'post' AND $pluginOptions['enabled'] == 1){ 143 143 function my_metaTags($content){ 144 global $post; 145 144 global $post; 146 145 // echo '<pre>';print_r($post);echo '</pre>'; 147 146 return $post->post_content.'<div class="social-meta-tags-container"> -
facebook-ogg-meta-tags/trunk/readme.txt
r1458008 r1478910 4 4 Tags: wordpress, tags, facebook tags, facebook meta tags, twitter meta tags, twitter meta tags, social meta tags 5 5 Requires at least: 3.4.0 6 Tested up to: 4. 5.37 Stable tag: 1. 56 Tested up to: 4.6 7 Stable tag: 1.6 8 8 License: GPLv2 or later 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 29 29 == Upgrade Notice == 30 30 31 = 1.6 = 31 32 = 1.5 = 32 33 = 1.4 = … … 38 39 39 40 == Changelog == 41 42 = 1.6 = 43 * WP 4.6 compatibility 40 44 41 45 = 1.5 =
Note: See TracChangeset
for help on using the changeset viewer.