Changeset 564594
- Timestamp:
- 06/27/2012 01:30:53 PM (14 years ago)
- Location:
- google-chrome-frame-for-wordpress-aka-gcf/trunk/GCF
- Files:
-
- 2 edited
-
GCF.php (modified) (2 diffs)
-
readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
google-chrome-frame-for-wordpress-aka-gcf/trunk/GCF/GCF.php
r564252 r564594 4 4 Plugin URI: http://www.kankod.com/ 5 5 Description: Enjoy the power of The Google Chrome V-8 Webkit Engine on old Internet Explorer browsers (version 6+). Google Chrome frame for Wordpress will prompt your Internet Explorer users to install the Google Chrome Frame add-on (automatically redirects back to your site when finished), this will let your old Internet Explorer users to benefit from the latest HTML5 standards as if they were running Google Chrome or other advances webkit browser. 6 Version: 0.1 16 Version: 0.12 7 7 Author: kankod.com 8 8 */ … … 12 12 } 13 13 add_action('admin_menu', 'GCF_config_page'); 14 add_action('wp_head', 'gcf_add_metadata', 0); 15 16 function gcf_add_metadata(){ 17 echo '<meta http-equiv="X-UA-Compatible" content="chrome=1"/>'; 18 } 14 19 15 20 function GCF_filter_footer() { -
google-chrome-frame-for-wordpress-aka-gcf/trunk/GCF/readme.txt
r564270 r564594 17 17 Google Chrome frame for Wordpress will prompt your Internet Explorer users to install the Google Chrome Frame add-on (automatically redirects back to your site when finished), this will let your old Internet Explorer users benefit from the latest HTML5 standards as if they were running Google Chrome or other advances webkit browser. 18 18 19 20 [youtube http://www.youtube.com/watch?v=sjW0Bchdj-w] 21 22 19 23 -- Make cutting edge web sites without worring they will break in Old Internet Explorer. 24 20 25 -- Enhances your website with new HTML5 technologies not supported in Internet Explorer. 26 21 27 -- Supported from Internet Explorer 6+ 28 29 -- Suggests Internet Explorer Users to enable Google chrome frame on the browser in a lightbox. 30 31 -- Installation wizard lightbox in a over 25+ Langauges. 32 22 33 -- Automaticlly Redirects to your site when installation is done. 34 23 35 -- Multiple languages wizard. 36 24 37 -- Easy to use. 25 -- Injecting the Chrome Frame Meta Tags to the page will be updated in the next plugin version. (in the very near future) 38 39 -- Adds the Chrome Frame requierd META DATA to the site. 40 41 -- no need for extra code to enable the Google Chrome Frame 42 26 43 -- More features coming soon. 27 44
Note: See TracChangeset
for help on using the changeset viewer.