Plugin Directory

Changeset 437446


Ignore:
Timestamp:
09/13/2011 01:35:27 PM (15 years ago)
Author:
kcfried
Message:

Fixed the like/unlike behavior of the in-page like buttons

Location:
fanpage-connect/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • fanpage-connect/trunk/fanpage-connect.php

    r431815 r437446  
    33Plugin Name: Fanpage Connect FREE
    44Plugin URI: http://www.fanpageconnect.com
    5 Version: v1.4.1
     5Version: v1.4.2
    66Author: Pat Friedl, Chris Friedl, Bryan Batson
    77Description: Fanpage Connect is the WordPress plugin that allows you to create an administer your Facebook fan pages directly from WordPress.
     
    356356FB.init({   appId : '<?php echo $this->fbappid; ?>', status : true, cookie : true, xfbml : true, oauth: true    });
    357357<?php if(!empty($this->fbappid)):?>
    358 FB.Event.subscribe('edge.create', function(response) { window.location.reload(true); });
    359 FB.Event.subscribe('edge.remove', function(response) { window.location.reload(true); });
     358FB.Event.subscribe('edge.create', function(response) { top.location.href = "<?php echo $this->g_fp_url.$this->?.'sk=app_'.$this->fbappid; ?>"; });
     359FB.Event.subscribe('edge.remove', function(response) { top.location.href = "<?php echo $this->g_fp_url.$this->?.'sk=app_'.$this->fbappid; ?>"; });
    360360<?php endif; ?>
    361361</script>
  • fanpage-connect/trunk/readme.txt

    r431808 r437446  
    66Requires at least: 3.0
    77Tested up to: 3.2.1
    8 Stable tag: 1.4.1
     8Stable tag: 1.4.2
    99
    1010Fanpage Connect is the WordPress plugin that allows you to create an administer your Facebook fan pages directly from WordPress.
     
    115115== Upgrade Notice ==
    116116
     117= 1.4.2 =
     118* Fixed the like/unlike behavior of the in-page like buttons
     119
    117120= 1.4.1 =
    118 Update for SSL compatability. Please upgrade!
     121* Update for SSL compatability. Please upgrade!
    119122
    120123== Changelog ==
     
    122125* Updated sourcing of Google fonts to match document protocol (http/https)
    123126* Updated registration/activation form to match document protocol (http/https)
    124 * Added 25 additional Google Web Fonts
    125127
    126128= 1.4 =
Note: See TracChangeset for help on using the changeset viewer.