Changeset 525392
- Timestamp:
- 03/30/2012 02:51:30 PM (14 years ago)
- Location:
- fanpage-connect
- Files:
-
- 18 edited
-
tags/1.4.6/css/wp.css (modified) (2 diffs)
-
tags/1.4.6/fanpage-connect-options.php (modified) (3 diffs)
-
tags/1.4.6/fanpage-connect.php (modified) (1 diff)
-
tags/1.4.6/readme.txt (modified) (4 diffs)
-
tags/1.4.6/templates/Sales-Clean-Blue/default.css (modified) (1 diff)
-
tags/1.4.6/templates/Sales-Clean-Gray/default.css (modified) (1 diff)
-
tags/1.4.6/templates/Sales-Clean-Green/default.css (modified) (1 diff)
-
tags/1.4.6/templates/Sales-Clean-Orange/default.css (modified) (1 diff)
-
tags/1.4.6/templates/Sales-Clean-Red/default.css (modified) (1 diff)
-
trunk/css/wp.css (modified) (2 diffs)
-
trunk/fanpage-connect-options.php (modified) (3 diffs)
-
trunk/fanpage-connect.php (modified) (1 diff)
-
trunk/readme.txt (modified) (4 diffs)
-
trunk/templates/Sales-Clean-Blue/default.css (modified) (1 diff)
-
trunk/templates/Sales-Clean-Gray/default.css (modified) (1 diff)
-
trunk/templates/Sales-Clean-Green/default.css (modified) (1 diff)
-
trunk/templates/Sales-Clean-Orange/default.css (modified) (1 diff)
-
trunk/templates/Sales-Clean-Red/default.css (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
fanpage-connect/tags/1.4.6/css/wp.css
r448145 r525392 63 63 float: left; 64 64 margin: 0 auto; 65 width: 520px;65 width: 790px; 66 66 border-bottom: 1px solid #1D4088; 67 67 } … … 70 70 font-size: 12px; 71 71 margin-left: 8px; 72 width: 512px;72 width: 810px; 73 73 } 74 74 #fpc-menu .menu-header ul, -
fanpage-connect/tags/1.4.6/fanpage-connect-options.php
r497787 r525392 275 275 <p> 276 276 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> 278 278 </p> 279 279 </td> … … 345 345 <td valign="top"><strong>Your Fan Pages</strong></td> 346 346 <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;"> 348 348 <?php 349 349 foreach($fpc_options as $fpc_option) { … … 637 637 redirURL = jQuery(srcID).val(); 638 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= 500,height=200");639 window.open("http://www.facebook.com/dialog/pagetab?app_id=" + App_ID + "&redirect_uri="+redirURL,"PageTab","width=790,height=200"); 640 640 } else { 641 641 alert("Please enter your\nFacebook Application ID."); -
fanpage-connect/tags/1.4.6/fanpage-connect.php
r511978 r525392 259 259 <?php if($this->g_autofit == 'true'){ ?> 260 260 <style type="text/css"> 261 body { width: 520px; overflow:hidden; margin:0; padding:0; border:0; } /* brute force autofit scrollbar killer */261 body { width:810px; overflow:hidden; margin:0; padding:0; border:0; } /* brute force autofit scrollbar killer */ 262 262 </style> 263 263 <script type="text/javascript"> -
fanpage-connect/tags/1.4.6/readme.txt
r511978 r525392 6 6 Requires at least: 3.0 7 7 Tested up to: 3.2.1 8 Stable tag: 1.4. 58 Stable tag: 1.4.6 9 9 10 10 Fanpage Connect is the WordPress plugin that allows you to create an administer your Facebook fan pages directly from WordPress. … … 22 22 Give your Fan Page the look and functionality that WordPress offers without all the friggin’ coding. 23 23 24 No clunky "FBML", no hand coding, and no development experience required. Just edit, publish and *poof*, your fan page is live!24 No clunky "FBML", no hand coding, and no development experience required. Just edit, publish and *poof*, your fan page timeline is live! 25 25 26 26 Keep 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. … … 36 36 * Add a high converting "Fan Gate" shortcodes with an easy "pick n click" interface in the editor 37 37 * Add Facebook Open Graph tags for easy Facebook integration 38 * Works with Facebook Timeline 38 39 39 40 == Upgrade to Fanpage Connect Pro == … … 118 119 119 120 == Changelog == 121 = 1.4.6 = 122 * Update for facebook timeline format. 123 120 124 = 1.4.5 = 121 125 * Compliance with Facebook update on 2/01/2012 providing direct linkage of apps to fan pages. 122 126 123 127 = 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. 125 129 * Fixed like/unlike in reload to ensure that a fan page url is defined for edge.create/remove events 126 130 * Now enqueueing jQuery! 127 131 * Added plugin version number to the global settings page 128 132 * Converted the soon to be deprecated setAutoResize function to setAutoGrow for FB iFrame resizing 129 * Fixed menu width - now 520 pixels!130 133 131 134 = 1.4.3 = -
fanpage-connect/tags/1.4.6/templates/Sales-Clean-Blue/default.css
r410279 r525392 142 142 143 143 #fpc-wrapper { 144 width: 520px;144 width: 810px; 145 145 padding: 0px; 146 146 margin: 0 auto; -
fanpage-connect/tags/1.4.6/templates/Sales-Clean-Gray/default.css
r410279 r525392 142 142 143 143 #fpc-wrapper { 144 width: 520px;144 width: 810px; 145 145 padding: 0px; 146 146 margin: 0 auto; -
fanpage-connect/tags/1.4.6/templates/Sales-Clean-Green/default.css
r410279 r525392 142 142 143 143 #fpc-wrapper { 144 width: 520px;144 width: 810px; 145 145 padding: 0px; 146 146 margin: 0 auto; -
fanpage-connect/tags/1.4.6/templates/Sales-Clean-Orange/default.css
r410279 r525392 142 142 143 143 #fpc-wrapper { 144 width: 520px;144 width: 810px; 145 145 padding: 0px; 146 146 margin: 0 auto; -
fanpage-connect/tags/1.4.6/templates/Sales-Clean-Red/default.css
r410279 r525392 142 142 143 143 #fpc-wrapper { 144 width: 520px;144 width: 810px; 145 145 padding: 0px; 146 146 margin: 0 auto; -
fanpage-connect/trunk/css/wp.css
r448145 r525392 63 63 float: left; 64 64 margin: 0 auto; 65 width: 520px;65 width: 790px; 66 66 border-bottom: 1px solid #1D4088; 67 67 } … … 70 70 font-size: 12px; 71 71 margin-left: 8px; 72 width: 512px;72 width: 810px; 73 73 } 74 74 #fpc-menu .menu-header ul, -
fanpage-connect/trunk/fanpage-connect-options.php
r511964 r525392 275 275 <p> 276 276 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> 278 278 </p> 279 279 </td> … … 345 345 <td valign="top"><strong>Your Fan Pages</strong></td> 346 346 <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;"> 348 348 <?php 349 349 foreach($fpc_options as $fpc_option) { … … 636 636 srcID = "#fpc_pagelink_" + jQuery("#App_ID_Select").val(); 637 637 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"); 639 640 } else { 640 641 alert("Please enter your\nFacebook Application ID."); -
fanpage-connect/trunk/fanpage-connect.php
r511964 r525392 259 259 <?php if($this->g_autofit == 'true'){ ?> 260 260 <style type="text/css"> 261 body { width: 520px; overflow:hidden; margin:0; padding:0; border:0; } /* brute force autofit scrollbar killer */261 body { width:810px; overflow:hidden; margin:0; padding:0; border:0; } /* brute force autofit scrollbar killer */ 262 262 </style> 263 263 <script type="text/javascript"> -
fanpage-connect/trunk/readme.txt
r511978 r525392 6 6 Requires at least: 3.0 7 7 Tested up to: 3.2.1 8 Stable tag: 1.4. 58 Stable tag: 1.4.6 9 9 10 10 Fanpage Connect is the WordPress plugin that allows you to create an administer your Facebook fan pages directly from WordPress. … … 22 22 Give your Fan Page the look and functionality that WordPress offers without all the friggin’ coding. 23 23 24 No clunky "FBML", no hand coding, and no development experience required. Just edit, publish and *poof*, your fan page is live!24 No clunky "FBML", no hand coding, and no development experience required. Just edit, publish and *poof*, your fan page timeline is live! 25 25 26 26 Keep 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. … … 36 36 * Add a high converting "Fan Gate" shortcodes with an easy "pick n click" interface in the editor 37 37 * Add Facebook Open Graph tags for easy Facebook integration 38 * Works with Facebook Timeline 38 39 39 40 == Upgrade to Fanpage Connect Pro == … … 118 119 119 120 == Changelog == 121 = 1.4.6 = 122 * Update for facebook timeline format. 123 120 124 = 1.4.5 = 121 125 * Compliance with Facebook update on 2/01/2012 providing direct linkage of apps to fan pages. 122 126 123 127 = 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. 125 129 * Fixed like/unlike in reload to ensure that a fan page url is defined for edge.create/remove events 126 130 * Now enqueueing jQuery! 127 131 * Added plugin version number to the global settings page 128 132 * Converted the soon to be deprecated setAutoResize function to setAutoGrow for FB iFrame resizing 129 * Fixed menu width - now 520 pixels!130 133 131 134 = 1.4.3 = -
fanpage-connect/trunk/templates/Sales-Clean-Blue/default.css
r410279 r525392 142 142 143 143 #fpc-wrapper { 144 width: 520px;144 width: 810px; 145 145 padding: 0px; 146 146 margin: 0 auto; -
fanpage-connect/trunk/templates/Sales-Clean-Gray/default.css
r410279 r525392 142 142 143 143 #fpc-wrapper { 144 width: 520px;144 width: 810px; 145 145 padding: 0px; 146 146 margin: 0 auto; -
fanpage-connect/trunk/templates/Sales-Clean-Green/default.css
r410279 r525392 142 142 143 143 #fpc-wrapper { 144 width: 520px;144 width: 810px; 145 145 padding: 0px; 146 146 margin: 0 auto; -
fanpage-connect/trunk/templates/Sales-Clean-Orange/default.css
r410279 r525392 142 142 143 143 #fpc-wrapper { 144 width: 520px;144 width: 810px; 145 145 padding: 0px; 146 146 margin: 0 auto; -
fanpage-connect/trunk/templates/Sales-Clean-Red/default.css
r410279 r525392 142 142 143 143 #fpc-wrapper { 144 width: 520px;144 width: 810px; 145 145 padding: 0px; 146 146 margin: 0 auto;
Note: See TracChangeset
for help on using the changeset viewer.