All In One Schema Rich Snippets - Version 1.2.0

Version Description

  • Improvement: WordPress 4.0 compatibility
  • Fixed: Colorpicker breaking other plugins colorpicker settings.
Download this release

Release Info

Developer yawalkarm
Plugin Icon 128x128 All In One Schema Rich Snippets
Version 1.2.0
Comparing to
See all releases

Code changes from version 1.1.9 to 1.2.0

Files changed (6) hide show
  1. README.md +37 -0
  2. admin/css/style.css +5 -5
  3. admin/images/sidebar.jpg +0 -0
  4. css/style.css +6 -6
  5. index.php +1 -5
  6. readme.txt +8 -3
README.md ADDED
@@ -0,0 +1,37 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+
2
+ # All in One Schema.org Rich Snippets
3
+
4
+
5
+ ## What is a Rich Snippet?
6
+
7
+ It is basically a short summary of your page in the search results of Google, Yahoo, Bing and sometimes in the News feed of Facebook in nice format with star ratings, author photo, image, etc.
8
+
9
+ [See Examples of Rich Snippets Here.](http://www.seomoz.org/blog/schema-examples/)
10
+
11
+ ## How does a Rich Snippet help?
12
+
13
+ * It gives search engines only the important & precise information to display in search result snippets.
14
+ Rich Snippets are very interactive (photos, star ratings, price, author, etc.) to let you stand out from competition
15
+
16
+ * See what difference it makes in CTR (Click Through Rate)
17
+ * Helps you rank higher in search results
18
+ * Helps Facebook display proper information when users share your links on Facebook
19
+
20
+ ### Supported Content Types -
21
+
22
+ This plugin supports the following types of Schemas:
23
+
24
+ * Review
25
+ * Event
26
+ * People
27
+ * Product
28
+ * Recipe
29
+ * Software Application
30
+ * Video
31
+ * Articles
32
+
33
+ ### Future release would include -
34
+
35
+ * Breadcrumbs
36
+ * Local Business
37
+ * Books
admin/css/style.css CHANGED
@@ -166,7 +166,7 @@ div.time-picker li.selected { background: #0063CE; color: #fff; }
166
  max-width: 180px !important;
167
  }
168
  /**/
169
- .iris-picker.iris-border {
170
  z-index: 9999;
171
  }
172
  .button.button-small.wp-picker-clear {
@@ -176,22 +176,22 @@ max-width: 180px !important;
176
  padding: 2px 10px !important;
177
  height: 27px;
178
  }
179
- .wp-color-picker {
180
  z-index: 9999;
181
  float: left;
182
  width: 80px !important;
183
  }
184
- .wp-picker-input-wrap {
185
  z-index: 9999;
186
  width: 160px;
187
  }
188
- .wp-picker-input-wrap {
189
  z-index: 99999;
190
  position: relative;
191
  top: -27px;
192
  left: 120px;
193
  }
194
- .wp-picker-holder {
195
  position: relative;
196
  z-index: 9999;
197
  top: -29px;
166
  max-width: 180px !important;
167
  }
168
  /**/
169
+ #bsf_css_editor .iris-picker.iris-border {
170
  z-index: 9999;
171
  }
172
  .button.button-small.wp-picker-clear {
176
  padding: 2px 10px !important;
177
  height: 27px;
178
  }
179
+ #bsf_css_editor .wp-color-picker {
180
  z-index: 9999;
181
  float: left;
182
  width: 80px !important;
183
  }
184
+ #bsf_css_editor .wp-picker-input-wrap {
185
  z-index: 9999;
186
  width: 160px;
187
  }
188
+ #bsf_css_editor .wp-picker-input-wrap {
189
  z-index: 99999;
190
  position: relative;
191
  top: -27px;
192
  left: 120px;
193
  }
194
+ #bsf_css_editor .wp-picker-holder {
195
  position: relative;
196
  z-index: 9999;
197
  top: -29px;
admin/images/sidebar.jpg ADDED
Binary file
css/style.css CHANGED
@@ -94,14 +94,14 @@ td .tbl-bdf-td{
94
  display: block;
95
  }
96
  .snippet-map {
97
- width: 100%;
98
- height: 320px;
99
- border: 1px solid #CCC;
100
  }
