Version Description
- Tested with WordPress 5.2.5-alpha and WooCommerce 3.8.0
Download this release
Release Info
Developer | webdados |
Plugin | Open Graph for Facebook, Google+ and Twitter Card Tags |
Version | 2.2.7.2 |
Comparing to | |
See all releases |
Code changes from version 2.2.7.1 to 2.2.7.2
- admin/options-page-right.php +1 -1
- readme.txt +5 -2
- wonderm00n-open-graph.php +4 -4
admin/options-page-right.php
CHANGED
@@ -23,7 +23,7 @@
|
|
23 |
),
|
24 |
30 => array(
|
25 |
'text' => __('Plugin official URL', 'wonderm00ns-simple-facebook-open-graph-tags'),
|
26 |
-
'url' => 'https://www.webdados.pt/
|
27 |
),
|
28 |
40 => array(
|
29 |
'text' => __('Author\'s website: Webdados', 'wonderm00ns-simple-facebook-open-graph-tags'),
|
23 |
),
|
24 |
30 => array(
|
25 |
'text' => __('Plugin official URL', 'wonderm00ns-simple-facebook-open-graph-tags'),
|
26 |
+
'url' => 'https://www.webdados.pt/wordpress/plugins/facebook-open-graph-meta-tags-wordpress/'.$out_link_utm,
|
27 |
),
|
28 |
40 => array(
|
29 |
'text' => __('Author\'s website: Webdados', 'wonderm00ns-simple-facebook-open-graph-tags'),
|
readme.txt
CHANGED
@@ -3,8 +3,8 @@ Contributors: webdados, wonderm00n
|
|
3 |
Donate link: http://bit.ly/donate_fb_opengraph
|
4 |
Tags: facebook, open graph, twitter card, social media, open graph protocol, share, social, meta, rss, twitter, schema, google+, g+, google, google plus, image, like, seo, search engine optimization, woocommerce, yoast seo, wordpress seo, woocommerce, subheading, php7, webdados
|
5 |
Requires at least: 4.5
|
6 |
-
Tested up to: 5.2.
|
7 |
-
Stable tag: 2.2.7.
|
8 |
|
9 |
Inserts Facebook Open Graph, Google+/Schema.org, Twitter and SEO Meta Tags into your WordPress Website for more efficient sharing results.
|
10 |
|
@@ -170,6 +170,9 @@ We DO NOT provide email support for this plugin. If you send us an email asking
|
|
170 |
|
171 |
== Changelog ==
|
172 |
|
|
|
|
|
|
|
173 |
= 2.2.7.1 =
|
174 |
* Changed name to “Facebook Open Graph, Google+ and Twitter Card Tags” due to Facebook intellectual property and brand violation policies
|
175 |
|
3 |
Donate link: http://bit.ly/donate_fb_opengraph
|
4 |
Tags: facebook, open graph, twitter card, social media, open graph protocol, share, social, meta, rss, twitter, schema, google+, g+, google, google plus, image, like, seo, search engine optimization, woocommerce, yoast seo, wordpress seo, woocommerce, subheading, php7, webdados
|
5 |
Requires at least: 4.5
|
6 |
+
Tested up to: 5.2.5
|
7 |
+
Stable tag: 2.2.7.2
|
8 |
|
9 |
Inserts Facebook Open Graph, Google+/Schema.org, Twitter and SEO Meta Tags into your WordPress Website for more efficient sharing results.
|
10 |
|
170 |
|
171 |
== Changelog ==
|
172 |
|
173 |
+
= 2.2.7.2 =
|
174 |
+
* Tested with WordPress 5.2.5-alpha and WooCommerce 3.8.0
|
175 |
+
|
176 |
= 2.2.7.1 =
|
177 |
* Changed name to “Facebook Open Graph, Google+ and Twitter Card Tags” due to Facebook intellectual property and brand violation policies
|
178 |
|
wonderm00n-open-graph.php
CHANGED
@@ -1,19 +1,19 @@
|
|
1 |
<?php
|
2 |
/*
|
3 |
Plugin Name: Open Graph and Twitter Card Tags
|
4 |
-
Plugin URI: https://www.webdados.pt/
|
5 |
Description: Inserts Facebook Open Graph, Google+/Schema.org, Twitter Card and SEO Meta Tags into your WordPress Blog/Website for more effective and efficient Facebook, Google+ and Twitter sharing results. You can also choose to insert the "enclosure" and "media:content" tags to the RSS feeds, so that apps like RSS Graffiti and Twitterfeed post the image to Facebook correctly.
|
6 |
-
Version: 2.2.7.
|
7 |
Author: Webdados
|
8 |
Author URI: https://www.webdados.pt
|
9 |
Text Domain: wonderm00ns-simple-facebook-open-graph-tags
|
10 |
Domain Path: /lang
|
11 |
-
WC tested up to: 3.
|
12 |
*/
|
13 |
|
14 |
if ( ! defined( 'ABSPATH' ) ) exit; // Exit if accessed directly
|
15 |
|
16 |
-
define( 'WEBDADOS_FB_VERSION', '2.2.7.
|
17 |
define( 'WEBDADOS_FB_PLUGIN_NAME', 'Open Graph and Twitter Card Tags' );
|
18 |
define( 'WEBDADOS_FB_W', 1200 );
|
19 |
define( 'WEBDADOS_FB_H', 630 );
|
1 |
<?php
|
2 |
/*
|
3 |
Plugin Name: Open Graph and Twitter Card Tags
|
4 |
+
Plugin URI: https://www.webdados.pt/wordpress/plugins/facebook-open-graph-meta-tags-wordpress/
|
5 |
Description: Inserts Facebook Open Graph, Google+/Schema.org, Twitter Card and SEO Meta Tags into your WordPress Blog/Website for more effective and efficient Facebook, Google+ and Twitter sharing results. You can also choose to insert the "enclosure" and "media:content" tags to the RSS feeds, so that apps like RSS Graffiti and Twitterfeed post the image to Facebook correctly.
|
6 |
+
Version: 2.2.7.2
|
7 |
Author: Webdados
|
8 |
Author URI: https://www.webdados.pt
|
9 |
Text Domain: wonderm00ns-simple-facebook-open-graph-tags
|
10 |
Domain Path: /lang
|
11 |
+
WC tested up to: 3.8.0
|
12 |
*/
|
13 |
|
14 |
if ( ! defined( 'ABSPATH' ) ) exit; // Exit if accessed directly
|
15 |
|
16 |
+
define( 'WEBDADOS_FB_VERSION', '2.2.7.2' );
|
17 |
define( 'WEBDADOS_FB_PLUGIN_NAME', 'Open Graph and Twitter Card Tags' );
|
18 |
define( 'WEBDADOS_FB_W', 1200 );
|
19 |
define( 'WEBDADOS_FB_H', 630 );
|