Plugin Directory

Changeset 564594


Ignore:
Timestamp:
06/27/2012 01:30:53 PM (14 years ago)
Author:
kankod
Message:
  • custom GCF meta tags ON by default.
  • Added support for the custom GCF meta tags
  • Plugin now adds the GCF meta tags to the page.
  • added video description to the plugin page.
Location:
google-chrome-frame-for-wordpress-aka-gcf/trunk/GCF
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • google-chrome-frame-for-wordpress-aka-gcf/trunk/GCF/GCF.php

    r564252 r564594  
    44Plugin URI: http://www.kankod.com/
    55Description: 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.11
     6Version: 0.12
    77Author: kankod.com
    88*/
     
    1212}
    1313add_action('admin_menu', 'GCF_config_page');
     14add_action('wp_head', 'gcf_add_metadata', 0);
     15
     16function gcf_add_metadata(){
     17    echo '<meta http-equiv="X-UA-Compatible" content="chrome=1"/>';
     18}
    1419
    1520function GCF_filter_footer() {
  • google-chrome-frame-for-wordpress-aka-gcf/trunk/GCF/readme.txt

    r564270 r564594  
    1717Google 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.
    1818
     19
     20[youtube http://www.youtube.com/watch?v=sjW0Bchdj-w]
     21
     22
    1923-- Make cutting edge web sites without worring they will break in Old Internet Explorer.
     24
    2025-- Enhances your website with new HTML5 technologies not supported in Internet Explorer.
     26
    2127-- 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
    2233-- Automaticlly Redirects to your site when installation is done.
     34
    2335-- Multiple languages wizard.
     36
    2437-- 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
    2643-- More features coming soon.
    2744
Note: See TracChangeset for help on using the changeset viewer.