101
  #snippet-box iframe {
102
- width: 90%;
103
- margin: 0 auto;
104
- display: block;
105
  }
106
  .ratings {
107
  float: right;
94
  display: block;
95
  }
96
  .snippet-map {
97
+ width: 100%;
98
+ height: 320px;
99
+ border: 1px solid #CCC;
100
  }
101
  #snippet-box iframe {
102
+ width: 90%;
103
+ margin: 0 auto;
104
+ display: block;
105
  }
106
  .ratings {
107
  float: right;
index.php CHANGED
@@ -5,12 +5,10 @@ Plugin URI: http://www.brainstormforce.com
5
  Author: Brainstorm Force
6
  Author URI: http://www.brainstormforce.com
7
  Description: The All in One Rich Snippets gives the power to the blog author to control the rich snippets to be shown in the search results by the search engines.
8
- Version: 1.1.9
9
  Text Domain: rich-snippets
10
  License: GPL2
11
  */
12
- ?>
13
- <?php
14
  /* Copyright 2013 All in One Rich Snippets (email : nitiny@brainstormforce.com)
15
  This program is free software; you can redistribute it and/or modify
16
  it under the terms of the GNU General Public License, version 2, as
@@ -23,8 +21,6 @@ License: GPL2
23
  along with this program; if not, write to the Free Software
24
  Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
25
  */
26
- ?>
27
- <?php
28
  if ( !class_exists( "RichSnippets" ) )
29
  {
30
  class RichSnippets
5
  Author: Brainstorm Force
6
  Author URI: http://www.brainstormforce.com
7
  Description: The All in One Rich Snippets gives the power to the blog author to control the rich snippets to be shown in the search results by the search engines.
8
+ Version: 1.2.0
9
  Text Domain: rich-snippets
10
  License: GPL2
11
  */
 
 
12
  /* Copyright 2013 All in One Rich Snippets (email : nitiny@brainstormforce.com)
13
  This program is free software; you can redistribute it and/or modify
14
  it under the terms of the GNU General Public License, version 2, as
21
  along with this program; if not, write to the Free Software
22
  Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
23
  */
 
 
24
  if ( !class_exists( "RichSnippets" ) )
25
  {
26
  class RichSnippets
readme.txt CHANGED
@@ -2,9 +2,9 @@
2
  Contributors: brainstormforce, yawalkarm
3
  Donate link: http://www.brainstormforce.com
4
  Tags: Review, Event, People, Product, Recipe, Software Application, Video, Article, rdfa, rich snippet, schema.org, schema, microdata, microformat, SERP, Google, Yahoo, Bing
5
- Requires at least: 3.5
6
- Tested up to: 3.9.1
7
- Stable tag: 1.1.9
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
  Boost CTR. Improve SEO & Rankings. Supports most of the content type. Works perfectly with Google, Bing, Yahoo & Facebook.
@@ -111,6 +111,11 @@ Review, Event, People, Product, Recipe, Software Application, Video, Articles et
111
  4. Test the post or page URL in Google Rich Snippets Testing
112
 
113
  == Changelog ==
 
 
 
 
 
114
  = 1.1.9 =
115
  * Fixed: Image uploading in meta issue resolved.
116
  * Fixed: Compatibility with WordPress 3.9
2
  Contributors: brainstormforce, yawalkarm
3
  Donate link: http://www.brainstormforce.com
4
  Tags: Review, Event, People, Product, Recipe, Software Application, Video, Article, rdfa, rich snippet, schema.org, schema, microdata, microformat, SERP, Google, Yahoo, Bing
5
+ Requires at least: 3.7
6
+ Tested up to: 4.0.0
7
+ Stable tag: 1.2.0
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
  Boost CTR. Improve SEO & Rankings. Supports most of the content type. Works perfectly with Google, Bing, Yahoo & Facebook.
111
  4. Test the post or page URL in Google Rich Snippets Testing
112
 
113
  == Changelog ==
114
+
115
+ = 1.2.0 =
116
+ * Improvement: WordPress 4.0 compatibility
117
+ * Fixed: Colorpicker breaking other plugins colorpicker settings.
118
+
119
  = 1.1.9 =
120
  * Fixed: Image uploading in meta issue resolved.
121
  * Fixed: Compatibility with WordPress 3.9