Plugin Directory

Changeset 1364068


Ignore:
Timestamp:
03/04/2016 01:27:02 PM (10 years ago)
Author:
ivan.m89
Message:

version 2.3 - fixed problem with avatar image size

Location:
fb-comments-importer/trunk
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • fb-comments-importer/trunk/FBComments.class.inc

    r1350004 r1364068  
    3232                $fb_id = $fb_array[count($fb_array) - 1];
    3333                if (strlen($fb_id) > 1) {
    34                     $img = "http://graph.facebook.com/" . $fb_id . "/picture";
     34                    $img = "http://graph.facebook.com/" . $fb_id . "/picture?type=large";
    3535                    return "<img alt='{$alt}' src='{$img}' class='avatar avatar-{$size} photo' height='{$size}' width='{$size}' />";
    3636                }
  • fb-comments-importer/trunk/index.php

    r1350004 r1364068  
    44Plugin URI: http://wp-resources.com/
    55Description: Imports Facebook comments to your Wordpress site and gives it a SEO boost.
    6 Version: 2.2
     6Version: 2.2.1
    77Author: Ivan M
    88*/
  • fb-comments-importer/trunk/readme.txt

    r1350004 r1364068  
    44Tags: comments importer, fb comments, facebook, comments, fb comments import, facebook comments, facebook comments import, discussion
    55Requires at least: 3.0
    6 Tested up to: 4.3
    7 Stable tag: 2.2
     6Tested up to: 4.4
     7Stable tag: 2.3
    88License: GPLv2 or later
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    5858
    5959== Changelog ==
     60
     61= 2.3 2015-03-04 =
     62* Just a small readme update, plugin works even with wp 4.4.x
     63* Avatar image size fixed, there was problem with too small image size, it should be fine now
    6064
    6165= 2.2 2015-02-13 =
  • fb-comments-importer/trunk/templates/about_pro.php

    r1122140 r1364068  
    8686                    <form action="https://www.paypal.com/cgi-bin/webscr" method="post">
    8787                        <input type="hidden" name="cmd" value="_xclick">
    88                         <input type="hidden" name="business" value="lab404@gmail.com">
     88                        <input type="hidden" name="business" value="marijana.maricic12@gmail.com">
    8989                        <input type="hidden" name="shipping" value="0">
    9090                        <input type="hidden" name="no_shipping" value="1">
     
    106106                    <form action="https://www.paypal.com/cgi-bin/webscr" method="post">
    107107                        <input type="hidden" name="cmd" value="_xclick">
    108                         <input type="hidden" name="business" value="lab404@gmail.com">
     108                        <input type="hidden" name="business" value="marijana.maricic12@gmail.com">
    109109                        <input type="hidden" name="shipping" value="0">
    110110                        <input type="hidden" name="no_shipping" value="1">
Note: See TracChangeset for help on using the changeset viewer.