Plugin Directory

Changeset 525392


Ignore:
Timestamp:
03/30/2012 02:51:30 PM (14 years ago)
Author:
kcfried
Message:

update for facebook timelines compatibility

Location:
fanpage-connect
Files:
18 edited

Legend:

Unmodified
Added
Removed
  • fanpage-connect/tags/1.4.6/css/wp.css

    r448145 r525392  
    6363    float: left;
    6464    margin: 0 auto;
    65     width: 520px;
     65    width: 790px;
    6666    border-bottom: 1px solid #1D4088;
    6767}
     
    7070    font-size: 12px;
    7171    margin-left: 8px;
    72     width: 512px;
     72    width: 810px;
    7373}
    7474#fpc-menu .menu-header ul,
  • fanpage-connect/tags/1.4.6/fanpage-connect-options.php

    r497787 r525392  
    275275                            <p>
    276276                                This will use <a href="http://developers.facebook.com/docs/reference/javascript/" target="_blank">FBJS</a>
    277                                 to autofit the iframe and remove unintended scrollbars. <strong>Note: Fan Pages must be no more than 520 pixels wide!</strong>
     277                                to autofit the iframe and remove unintended scrollbars. <strong>Note: Fan Pages must be no more than 810 pixels wide!</strong>
    278278                            </p>
    279279                        </td>
     
    345345                        <td valign="top"><strong>Your Fan Pages</strong></td>
    346346                        <td>
    347                             <select id="App_ID_Select" name="App_ID_Select" style="width: 500px;">
     347                            <select id="App_ID_Select" name="App_ID_Select" style="width: 790px;">
    348348<?php
    349349                                foreach($fpc_options as $fpc_option) {
     
    637637                redirURL = jQuery(srcID).val();
    638638                //redirURL = 'https://apps.facebook.com/trilogicllc/';
    639                 window.open("http://www.facebook.com/dialog/pagetab?app_id=" + App_ID + "&redirect_uri="+redirURL,"PageTab","width=500,height=200");
     639                window.open("http://www.facebook.com/dialog/pagetab?app_id=" + App_ID + "&redirect_uri="+redirURL,"PageTab","width=790,height=200");
    640640            } else {
    641641                alert("Please enter your\nFacebook Application ID.");
  • fanpage-connect/tags/1.4.6/fanpage-connect.php

    r511978 r525392  
    259259<?php if($this->g_autofit == 'true'){ ?>
    260260<style type="text/css">
    261 body { width:520px; overflow:hidden; margin:0; padding:0; border:0; } /* brute force autofit scrollbar killer */
     261body { width:810px; overflow:hidden; margin:0; padding:0; border:0; } /* brute force autofit scrollbar killer */
    262262</style>
    263263<script type="text/javascript">
  • fanpage-connect/tags/1.4.6/readme.txt

    r511978 r525392  
    66Requires at least: 3.0
    77Tested up to: 3.2.1
    8 Stable tag: 1.4.5
     8Stable tag: 1.4.6
    99
    1010Fanpage Connect is the WordPress plugin that allows you to create an administer your Facebook fan pages directly from WordPress.
     
    2222Give your Fan Page the look and functionality that WordPress offers without all the friggin&#146; coding.
    2323
    24 No clunky "FBML", no hand coding, and no development experience required. Just edit, publish and *poof*, your fan page is live!
     24No clunky "FBML", no hand coding, and no development experience required. Just edit, publish and *poof*, your fan page timeline is live!
    2525
    2626Keep your website looking like your website and your fan page looking like your fan page. Fanpage Connect works with any theme seamlessly and installs on your WordPress site in just a few clicks.
     
    3636* Add a high converting "Fan Gate" shortcodes with an easy "pick n click" interface in the editor
    3737* Add Facebook Open Graph tags for easy Facebook integration
     38* Works with Facebook Timeline
    3839
    3940== Upgrade to Fanpage Connect Pro ==
     
    118119
    119120== Changelog ==
     121= 1.4.6 =
     122* Update for facebook timeline format.
     123
    120124= 1.4.5 =
    121125* Compliance with Facebook update on 2/01/2012 providing direct linkage of apps to fan pages.
    122126
    123127= 1.4.4 =
    124 * Fixed occasional https/http confusion when activating the plugin.
     128* Fixed occasional https/http/multi-site confusion when activating the plugin.
    125129* Fixed like/unlike in reload to ensure that a fan page url is defined for edge.create/remove events
    126130* Now enqueueing jQuery!
    127131* Added plugin version number to the global settings page
    128132* Converted the soon to be deprecated setAutoResize function to setAutoGrow for FB iFrame resizing
    129 * Fixed menu width - now 520 pixels!
    130133
    131134= 1.4.3 =
  • fanpage-connect/tags/1.4.6/templates/Sales-Clean-Blue/default.css

    r410279 r525392  
    142142
    143143#fpc-wrapper {
    144     width: 520px;
     144    width: 810px;
    145145    padding: 0px;
    146146    margin: 0 auto;
  • fanpage-connect/tags/1.4.6/templates/Sales-Clean-Gray/default.css

    r410279 r525392  
    142142
    143143#fpc-wrapper {
    144     width: 520px;
     144    width: 810px;
    145145    padding: 0px;
    146146    margin: 0 auto;
  • fanpage-connect/tags/1.4.6/templates/Sales-Clean-Green/default.css

    r410279 r525392  
    142142
    143143#fpc-wrapper {
    144     width: 520px;
     144    width: 810px;
    145145    padding: 0px;
    146146    margin: 0 auto;
  • fanpage-connect/tags/1.4.6/templates/Sales-Clean-Orange/default.css

    r410279 r525392  
    142142
    143143#fpc-wrapper {
    144     width: 520px;
     144    width: 810px;
    145145    padding: 0px;
    146146    margin: 0 auto;
  • fanpage-connect/tags/1.4.6/templates/Sales-Clean-Red/default.css

    r410279 r525392  
    142142
    143143#fpc-wrapper {
    144     width: 520px;
     144    width: 810px;
    145145    padding: 0px;
    146146    margin: 0 auto;
  • fanpage-connect/trunk/css/wp.css

    r448145 r525392  
    6363    float: left;
    6464    margin: 0 auto;
    65     width: 520px;
     65    width: 790px;
    6666    border-bottom: 1px solid #1D4088;
    6767}
     
    7070    font-size: 12px;
    7171    margin-left: 8px;
    72     width: 512px;
     72    width: 810px;
    7373}
    7474#fpc-menu .menu-header ul,
  • fanpage-connect/trunk/fanpage-connect-options.php

    r511964 r525392  
    275275                            <p>
    276276                                This will use <a href="http://developers.facebook.com/docs/reference/javascript/" target="_blank">FBJS</a>
    277                                 to autofit the iframe and remove unintended scrollbars. <strong>Note: Fan Pages must be no more than 520 pixels wide!</strong>
     277                                to autofit the iframe and remove unintended scrollbars. <strong>Note: Fan Pages must be no more than 810 pixels wide!</strong>
    278278                            </p>
    279279                        </td>
     
    345345                        <td valign="top"><strong>Your Fan Pages</strong></td>
    346346                        <td>
    347                             <select id="App_ID_Select" name="App_ID_Select" style="width: 500px;">
     347                            <select id="App_ID_Select" name="App_ID_Select" style="width: 790px;">
    348348<?php
    349349                                foreach($fpc_options as $fpc_option) {
     
    636636                srcID = "#fpc_pagelink_" + jQuery("#App_ID_Select").val();
    637637                redirURL = jQuery(srcID).val();
    638                 window.open("http://www.facebook.com/dialog/pagetab?app_id=" + App_ID + "&redirect_uri="+redirURL,"PageTab","width=500,height=200");
     638                //redirURL = 'https://apps.facebook.com/trilogicllc/';
     639                window.open("http://www.facebook.com/dialog/pagetab?app_id=" + App_ID + "&redirect_uri="+redirURL,"PageTab","width=790,height=200");
    639640            } else {
    640641                alert("Please enter your\nFacebook Application ID.");
  • fanpage-connect/trunk/fanpage-connect.php

    r511964 r525392  
    259259<?php if($this->g_autofit == 'true'){ ?>
    260260<style type="text/css">
    261 body { width:520px; overflow:hidden; margin:0; padding:0; border:0; } /* brute force autofit scrollbar killer */
     261body { width:810px; overflow:hidden; margin:0; padding:0; border:0; } /* brute force autofit scrollbar killer */
    262262</style>
    263263<script type="text/javascript">
  • fanpage-connect/trunk/readme.txt

    r511978 r525392  
    66Requires at least: 3.0
    77Tested up to: 3.2.1
    8 Stable tag: 1.4.5
     8Stable tag: 1.4.6
    99
    1010Fanpage Connect is the WordPress plugin that allows you to create an administer your Facebook fan pages directly from WordPress.
     
    2222Give your Fan Page the look and functionality that WordPress offers without all the friggin&#146; coding.
    2323
    24 No clunky "FBML", no hand coding, and no development experience required. Just edit, publish and *poof*, your fan page is live!
     24No clunky "FBML", no hand coding, and no development experience required. Just edit, publish and *poof*, your fan page timeline is live!
    2525
    2626Keep your website looking like your website and your fan page looking like your fan page. Fanpage Connect works with any theme seamlessly and installs on your WordPress site in just a few clicks.
     
    3636* Add a high converting "Fan Gate" shortcodes with an easy "pick n click" interface in the editor
    3737* Add Facebook Open Graph tags for easy Facebook integration
     38* Works with Facebook Timeline
    3839
    3940== Upgrade to Fanpage Connect Pro ==
     
    118119
    119120== Changelog ==
     121= 1.4.6 =
     122* Update for facebook timeline format.
     123
    120124= 1.4.5 =
    121125* Compliance with Facebook update on 2/01/2012 providing direct linkage of apps to fan pages.
    122126
    123127= 1.4.4 =
    124 * Fixed occasional https/http confusion when activating the plugin.
     128* Fixed occasional https/http/multi-site confusion when activating the plugin.
    125129* Fixed like/unlike in reload to ensure that a fan page url is defined for edge.create/remove events
    126130* Now enqueueing jQuery!
    127131* Added plugin version number to the global settings page
    128132* Converted the soon to be deprecated setAutoResize function to setAutoGrow for FB iFrame resizing
    129 * Fixed menu width - now 520 pixels!
    130133
    131134= 1.4.3 =
  • fanpage-connect/trunk/templates/Sales-Clean-Blue/default.css

    r410279 r525392  
    142142
    143143#fpc-wrapper {
    144     width: 520px;
     144    width: 810px;
    145145    padding: 0px;
    146146    margin: 0 auto;
  • fanpage-connect/trunk/templates/Sales-Clean-Gray/default.css

    r410279 r525392  
    142142
    143143#fpc-wrapper {
    144     width: 520px;
     144    width: 810px;
    145145    padding: 0px;
    146146    margin: 0 auto;
  • fanpage-connect/trunk/templates/Sales-Clean-Green/default.css

    r410279 r525392  
    142142
    143143#fpc-wrapper {
    144     width: 520px;
     144    width: 810px;
    145145    padding: 0px;
    146146    margin: 0 auto;
  • fanpage-connect/trunk/templates/Sales-Clean-Orange/default.css

    r410279 r525392  
    142142
    143143#fpc-wrapper {
    144     width: 520px;
     144    width: 810px;
    145145    padding: 0px;
    146146    margin: 0 auto;
  • fanpage-connect/trunk/templates/Sales-Clean-Red/default.css

    r410279 r525392  
    142142
    143143#fpc-wrapper {
    144     width: 520px;
     144    width: 810px;
    145145    padding: 0px;
    146146    margin: 0 auto;
Note: See TracChangeset for help on using the changeset viewer.