Plugin Directory

Changeset 2778751


Ignore:
Timestamp:
09/01/2022 11:20:44 AM (4 years ago)
Author:
embedsocial
Message:

Fixed schema code for reviews

Location:
embedalbum-pro/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • embedalbum-pro/trunk/embedalbum_pro.php

    r2580383 r2778751  
    66Author: EmbedSocial
    77Author URI: http://www.embedsocial.com
    8 Version: 1.1.26
     8Version: 1.1.27
    99 */
    1010defined( 'ABSPATH' ) or die;
     
    417417                $out .= '"geo": { "@type": "GeoCoordinates", "latitude": "' . $params['latitude'] . '", "longitude": "' . $params['longitude'] . '" },';
    418418            }
    419             $out .= '"aggregateRating":  {  "@type": "AggregateRating",  "ratingValue": "' . $jsonSchema->aggregateRating->ratingValue . '", "ratingCount": "'. $jsonSchema->aggregateRating->reviewCount .'" }';
     419            $out .= '"aggregateRating":  {  "@type": "AggregateRating",  "ratingValue": "' . $jsonSchema->aggregateRating->ratingValue . '", "reviewCount": "'. $jsonSchema->aggregateRating->reviewCount .'" }';
    420420            $out .= '} </script>';
    421421           
  • embedalbum-pro/trunk/readme.txt

    r2580383 r2778751  
    44Tags: social media feed, social media tools, Facebook reviews, Facebook feed, Instagram feed, embed Facebook album, embed Instagram album, embed Facebook gallery, Instagram stories, Google reviews, Instagram widget
    55Requires at least: 4.0
    6 Tested up to: 5.8
    7 Stable tag: 1.1.26
     6Tested up to: 6.0
     7Stable tag: 1.1.27
    88License: GPLv2 or later
    99License URI: https://www.gnu.org/licenses/gpl-2.0.html
Note: See TracChangeset for help on using the changeset viewer.