|
QuickHowTo
InstallationTo install this plugin just put in your blog plugin directory wp-content/plugins/. UsageYou can use the following syntax in your posts : [file-get-contents (...)] Replace the (...) with the standard parameters of the file_get_contents function. ExamplesInclude the file my_file.txt located in the parent directory : [file-get-contents ../myfile.txt] Include Google start page : [file-get-contents http://www.google.fr] You can get the project presentation in French here ! |