Changeset 1364068
- Timestamp:
- 03/04/2016 01:27:02 PM (10 years ago)
- Location:
- fb-comments-importer/trunk
- Files:
-
- 4 edited
-
FBComments.class.inc (modified) (1 diff)
-
index.php (modified) (1 diff)
-
readme.txt (modified) (2 diffs)
-
templates/about_pro.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
fb-comments-importer/trunk/FBComments.class.inc
r1350004 r1364068 32 32 $fb_id = $fb_array[count($fb_array) - 1]; 33 33 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"; 35 35 return "<img alt='{$alt}' src='{$img}' class='avatar avatar-{$size} photo' height='{$size}' width='{$size}' />"; 36 36 } -
fb-comments-importer/trunk/index.php
r1350004 r1364068 4 4 Plugin URI: http://wp-resources.com/ 5 5 Description: Imports Facebook comments to your Wordpress site and gives it a SEO boost. 6 Version: 2.2 6 Version: 2.2.1 7 7 Author: Ivan M 8 8 */ -
fb-comments-importer/trunk/readme.txt
r1350004 r1364068 4 4 Tags: comments importer, fb comments, facebook, comments, fb comments import, facebook comments, facebook comments import, discussion 5 5 Requires at least: 3.0 6 Tested up to: 4. 37 Stable tag: 2. 26 Tested up to: 4.4 7 Stable tag: 2.3 8 8 License: GPLv2 or later 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 58 58 59 59 == 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 60 64 61 65 = 2.2 2015-02-13 = -
fb-comments-importer/trunk/templates/about_pro.php
r1122140 r1364068 86 86 <form action="https://www.paypal.com/cgi-bin/webscr" method="post"> 87 87 <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"> 89 89 <input type="hidden" name="shipping" value="0"> 90 90 <input type="hidden" name="no_shipping" value="1"> … … 106 106 <form action="https://www.paypal.com/cgi-bin/webscr" method="post"> 107 107 <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"> 109 109 <input type="hidden" name="shipping" value="0"> 110 110 <input type="hidden" name="no_shipping" value="1">
Note: See TracChangeset
for help on using the changeset viewer.